From unknown Sun Aug 17 22:07:52 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#4079: 23.1.50; compile.el comments for gnu pattern first line Reply-To: Kevin Ryde , 4079@debbugs.gnu.org Resent-From: Kevin Ryde Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Sat, 08 Aug 2009 01:25:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: report 4079 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.124969426424550 (code B ref -1); Sat, 08 Aug 2009 01:25:04 +0000 Received: (at submit) by emacsbugs.donarmstrong.com; 8 Aug 2009 01:17:44 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-1.0 required=4.0 tests=AWL,FOURLA autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n781Hg39024545 for ; Fri, 7 Aug 2009 18:17:43 -0700 Received: from mx10.gnu.org ([199.232.76.166]:43220) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1MZaZ3-0004nC-90 for emacs-pretest-bug@gnu.org; Fri, 07 Aug 2009 21:17:41 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1MZaYz-0006JO-PH for emacs-pretest-bug@gnu.org; Fri, 07 Aug 2009 21:17:39 -0400 Received: from mailout1-1.pacific.net.au ([61.8.2.208]:45229 helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MZaYz-0006Id-6Q for emacs-pretest-bug@gnu.org; Fri, 07 Aug 2009 21:17:37 -0400 Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.2.162]) by mailout1.pacific.net.au (Postfix) with ESMTP id 4011C4F5490 for ; Sat, 8 Aug 2009 11:17:31 +1000 (EST) Received: from blah.blah (ppp2FEE.dyn.pacific.net.au [61.8.47.238]) by mailproxy1.pacific.net.au (Postfix) with ESMTP id 76F6A8C08 for ; Sat, 8 Aug 2009 11:17:30 +1000 (EST) Received: from gg by blah.blah with local (Exim 4.69) (envelope-from ) id 1MZaYF-0006fO-AI for emacs-pretest-bug@gnu.org; Sat, 08 Aug 2009 11:16:51 +1000 From: Kevin Ryde To: emacs-pretest-bug@gnu.org Date: Sat, 08 Aug 2009 11:16:51 +1000 Message-ID: <878whvcdfg.fsf@blah.blah> User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) --=-=-= Answering a question left by Stefan ... 2009-08-08 Kevin Ryde * progmodes/compile.el (compilation-error-regexp-alist-alist): Add crib to `gnu' pattern on what the first line is for. (The pattern is so hairy some verbosity can be tolerated in the comments!) --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=compile.el.gnu-comment.diff *** compile.el 11 Jul 2009 07:12:48 +1000 1.495 --- compile.el 08 Aug 2009 11:12:37 +1000 *************** *** 234,240 **** (2 (compilation-face '(3)))) (gnu ! ;; I have no idea what this first line is supposed to match, but it ;; makes things ambiguous with output such as "foo:344:50:blabla" since ;; the "foo" part can match this first line (in which case the file ;; name as "344"). To avoid this, the second line disallows filenames --- 234,247 ---- (2 (compilation-face '(3)))) (gnu ! ;; The first line matches the program name for ! ;; PROGRAM:SOURCE-FILE-NAME:LINENO: MESSAGE ! ;; format as per gnu standards.info "Errors" for non-interactive ! ;; programs other than compilers. Eg. the "jade:" entry in ! ;; compilation.txt ! ;; jade:dbcommon.dsl:133:17:E: missing argument for function call ! ;; ! ;; The first line ;; makes things ambiguous with output such as "foo:344:50:blabla" since ;; the "foo" part can match this first line (in which case the file ;; name as "344"). To avoid this, the second line disallows filenames --=-=-=-- From unknown Sun Aug 17 22:07:52 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: owner@emacsbugs.donarmstrong.com From: help-debbugs@gnu.org (Emacs bug Tracking System) To: Kevin Ryde Subject: bug#4079 closed by Chong Yidong (Re: 23.1.50; compile.el comments for gnu pattern first line) Message-ID: References: <87vdkwwflt.fsf@cyd.mit.edu> <878whvcdfg.fsf@blah.blah> X-Emacs-PR-Message: they-closed 4079 X-Emacs-PR-Package: emacs Reply-To: 4079@debbugs.gnu.org Date: Mon, 10 Aug 2009 02:55:09 +0000 Content-Type: multipart/mixed; boundary="----------=_1249872909-19119-1" This is a multi-part message in MIME format... ------------=_1249872909-19119-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: #4079: 23.1.50; compile.el comments for gnu pattern first line It has been closed by Chong Yidong . 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 Chong Yidong by replying to this email. --=20 4079: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D4079 Emacs Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1249872909-19119-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 4079-done) by emacsbugs.donarmstrong.com; 10 Aug 2009 02:45:30 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-1.7 required=4.0 tests=AWL autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n7A2jThJ018442 for <4079-done@emacsbugs.donarmstrong.com>; Sun, 9 Aug 2009 19:45:30 -0700 Received: by cyd.mit.edu (Postfix, from userid 1000) id 094E157E21E; Sun, 9 Aug 2009 22:46:22 -0400 (EDT) From: Chong Yidong To: Kevin Ryde Cc: 4079-done@debbugs.gnu.org Subject: Re: 23.1.50; compile.el comments for gnu pattern first line Date: Sun, 09 Aug 2009 22:46:22 -0400 Message-ID: <87vdkwwflt.fsf@cyd.mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Thanks, I've updated the comment. ------------=_1249872909-19119-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by emacsbugs.donarmstrong.com; 8 Aug 2009 01:17:44 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-1.0 required=4.0 tests=AWL,FOURLA autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n781Hg39024545 for ; Fri, 7 Aug 2009 18:17:43 -0700 Received: from mx10.gnu.org ([199.232.76.166]:43220) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1MZaZ3-0004nC-90 for emacs-pretest-bug@gnu.org; Fri, 07 Aug 2009 21:17:41 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1MZaYz-0006JO-PH for emacs-pretest-bug@gnu.org; Fri, 07 Aug 2009 21:17:39 -0400 Received: from mailout1-1.pacific.net.au ([61.8.2.208]:45229 helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MZaYz-0006Id-6Q for emacs-pretest-bug@gnu.org; Fri, 07 Aug 2009 21:17:37 -0400 Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.2.162]) by mailout1.pacific.net.au (Postfix) with ESMTP id 4011C4F5490 for ; Sat, 8 Aug 2009 11:17:31 +1000 (EST) Received: from blah.blah (ppp2FEE.dyn.pacific.net.au [61.8.47.238]) by mailproxy1.pacific.net.au (Postfix) with ESMTP id 76F6A8C08 for ; Sat, 8 Aug 2009 11:17:30 +1000 (EST) Received: from gg by blah.blah with local (Exim 4.69) (envelope-from ) id 1MZaYF-0006fO-AI for emacs-pretest-bug@gnu.org; Sat, 08 Aug 2009 11:16:51 +1000 From: Kevin Ryde To: emacs-pretest-bug@gnu.org Subject: 23.1.50; compile.el comments for gnu pattern first line Date: Sat, 08 Aug 2009 11:16:51 +1000 Message-ID: <878whvcdfg.fsf@blah.blah> User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) --=-=-= Answering a question left by Stefan ... 2009-08-08 Kevin Ryde * progmodes/compile.el (compilation-error-regexp-alist-alist): Add crib to `gnu' pattern on what the first line is for. (The pattern is so hairy some verbosity can be tolerated in the comments!) --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=compile.el.gnu-comment.diff *** compile.el 11 Jul 2009 07:12:48 +1000 1.495 --- compile.el 08 Aug 2009 11:12:37 +1000 *************** *** 234,240 **** (2 (compilation-face '(3)))) (gnu ! ;; I have no idea what this first line is supposed to match, but it ;; makes things ambiguous with output such as "foo:344:50:blabla" since ;; the "foo" part can match this first line (in which case the file ;; name as "344"). To avoid this, the second line disallows filenames --- 234,247 ---- (2 (compilation-face '(3)))) (gnu ! ;; The first line matches the program name for ! ;; PROGRAM:SOURCE-FILE-NAME:LINENO: MESSAGE ! ;; format as per gnu standards.info "Errors" for non-interactive ! ;; programs other than compilers. Eg. the "jade:" entry in ! ;; compilation.txt ! ;; jade:dbcommon.dsl:133:17:E: missing argument for function call ! ;; ! ;; The first line ;; makes things ambiguous with output such as "foo:344:50:blabla" since ;; the "foo" part can match this first line (in which case the file ;; name as "344"). To avoid this, the second line disallows filenames --=-=-=-- ------------=_1249872909-19119-1-- From unknown Sun Aug 17 22:07:52 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#4079: 23.1.50; compile.el comments for gnu pattern first line Reply-To: Stefan Monnier , 4079@debbugs.gnu.org Resent-From: Stefan Monnier Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Mon, 10 Aug 2009 15:55:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 4079 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 4079-submit@emacsbugs.donarmstrong.com id=B4079.124991916731162 (code B ref 4079); Mon, 10 Aug 2009 15:55:05 +0000 Received: (at 4079) by emacsbugs.donarmstrong.com; 10 Aug 2009 15:46:07 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-3.0 required=4.0 tests=HAS_BUG_NUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from tomts10-srv.bellnexxia.net (tomts10-srv.bellnexxia.net [209.226.175.54]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n7AFk5Ar031157 for <4079@emacsbugs.donarmstrong.com>; Mon, 10 Aug 2009 08:46:07 -0700 Received: from toip5.srvr.bell.ca ([209.226.175.88]) by tomts10-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20090810154605.XBWE12711.tomts10-srv.bellnexxia.net@toip5.srvr.bell.ca> for <4079@emacsbugs.donarmstrong.com>; Mon, 10 Aug 2009 11:46:05 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApsEAE/af0pGN48s/2dsb2JhbACBUs5mhBgFgUw Received: from bas1-montreal42-1178046252.dsl.bell.ca (HELO ceviche.home) ([70.55.143.44]) by toip5.srvr.bell.ca with ESMTP; 10 Aug 2009 11:50:36 -0400 Received: by ceviche.home (Postfix, from userid 20848) id 97014B454F; Mon, 10 Aug 2009 11:46:04 -0400 (EDT) From: Stefan Monnier To: Kevin Ryde Cc: 4079@debbugs.gnu.org Message-ID: References: <878whvcdfg.fsf@blah.blah> Date: Mon, 10 Aug 2009 11:46:04 -0400 In-Reply-To: <878whvcdfg.fsf@blah.blah> (Kevin Ryde's message of "Sat, 08 Aug 2009 11:16:51 +1000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii > Answering a question left by Stefan ... > 2009-08-08 Kevin Ryde > * progmodes/compile.el (compilation-error-regexp-alist-alist): Add > crib to `gnu' pattern on what the first line is for. (The pattern is > so hairy some verbosity can be tolerated in the comments!) Thanks! it's a rare pleasure to get an answer to a question left in a comment. Maybe there is hope after all ;-) Stefan