From gg@zip.com.au Fri Aug 7 18:17:43 2009 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 --=-=-=-- From cyd@stupidchicken.com Sun Aug 9 19:45:30 2009 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. From monnier@iro.umontreal.ca Mon Aug 10 08:46:07 2009 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 Subject: Re: bug#4079: 23.1.50; compile.el comments for gnu pattern first line 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 From unknown Fri Jun 20 18:25:01 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 08 Sep 2009 14:25:07 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A long 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