From unknown Sat Aug 16 23:40:16 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#1068 <1068@debbugs.gnu.org> To: bug#1068 <1068@debbugs.gnu.org> Subject: Status: auto-mode-alist in GNU Emacs 22.3 Reply-To: bug#1068 <1068@debbugs.gnu.org> Date: Sun, 17 Aug 2025 06:40:16 +0000 retitle 1068 auto-mode-alist in GNU Emacs 22.3 reassign 1068 emacs submitter 1068 Peter Dyballa severity 1068 normal thanks 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. From rgm@gnu.org Thu Oct 2 16:10:45 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=-9.6 required=4.0 tests=AWL,BAYES_00,MISSING_SUBJECT, NOSUBJECT,RCVD_IN_DNSWL_MED,VALID_BTS_CONTROL,X_DEBBUGS_NO_ACK autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at control) by emacsbugs.donarmstrong.com; 2 Oct 2008 23:10:45 +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 m92NAg5o003893 for ; Thu, 2 Oct 2008 16:10:43 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KlXHV-0001Dp-VO; Thu, 02 Oct 2008 19:08:25 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18661.21609.902179.247112@fencepost.gnu.org> Date: Thu, 2 Oct 2008 19:08:25 -0400 From: Glenn Morris To: control X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: black X-Ran: c/L=YiMi:muP[>aepny[F*y@&bGXa8QxmW08ymjlY_.9ZTN?_G8pCqmGL> X-Debbugs-No-Ack: yes merge 1068 1069 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. From unknown Sat Aug 16 23:40:16 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: $requester Subject: Internal Control Message-Id: bug archived. Date: Fri, 31 Oct 2008 14:24:03 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A log time ago, in a galaxy far, far away # something happened. # # Magically this resulted in the following # action being taken, but this fake control # message doesn't tell you why it happened # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator