From unknown Sat Jun 21 03:31:42 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#3803: 23.1.50; compilation.txt compilation-perl and compilation-weblint "symbol" names Reply-To: Kevin Ryde , 3803@debbugs.gnu.org Resent-From: Kevin Ryde Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Thu, 09 Jul 2009 23:40:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: report 3803 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.12471826747410 (code B ref -1); Thu, 09 Jul 2009 23:40:04 +0000 Received: (at submit) by emacsbugs.donarmstrong.com; 9 Jul 2009 23:37:54 +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=-0.5 required=4.0 tests=AWL,COMPANYSYMBOLPRICE,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 n69NbnOn007405 for ; Thu, 9 Jul 2009 16:37:51 -0700 Received: from mail.gnu.org ([199.232.76.166]:57142 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1MP3BU-0005BZ-Re for emacs-pretest-bug@gnu.org; Thu, 09 Jul 2009 19:37:48 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1MP3BQ-0003HG-FY for emacs-pretest-bug@gnu.org; Thu, 09 Jul 2009 19:37:46 -0400 Received: from mailout2-5.pacific.net.au ([61.8.2.228]:39277 helo=mailout2.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MP3BP-0003G5-FM for emacs-pretest-bug@gnu.org; Thu, 09 Jul 2009 19:37:43 -0400 Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.2.163]) by mailout2.pacific.net.au (Postfix) with ESMTP id 395511809BB for ; Fri, 10 Jul 2009 09:37:37 +1000 (EST) Received: from blah.blah (ppp2606.dyn.pacific.net.au [61.8.38.6]) by mailproxy2.pacific.net.au (Postfix) with ESMTP id 7057C2740F for ; Fri, 10 Jul 2009 09:37:36 +1000 (EST) Received: from gg by blah.blah with local (Exim 4.69) (envelope-from ) id 1MP3BD-0006PA-AV for emacs-pretest-bug@gnu.org; Fri, 10 Jul 2009 09:37:31 +1000 From: Kevin Ryde To: emacs-pretest-bug@gnu.org Date: Fri, 10 Jul 2009 09:37:31 +1000 Message-ID: <874otlzav8.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) --=-=-= The symbol names for my compilation-perl and compilation-weblint patterns got updated in the code (good), but not in the remarks in etc/compilation.txt, per below. Incidentally, in the interim I've changed what I use for the Test / Test2 / Test::Harness patterns. If I can remember why I'll post an update ... In GNU Emacs 23.1.50.2 (i586-pc-linux-gnu, GTK+ Version 2.16.4) of 2009-07-07 on blah.blah configured using `configure 'CFLAGS=-O -g' '--prefix=/down/emacs/b/inst' '--with-x-toolkit=gtk'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_AU value of $XMODIFIERS: nil locale-coding-system: iso-latin-1-unix default-enable-multibyte-characters: t --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=compilation.txt.compilation-perl.diff --- compilation.txt 24 Feb 2009 08:41:37 +1100 1.26 +++ compilation.txt 09 Jul 2009 17:00:24 +1000 @@ -396,7 +396,7 @@ * Podchecker error messages, per Pod::Checker -symbol: compilation-perl--Pod::Checker +symbol: perl--Pod::Checker *** ERROR: Spurious text after =cut at line 193 in file foo.pm *** ERROR: =over on line 37 without closing =back at line EOF in file bar.pm @@ -405,21 +405,21 @@ * Perl Test module error messages -symbol: compilation-perl--Test +symbol: perl--Test # Failed test 1 in foo.t at line 6 * Perl Test::Harness output -symbol: compilation-perl--Test::Harness +symbol: perl--Test::Harness NOK 1# Test 1 got: "1234" (t/foo.t at line 46) * Perl HTML::Lint::Error::as_string() -symbol: compilation-weblint +symbol: weblint index.html (13:1) Unknown element --=-=-=-- From unknown Sat Jun 21 03:31:42 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#3803 closed by Glenn Morris (Re: bug#3803: 23.1.50; compilation.txt compilation-perl and compilation-weblint "symbol" names) Message-ID: References: <5y8wixm9iw.fsf@fencepost.gnu.org> <874otlzav8.fsf@blah.blah> X-Emacs-PR-Message: they-closed 3803 X-Emacs-PR-Package: emacs Reply-To: 3803@debbugs.gnu.org Date: Fri, 10 Jul 2009 04:50:05 +0000 Content-Type: multipart/mixed; boundary="----------=_1247201405-24351-1" This is a multi-part message in MIME format... ------------=_1247201405-24351-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: #3803: 23.1.50; compilation.txt compilation-perl and compilation-weblint "s= ymbol" names 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 3803: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D3803 Emacs Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1247201405-24351-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 3803-done) by emacsbugs.donarmstrong.com; 10 Jul 2009 04:45:02 +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=-8.1 required=4.0 tests=AWL,HAS_BUG_NUMBER, X_DEBBUGS_NO_ACK autolearn=ham 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 n6A4iwEV023549 for <3803-done@emacsbugs.donarmstrong.com>; Thu, 9 Jul 2009 21:44:59 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MP7yi-0000eR-4J; Fri, 10 Jul 2009 00:44:56 -0400 From: Glenn Morris To: 3803-done@debbugs.gnu.org Subject: Re: bug#3803: 23.1.50; compilation.txt compilation-perl and compilation-weblint "symbol" names References: <874otlzav8.fsf@blah.blah> X-Spook: Panama brigand John Kerry FIPS140 illuminati CDC X-Ran: R{0LiJIri7xN>=Coy!dV)A::-[]e3>bLyey.=SbZ>vAw_+C~${"!XtA-f[`[ib>KG@RgsG X-Hue: green X-Debbugs-No-Ack: yes X-Attribution: GM Date: Fri, 10 Jul 2009 00:44:55 -0400 In-Reply-To: <874otlzav8.fsf@blah.blah> (Kevin Ryde's message of "Fri, 10 Jul 2009 09:37:31 +1000") Message-ID: <5y8wixm9iw.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 Thanks. ------------=_1247201405-24351-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by emacsbugs.donarmstrong.com; 9 Jul 2009 23:37:54 +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=-0.5 required=4.0 tests=AWL,COMPANYSYMBOLPRICE,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 n69NbnOn007405 for ; Thu, 9 Jul 2009 16:37:51 -0700 Received: from mail.gnu.org ([199.232.76.166]:57142 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1MP3BU-0005BZ-Re for emacs-pretest-bug@gnu.org; Thu, 09 Jul 2009 19:37:48 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1MP3BQ-0003HG-FY for emacs-pretest-bug@gnu.org; Thu, 09 Jul 2009 19:37:46 -0400 Received: from mailout2-5.pacific.net.au ([61.8.2.228]:39277 helo=mailout2.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MP3BP-0003G5-FM for emacs-pretest-bug@gnu.org; Thu, 09 Jul 2009 19:37:43 -0400 Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.2.163]) by mailout2.pacific.net.au (Postfix) with ESMTP id 395511809BB for ; Fri, 10 Jul 2009 09:37:37 +1000 (EST) Received: from blah.blah (ppp2606.dyn.pacific.net.au [61.8.38.6]) by mailproxy2.pacific.net.au (Postfix) with ESMTP id 7057C2740F for ; Fri, 10 Jul 2009 09:37:36 +1000 (EST) Received: from gg by blah.blah with local (Exim 4.69) (envelope-from ) id 1MP3BD-0006PA-AV for emacs-pretest-bug@gnu.org; Fri, 10 Jul 2009 09:37:31 +1000 From: Kevin Ryde To: emacs-pretest-bug@gnu.org Subject: 23.1.50; compilation.txt compilation-perl and compilation-weblint "symbol" names Date: Fri, 10 Jul 2009 09:37:31 +1000 Message-ID: <874otlzav8.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) --=-=-= The symbol names for my compilation-perl and compilation-weblint patterns got updated in the code (good), but not in the remarks in etc/compilation.txt, per below. Incidentally, in the interim I've changed what I use for the Test / Test2 / Test::Harness patterns. If I can remember why I'll post an update ... In GNU Emacs 23.1.50.2 (i586-pc-linux-gnu, GTK+ Version 2.16.4) of 2009-07-07 on blah.blah configured using `configure 'CFLAGS=-O -g' '--prefix=/down/emacs/b/inst' '--with-x-toolkit=gtk'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_AU value of $XMODIFIERS: nil locale-coding-system: iso-latin-1-unix default-enable-multibyte-characters: t --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=compilation.txt.compilation-perl.diff --- compilation.txt 24 Feb 2009 08:41:37 +1100 1.26 +++ compilation.txt 09 Jul 2009 17:00:24 +1000 @@ -396,7 +396,7 @@ * Podchecker error messages, per Pod::Checker -symbol: compilation-perl--Pod::Checker +symbol: perl--Pod::Checker *** ERROR: Spurious text after =cut at line 193 in file foo.pm *** ERROR: =over on line 37 without closing =back at line EOF in file bar.pm @@ -405,21 +405,21 @@ * Perl Test module error messages -symbol: compilation-perl--Test +symbol: perl--Test # Failed test 1 in foo.t at line 6 * Perl Test::Harness output -symbol: compilation-perl--Test::Harness +symbol: perl--Test::Harness NOK 1# Test 1 got: "1234" (t/foo.t at line 46) * Perl HTML::Lint::Error::as_string() -symbol: compilation-weblint +symbol: weblint index.html (13:1) Unknown element --=-=-=-- ------------=_1247201405-24351-1--