GNU bug report logs -
#1068
auto-mode-alist in GNU Emacs 22.3
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 03 Oct 2008 03:18:53 -0400
with message-id <6m3ajep2n6.fsf <at> 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 <at> donarmstrong.com
immediately.)
--
1068: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=1068
Emacs Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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.
[Message part 3 (message/rfc822, inline)]
OK; done.
This bug report was last modified 16 years and 294 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.