From unknown Sun Jun 22 20:56:56 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#3927: 23.1.50; etc/compilation.txt sample perl-glib from recent work Reply-To: Kevin Ryde , 3927@debbugs.gnu.org Resent-From: Kevin Ryde Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Sat, 25 Jul 2009 12:45:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: report 3927 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.124852552813222 (code B ref -1); Sat, 25 Jul 2009 12:45:05 +0000 Received: (at submit) by emacsbugs.donarmstrong.com; 25 Jul 2009 12:38:48 +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.3 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 n6PCce37013206 for ; Sat, 25 Jul 2009 05:38:42 -0700 Received: from mx10.gnu.org ([199.232.76.166]:59380) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1MUgWN-0003Zl-SN for emacs-pretest-bug@gnu.org; Sat, 25 Jul 2009 08:38:39 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1MUgWI-0001pm-N7 for emacs-pretest-bug@gnu.org; Sat, 25 Jul 2009 08:38:37 -0400 Received: from mailout2-10.pacific.net.au ([125.255.80.137]:55682 helo=mailout2.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MUgWH-0001p2-My for emacs-pretest-bug@gnu.org; Sat, 25 Jul 2009 08:38:34 -0400 Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.2.163]) by mailout2.pacific.net.au (Postfix) with ESMTP id 87FEF156B52 for ; Sat, 25 Jul 2009 22:38:29 +1000 (EST) Received: from blah.blah (ppp2F11.dyn.pacific.net.au [61.8.47.17]) by mailproxy2.pacific.net.au (Postfix) with ESMTP id B4DBF27407 for ; Sat, 25 Jul 2009 22:38:28 +1000 (EST) Received: from gg by blah.blah with local (Exim 4.69) (envelope-from ) id 1MUgVo-0002If-9H for emacs-pretest-bug@gnu.org; Sat, 25 Jul 2009 22:38:04 +1000 From: Kevin Ryde To: emacs-pretest-bug@gnu.org Date: Sat, 25 Jul 2009 22:38:00 +1000 Message-ID: <87ab2t3plj.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) --=-=-= While going through my compilation regexps I noticed this one which got a fix lately but didn't get into compilation.txt, which might help it stay fixed :-). 2009-07-25 Kevin Ryde * compilation.txt (perl): Add a note on store::odrecall versus program name font locking. Add a Perl-Glib sample message which was the subject of a recent bug (of matching too much). --=-=-= Content-Type: text/x-diff Content-Disposition: attachment; filename=compilation.txt.perl-glib.diff *** compilation.txt 11 Jul 2009 07:12:00 +1000 1.27 --- compilation.txt 25 Jul 2009 22:03:09 +1000 *************** *** 300,311 **** --- 300,326 ---- symbol: perl + For reference, the font-lock "Command output lines" pattern which + highlights "make:" etc program names also hits "store:" in the + "store::odrecall" module name here. That's not really wanted, but + it's harmless since the error match overrides it. + + syntax error at automake line 922, near "':'" Died at test.pl line 27. store::odrecall('File_A', 'x2') called at store.pm line 90 (in cleanup) something bad at foo.pl line 3 during global destruction. + The following 'orrible looking bit is from the Perl-Glib module. It's + a Glib message put through Perl warn() to get "at FILENAME line N". + The aim is to match the Perl filename/linenum part since that's going + to be the offending code. As long as the "gnu" patterns are tight + enough not to take the "... WARNING **:" as a filename it should be + fine. + + GLib-GObject-WARNING **: /build/buildd/glib2.0-2.14.5/gobject/gsignal.c:1741: instance `0x8206790' has no handler with id `1234' at t-compilation-perl-gtk.pl line 3. + * PHP symbol: php --=-=-= In GNU Emacs 23.1.50.4 (i586-pc-linux-gnu, GTK+ Version 2.16.4) of 2009-07-24 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 --=-=-=-- From unknown Sun Jun 22 20:56:56 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#3927 closed by Chong Yidong (Re: 23.1.50; etc/compilation.txt sample perl-glib from recent work) Message-ID: References: <87skgj77rz.fsf@cyd.mit.edu> <87ab2t3plj.fsf@blah.blah> X-Emacs-PR-Message: they-closed 3927 X-Emacs-PR-Package: emacs Reply-To: 3927@debbugs.gnu.org Date: Sun, 26 Jul 2009 16:05:05 +0000 Content-Type: multipart/mixed; boundary="----------=_1248624305-30721-1" This is a multi-part message in MIME format... ------------=_1248624305-30721-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: #3927: 23.1.50; etc/compilation.txt sample perl-glib from recent work 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 3927: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D3927 Emacs Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1248624305-30721-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 3927-done) by emacsbugs.donarmstrong.com; 26 Jul 2009 16:01: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=-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 n6QG0wSn030193 for <3927-done@emacsbugs.donarmstrong.com>; Sun, 26 Jul 2009 09:00:59 -0700 Received: by cyd.mit.edu (Postfix, from userid 1000) id E122D57E259; Sun, 26 Jul 2009 12:01:36 -0400 (EDT) From: Chong Yidong To: Kevin Ryde Cc: 3927-done@debbugs.gnu.org Subject: Re: 23.1.50; etc/compilation.txt sample perl-glib from recent work Date: Sun, 26 Jul 2009 12:01:36 -0400 Message-ID: <87skgj77rz.fsf@cyd.mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii > While going through my compilation regexps I noticed this one which > got a fix lately but didn't get into compilation.txt, which might help > it stay fixed :-). I checked in the error message, thanks. (I left out the note about overriding regexps, because that's understood; many of the regexps in this file require the overriding behavior to work properly.) ------------=_1248624305-30721-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by emacsbugs.donarmstrong.com; 25 Jul 2009 12:38:48 +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.3 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 n6PCce37013206 for ; Sat, 25 Jul 2009 05:38:42 -0700 Received: from mx10.gnu.org ([199.232.76.166]:59380) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1MUgWN-0003Zl-SN for emacs-pretest-bug@gnu.org; Sat, 25 Jul 2009 08:38:39 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1MUgWI-0001pm-N7 for emacs-pretest-bug@gnu.org; Sat, 25 Jul 2009 08:38:37 -0400 Received: from mailout2-10.pacific.net.au ([125.255.80.137]:55682 helo=mailout2.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MUgWH-0001p2-My for emacs-pretest-bug@gnu.org; Sat, 25 Jul 2009 08:38:34 -0400 Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.2.163]) by mailout2.pacific.net.au (Postfix) with ESMTP id 87FEF156B52 for ; Sat, 25 Jul 2009 22:38:29 +1000 (EST) Received: from blah.blah (ppp2F11.dyn.pacific.net.au [61.8.47.17]) by mailproxy2.pacific.net.au (Postfix) with ESMTP id B4DBF27407 for ; Sat, 25 Jul 2009 22:38:28 +1000 (EST) Received: from gg by blah.blah with local (Exim 4.69) (envelope-from ) id 1MUgVo-0002If-9H for emacs-pretest-bug@gnu.org; Sat, 25 Jul 2009 22:38:04 +1000 From: Kevin Ryde To: emacs-pretest-bug@gnu.org Subject: 23.1.50; etc/compilation.txt sample perl-glib from recent work Date: Sat, 25 Jul 2009 22:38:00 +1000 Message-ID: <87ab2t3plj.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) --=-=-= While going through my compilation regexps I noticed this one which got a fix lately but didn't get into compilation.txt, which might help it stay fixed :-). 2009-07-25 Kevin Ryde * compilation.txt (perl): Add a note on store::odrecall versus program name font locking. Add a Perl-Glib sample message which was the subject of a recent bug (of matching too much). --=-=-= Content-Type: text/x-diff Content-Disposition: attachment; filename=compilation.txt.perl-glib.diff *** compilation.txt 11 Jul 2009 07:12:00 +1000 1.27 --- compilation.txt 25 Jul 2009 22:03:09 +1000 *************** *** 300,311 **** --- 300,326 ---- symbol: perl + For reference, the font-lock "Command output lines" pattern which + highlights "make:" etc program names also hits "store:" in the + "store::odrecall" module name here. That's not really wanted, but + it's harmless since the error match overrides it. + + syntax error at automake line 922, near "':'" Died at test.pl line 27. store::odrecall('File_A', 'x2') called at store.pm line 90 (in cleanup) something bad at foo.pl line 3 during global destruction. + The following 'orrible looking bit is from the Perl-Glib module. It's + a Glib message put through Perl warn() to get "at FILENAME line N". + The aim is to match the Perl filename/linenum part since that's going + to be the offending code. As long as the "gnu" patterns are tight + enough not to take the "... WARNING **:" as a filename it should be + fine. + + GLib-GObject-WARNING **: /build/buildd/glib2.0-2.14.5/gobject/gsignal.c:1741: instance `0x8206790' has no handler with id `1234' at t-compilation-perl-gtk.pl line 3. + * PHP symbol: php --=-=-= In GNU Emacs 23.1.50.4 (i586-pc-linux-gnu, GTK+ Version 2.16.4) of 2009-07-24 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 --=-=-=-- ------------=_1248624305-30721-1--