From unknown Sat Aug 16 21:21:31 2025 X-Loop: don@donarmstrong.com Subject: bug#1068: auto-mode-alist in GNU Emacs 22.3 Reply-To: Peter Dyballa , 1068@debbugs.gnu.org Resent-From: Peter Dyballa Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Thu, 02 Oct 2008 22:20:02 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 1068 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.122298561421475 (code B ref -1); Thu, 02 Oct 2008 22:20:02 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-5.7 required=4.0 tests=AWL,BAYES_00,FOURLA, RCVD_IN_DNSWL_LOW autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 2 Oct 2008 22:13:34 +0000 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m92MDTNZ021469 for ; Thu, 2 Oct 2008 15:13:31 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KlWQK-00043g-UR for bug-gnu-emacs@gnu.org; Thu, 02 Oct 2008 18:13:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KlWQE-00042p-MT for bug-gnu-emacs@gnu.org; Thu, 02 Oct 2008 18:13:27 -0400 Received: from [199.232.76.173] (port=55531 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KlWQE-00042m-Ed for bug-gnu-emacs@gnu.org; Thu, 02 Oct 2008 18:13:22 -0400 Received: from mout0.freenet.de ([195.4.92.90]:34914) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KlWQD-0006sI-Q2 for bug-gnu-emacs@gnu.org; Thu, 02 Oct 2008 18:13:22 -0400 Received: from [195.4.92.16] (helo=6.mx.freenet.de) by mout0.freenet.de with esmtpa (ID peter_dyballa@freenet.de) (port 25) (Exim 4.69 #65) id 1KlWQ6-0004tn-Ab for bug-gnu-emacs@gnu.org; Fri, 03 Oct 2008 00:13:14 +0200 Received: from p5b23f6b3.dip.t-dialin.net ([91.35.246.179]:59503 helo=[192.168.1.2]) by 6.mx.freenet.de with esmtpsa (ID peter_dyballa@freenet.de) (TLSv1:AES128-SHA:128) (port 25) (Exim 4.69 #65) id 1KlWQ5-00071O-Vc for bug-gnu-emacs@gnu.org; Fri, 03 Oct 2008 00:13:14 +0200 Mime-Version: 1.0 (Apple Message framework v753.1) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: bug-gnu-emacs@gnu.org From: Peter Dyballa Date: Fri, 3 Oct 2008 00:13:06 +0200 X-Mailer: Apple Mail (2.753.1) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:14686: (add-to-list 'auto-mode-alist '("\\.[Pp][Rr][Oo]\\'" . idlwave-mode)) ./lisp/loaddefs.el:14686: (add-to-list 'auto-mode-alist '("\\. [Pp][Rr][Oo]\\'" . idlwave-mode)) ("\\.pro\\'" . idlwave-mode) ./lisp/files.el:1974: ("\\.pro\ \'" . idlwave-mode) The latter line seems superfluous. ("\\.tgz\\'" . tar-mode) ./lisp/jka-cmpr-hook.el:277: (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. Could it be added to the list of files in tar-mode? In GNU Emacs 22.3.1 (powerpc-apple-darwin8.11.0, X toolkit, Xaw3d scroll bars) of 2008-09-28 on localhost Windowing system distributor `The XFree86 Project, Inc', version 11.0.40400000 configured using `configure '--prefix=/sw' '--disable-dependency- tracking' '--infodir=${prefix}/share/info' '--mandir=${prefix}/share/ man' '--libexecdir=${prefix}/lib' '--without-pop' '--without-sound' '--enable-locallisppath=/Library/Application Support/Emacs/ calendar22:/Library/Application Support/Emacs/caml:/Library/ Application Support/Emacs:/sw/share/emacs21/site-lisp/elib' 'PKG_CONFIG_PATH=/sw/lib/pango-ft219/lib/pkgconfig:/sw/lib/ fontconfig2/lib/pkgconfig:/sw/lib/freetype219/lib/pkgconfig:' 'FREETYPE_CONFIG=/sw/lib/freetype219/bin/freetype-config' '--without- carbon' '--with-x' '--with-x-toolkit=athena' 'CFLAGS=-Os -pipe' 'LDFLAGS=-L/sw/lib/pango-ft219/lib -L/sw/lib/freetype219/lib -L/sw/ lib/fontconfig2/lib' 'LIBS=-L/sw/lib' 'CPPFLAGS=-I/sw/lib/pango-ft219/ include/pango-1.0 -I/sw/lib/pango-ft219/include -I/sw/lib/freetype219/ include/freetype2 -I/sw/lib/freetype219/include -I/sw/lib/fontconfig2/ include -I/sw/include'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: de_DE.UTF-8 value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: de_DE.UTF-8 locale-coding-system: utf-8 default-enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t unify-8859-on-encoding-mode: t utf-translate-cjk-mode: t auto-compression-mode: t line-number-mode: t -- Greetings Pete Atheism is a non prophet organization. From unknown Sat Aug 16 21:21:31 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) X-Loop: don@donarmstrong.com From: help-debbugs@gnu.org (Emacs bug Tracking System) To: Peter Dyballa Subject: bug#1068 closed by Glenn Morris (Re: bug#1068: auto-mode-alist) Message-ID: References: <6m3ajep2n6.fsf@fencepost.gnu.org> X-Emacs-PR-Message: they-closed 1068 X-Emacs-PR-Package: emacs Reply-To: 1068@debbugs.gnu.org Content-Type: multipart/mixed; boundary="----------=_1223019003-28428-1" This is a multi-part message in MIME format... ------------=_1223019003-28428-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the emacs package: #1068: auto-mode-alist in GNU Emacs 22.3 It has been closed by Glenn Morris . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Glenn Morris by replying to this email. --=20 1068: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D1068 Emacs Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1223019003-28428-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From rgm@gnu.org Fri Oct 3 00:21:13 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-11.2 required=4.0 tests=AWL,BAYES_00,FAKE_REPLY_C, HAS_BUG_NUMBER,RCVD_IN_DNSWL_MED,X_DEBBUGS_NO_ACK autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1068-done) by emacsbugs.donarmstrong.com; 3 Oct 2008 07:21:13 +0000 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m937LAh2027187 for <1068-done@emacsbugs.donarmstrong.com>; Fri, 3 Oct 2008 00:21:12 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1Klew9-00049D-F8; Fri, 03 Oct 2008 03:18:53 -0400 From: Glenn Morris To: 1068-done@debbugs.gnu.org Subject: Re: bug#1068: auto-mode-alist X-Spook: Fortezza Verisign TWA Exon Shell NWO ASO top secret virus X-Ran: euh3CJ&AJP37][I[!'-U90Zo6|kJ%cV]p@{NtS0Udmgy=;}J[m_my%dN-zS`UdsBx)L-8O X-Hue: white X-Debbugs-No-Ack: yes X-Attribution: GM Date: Fri, 03 Oct 2008 03:18:53 -0400 Message-ID: <6m3ajep2n6.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii OK; done. ------------=_1223019003-28428-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From Peter_Dyballa@Freenet.DE Thu Oct 2 15:13:34 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-5.7 required=4.0 tests=AWL,BAYES_00,FOURLA, RCVD_IN_DNSWL_LOW autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 2 Oct 2008 22:13:34 +0000 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m92MDTNZ021469 for ; Thu, 2 Oct 2008 15:13:31 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KlWQK-00043g-UR for bug-gnu-emacs@gnu.org; Thu, 02 Oct 2008 18:13:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KlWQE-00042p-MT for bug-gnu-emacs@gnu.org; Thu, 02 Oct 2008 18:13:27 -0400 Received: from [199.232.76.173] (port=55531 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KlWQE-00042m-Ed for bug-gnu-emacs@gnu.org; Thu, 02 Oct 2008 18:13:22 -0400 Received: from mout0.freenet.de ([195.4.92.90]:34914) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KlWQD-0006sI-Q2 for bug-gnu-emacs@gnu.org; Thu, 02 Oct 2008 18:13:22 -0400 Received: from [195.4.92.16] (helo=6.mx.freenet.de) by mout0.freenet.de with esmtpa (ID peter_dyballa@freenet.de) (port 25) (Exim 4.69 #65) id 1KlWQ6-0004tn-Ab for bug-gnu-emacs@gnu.org; Fri, 03 Oct 2008 00:13:14 +0200 Received: from p5b23f6b3.dip.t-dialin.net ([91.35.246.179]:59503 helo=[192.168.1.2]) by 6.mx.freenet.de with esmtpsa (ID peter_dyballa@freenet.de) (TLSv1:AES128-SHA:128) (port 25) (Exim 4.69 #65) id 1KlWQ5-00071O-Vc for bug-gnu-emacs@gnu.org; Fri, 03 Oct 2008 00:13:14 +0200 Mime-Version: 1.0 (Apple Message framework v753.1) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: bug-gnu-emacs@gnu.org From: Peter Dyballa Subject: auto-mode-alist in GNU Emacs 22.3 Date: Fri, 3 Oct 2008 00:13:06 +0200 X-Mailer: Apple Mail (2.753.1) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:14686: (add-to-list 'auto-mode-alist '("\\.[Pp][Rr][Oo]\\'" . idlwave-mode)) ./lisp/loaddefs.el:14686: (add-to-list 'auto-mode-alist '("\\. [Pp][Rr][Oo]\\'" . idlwave-mode)) ("\\.pro\\'" . idlwave-mode) ./lisp/files.el:1974: ("\\.pro\ \'" . idlwave-mode) The latter line seems superfluous. ("\\.tgz\\'" . tar-mode) ./lisp/jka-cmpr-hook.el:277: (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. Could it be added to the list of files in tar-mode? In GNU Emacs 22.3.1 (powerpc-apple-darwin8.11.0, X toolkit, Xaw3d scroll bars) of 2008-09-28 on localhost Windowing system distributor `The XFree86 Project, Inc', version 11.0.40400000 configured using `configure '--prefix=/sw' '--disable-dependency- tracking' '--infodir=${prefix}/share/info' '--mandir=${prefix}/share/ man' '--libexecdir=${prefix}/lib' '--without-pop' '--without-sound' '--enable-locallisppath=/Library/Application Support/Emacs/ calendar22:/Library/Application Support/Emacs/caml:/Library/ Application Support/Emacs:/sw/share/emacs21/site-lisp/elib' 'PKG_CONFIG_PATH=/sw/lib/pango-ft219/lib/pkgconfig:/sw/lib/ fontconfig2/lib/pkgconfig:/sw/lib/freetype219/lib/pkgconfig:' 'FREETYPE_CONFIG=/sw/lib/freetype219/bin/freetype-config' '--without- carbon' '--with-x' '--with-x-toolkit=athena' 'CFLAGS=-Os -pipe' 'LDFLAGS=-L/sw/lib/pango-ft219/lib -L/sw/lib/freetype219/lib -L/sw/ lib/fontconfig2/lib' 'LIBS=-L/sw/lib' 'CPPFLAGS=-I/sw/lib/pango-ft219/ include/pango-1.0 -I/sw/lib/pango-ft219/include -I/sw/lib/freetype219/ include/freetype2 -I/sw/lib/freetype219/include -I/sw/lib/fontconfig2/ include -I/sw/include'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: de_DE.UTF-8 value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: de_DE.UTF-8 locale-coding-system: utf-8 default-enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t unify-8859-on-encoding-mode: t utf-translate-cjk-mode: t auto-compression-mode: t line-number-mode: t -- Greetings Pete Atheism is a non prophet organization. ------------=_1223019003-28428-1-- From unknown Sat Aug 16 21:21:31 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) X-Loop: don@donarmstrong.com From: help-debbugs@gnu.org (Emacs bug Tracking System) To: Peter Dyballa Subject: bug#1069 closed by Glenn Morris (Re: bug#1068: auto-mode-alist) Message-ID: References: <6m3ajep2n6.fsf@fencepost.gnu.org> <2A92678A-0BC0-4840-8F21-14634F6D632C@Freenet.DE> X-Emacs-PR-Message: they-closed 1069 X-Emacs-PR-Package: emacs Reply-To: 1069@debbugs.gnu.org Content-Type: multipart/mixed; boundary="----------=_1223019003-28428-3" This is a multi-part message in MIME format... ------------=_1223019003-28428-3 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the emacs package: #1068: 23.0.60; auto-mode-alist It has been closed by Glenn Morris . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Glenn Morris by replying to this email. --=20 1068: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D1068 Emacs Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1223019003-28428-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From rgm@gnu.org Fri Oct 3 00:21:13 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-11.2 required=4.0 tests=AWL,BAYES_00,FAKE_REPLY_C, HAS_BUG_NUMBER,RCVD_IN_DNSWL_MED,X_DEBBUGS_NO_ACK autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1068-done) by emacsbugs.donarmstrong.com; 3 Oct 2008 07:21:13 +0000 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m937LAh2027187 for <1068-done@emacsbugs.donarmstrong.com>; Fri, 3 Oct 2008 00:21:12 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1Klew9-00049D-F8; Fri, 03 Oct 2008 03:18:53 -0400 From: Glenn Morris To: 1068-done@debbugs.gnu.org Subject: Re: bug#1068: auto-mode-alist X-Spook: Fortezza Verisign TWA Exon Shell NWO ASO top secret virus X-Ran: euh3CJ&AJP37][I[!'-U90Zo6|kJ%cV]p@{NtS0Udmgy=;}J[m_my%dN-zS`UdsBx)L-8O X-Hue: white X-Debbugs-No-Ack: yes X-Attribution: GM Date: Fri, 03 Oct 2008 03:18:53 -0400 Message-ID: <6m3ajep2n6.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii OK; done. ------------=_1223019003-28428-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From Peter_Dyballa@Freenet.DE Thu Oct 2 15:19:59 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-7.2 required=4.0 tests=AWL,BAYES_00, RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 2 Oct 2008 22:19:59 +0000 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m92MJtxc022638 for ; Thu, 2 Oct 2008 15:19:57 -0700 Received: from mail.gnu.org ([199.232.76.166]:53579 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1KlWUN-0006oh-7T for emacs-pretest-bug@gnu.org; Thu, 02 Oct 2008 18:17:39 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1KlWWX-0000m8-3h for emacs-pretest-bug@gnu.org; Thu, 02 Oct 2008 18:19:54 -0400 Received: from mout1.freenet.de ([195.4.92.91]:41726) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KlWWW-0000le-Pp for emacs-pretest-bug@gnu.org; Thu, 02 Oct 2008 18:19:52 -0400 Received: from [195.4.92.16] (helo=6.mx.freenet.de) by mout1.freenet.de with esmtpa (ID peter_dyballa@freenet.de) (port 25) (Exim 4.69 #65) id 1KlWWU-0000zn-JC for emacs-pretest-bug@gnu.org; Fri, 03 Oct 2008 00:19:50 +0200 Received: from p5b23f6b3.dip.t-dialin.net ([91.35.246.179]:59511 helo=[192.168.1.2]) by 6.mx.freenet.de with esmtpsa (ID peter_dyballa@freenet.de) (TLSv1:AES128-SHA:128) (port 25) (Exim 4.69 #65) id 1KlWWU-0000xH-9O for emacs-pretest-bug@gnu.org; Fri, 03 Oct 2008 00:19:50 +0200 Mime-Version: 1.0 (Apple Message framework v753.1) Content-Transfer-Encoding: 7bit Message-Id: <2A92678A-0BC0-4840-8F21-14634F6D632C@Freenet.DE> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: emacs-pretest-bug@gnu.org From: Peter Dyballa Subject: 23.0.60; auto-mode-alist Date: Fri, 3 Oct 2008 00:19:44 +0200 X-Mailer: Apple Mail (2.753.1) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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. ------------=_1223019003-28428-3--