bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#1069: marked as done (23.0.60; auto-mode-alist)


From: Emacs bug Tracking System
Subject: bug#1069: marked as done (23.0.60; auto-mode-alist)
Date: Fri, 3 Oct 2008 00:30:03 -0700

Your message dated Fri, 03 Oct 2008 03:18:53 -0400
with message-id <6m3ajep2n6.fsf@fencepost.gnu.org>
and subject line Re: bug#1068: auto-mode-alist
has caused the Emacs bug report #1068,
regarding 23.0.60; auto-mode-alist
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
1068: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=1068
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems
--- Begin Message --- Subject: 23.0.60; auto-mode-alist Date: Fri, 3 Oct 2008 00:19:44 +0200
Hello!

Due to a problem with doc-view and auto-mode-alist I sorted this variable's contents and found some potential flaws.

("\\.[Pp][Rr][Oo]\\'" . idlwave-mode) ./lisp/ldefs-boot.el:14721: (add-to-list 'auto-mode-alist '("\\.[Pp][Rr][Oo]\\'" . idlwave-mode)) ./lisp/loaddefs.el:14736: (add-to-list 'auto-mode-alist '("\\. [Pp][Rr][Oo]\\'" . idlwave-mode)) ("\\.pro\\'" . idlwave-mode) ./lisp/files.el:2069: ("\\.pro\ \'" . idlwave-mode)

The latter line seems superfluous.


("\\.tgz\\'" . tar-mode) ./lisp/jka-cmpr-hook.el:289: (list (cons "\\.tgz\\'" 'tar-mode) (cons "\\.tbz\\'" 'tar-mode))
        ("\\.tbz\\'" . tar-mode)

Is it possible to combine the two lines into one? I also have TAR files compressed with bzip2 with the extension .tbz2, Mac OS X specific. Could it be added to the list of files for tar-mode?

--
Greetings

  Pete

Atheism is a non prophet organization.




--- End Message ---
--- Begin Message --- Subject: Re: bug#1068: auto-mode-alist Date: Fri, 03 Oct 2008 03:18:53 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
OK; done.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]