From lanx.perl@googlemail.com Fri Oct 9 06:40:45 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 9 Oct 2009 13:40:45 +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=2.1 required=4.0 tests=FOURLA,IMPRONONCABLE_2,MULTALT, MURPHY_DRUGS_REL8 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 n99Deis2001158 for ; Fri, 9 Oct 2009 06:40:45 -0700 Received: from mail.gnu.org ([199.232.76.166]:50926 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1MwFi7-0000Ka-BJ for emacs-pretest-bug@gnu.org; Fri, 09 Oct 2009 09:40:43 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1MwFi4-0000bF-Qr for emacs-pretest-bug@gnu.org; Fri, 09 Oct 2009 09:40:43 -0400 Received: from mail-px0-f202.google.com ([209.85.216.202]:35157) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MwFi4-0000aN-A1; Fri, 09 Oct 2009 09:40:40 -0400 Received: by pxi40 with SMTP id 40so7293238pxi.24 for ; Fri, 09 Oct 2009 06:40:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:cc:content-type; bh=xwczLrqBfbAopVsZnHk7aCX98NDTiSrB+nGRzSbzjNI=; b=jrHP8EGboTZ/KrnlJuKUU6k7Xa/BDcLyFOr9bCsbRQbIc9UeBVwDRGVV780lixysO7 Nqd0neYg12hZKxKKr1mOUIb4Y/L+mnaLZGwF6vvHXw9wUVh+/WJLge0eVvSIJdNrErxS K0bGUYdyyBq3Cbf/CB18mZ9J51F4pe/Ijzoxw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; b=hF5kHamloehNo0ALlBD/yvUkmj1yWZa7FtqP+tKbnQoHOJNLg3aPzUsNxtXZ6bnJPa BKoMrjtednFg5Ot73QZtyOlSCPuPjefJlC2kJ659Ax/4aErQWU3v+lvzco1kJDO2pE7x SGWW8RHG8RjaAw+Q/bUQZcsRyER72Al2WDgDk= MIME-Version: 1.0 Received: by 10.142.249.24 with SMTP id w24mr208213wfh.325.1255095636455; Fri, 09 Oct 2009 06:40:36 -0700 (PDT) Date: Fri, 9 Oct 2009 15:40:36 +0200 Message-ID: Subject: 23.1.50; Matching of error lines in *compilation* buffer is broken for perl-files From: LanX To: emacs-pretest-bug@gnu.org Cc: boubaker@cena.fr, Roland McGrath , Daniel Pfeiffer Content-Type: multipart/alternative; boundary=00504501809891f3b7047580b911 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) --00504501809891f3b7047580b911 Content-Type: text/plain; charset=ISO-8859-1 > Please describe exactly what actions triggered the bug > and the precise symptoms of the bug: - Installing emacs 23 - Loading perl-code with errors - M-x mode-compile - Effect: The errorlines, filenames and linenumbers are not recognized or activated in *compilation* No problem whatsoever with emacs 22 and the same configs! The problem didn't occure while compiling sh or python files!!! The problem was reproducible on different machines with Ubuntu 8.04 and 8.10 but not with Windows XP, all with default installation with German localization. It was reported NOT to happen with Ubuntu 9.04 on an american machine. For detailed discussion including a WORKING REGEX-PATCH for mode-compile.el please look at: --> http://groups.google.de/group/gnu.emacs.help/browse_thread/thread/c1a62e304177fefe/9a28488347dd77e7#9a28488347dd77e7 --> http://groups.google.com/group/emacs-perl-intersection/browse_thread/thread/328823127d1f8b7/8adaceafa79cc216#8adaceafa79cc216 DIAGNOSIS: It seems like the handling of regexes in compile.el changed considerably from 22 to 23, breaking compatibility with mode-compile.el!!! A sample perl code to produce 4 error-lines is: ------------------- use strict; $a=A; print $a; $a=A; $a=A; $a=A; -------------------- > If Emacs crashed .... No crash! In GNU Emacs 23.1.50.1 (i686-pc-linux-gnu, GTK+ Version 2.14.4) of 2009-10-08 on nc10-ubuntu Windowing system distributor `The X.Org Foundation', version 11.0.10502000 configured using `configure '--prefix=/home/lanx/lib/emacs-cvs'' 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: de_DE.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Perl Minor modes in effect: tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: M-x m o d e - c o m p i l Recent messages: loading debug.el leaving debug.el For information about GNU Emacs and the GNU system, type C-h C-a. Use M-x make-directory RET RET to create the directory and its parents [2 times] lade mode-compile.el Loading cl-macs...done Loading `mode-compile': old-style backquotes detected! mode-compile: Compiling in Perl mode ... M-x mode-compile-kill to kill. (No files need saving) Compilation exited abnormally with code 255 Load-path shadows: /home/lanx/lib/emacs-cvs/share/emacs/23.1.50/lisp/progmodes/cperl-mode hides /home/lanx/.emacs.d/debug/cperl-mode --00504501809891f3b7047580b911 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable > Please describe exactly what actions triggered the bug
> and the= precise symptoms of the bug:


- Installing emacs 23
- Loading= perl-code with errors
- M-x mode-compile

- Effect: The errorline= s, filenames and linenumbers are not recognized or activated in *compilatio= n*

No problem whatsoever with emacs 22 and the same configs!

The pr= oblem didn't occure while compiling sh or python files!!!

The pr= oblem was reproducible on different machines with Ubuntu 8.04 and 8.10 but = not with Windows XP, all with default installation with German localization= .

It was reported NOT to happen with Ubuntu 9.04 on an american machine.<= br>
For detailed discussion including a WORKING REGEX-PATCH for mode-com= pile.el please look at:

--> http://groups.google.de/group/gnu.emacs.help/browse_thread= /thread/c1a62e304177fefe/9a28488347dd77e7#9a28488347dd77e7

--> h= ttp://groups.google.com/group/emacs-perl-intersection/browse_thread/thread/= 328823127d1f8b7/8adaceafa79cc216#8adaceafa79cc216

DIAGNOSIS: It seems like the handling of regexes in compile.el changed = considerably from
22 to 23, breaking compatibility with mode-compile.el= !!!

A sample perl code to produce 4 error-lines is:
-------------= ------
use strict;
$a=3DA;
print $a;
$a=3DA;
$a=3DA;
$a=3DA;
---= -----------------

> If Emacs crashed ....

No crash!

In GNU Emacs 23.1.50.1 (i686-pc-linux-gnu, GTK+ Version 2.14.4)
=A0= of 2009-10-08 on nc10-ubuntu
Windowing system distributor `The X.Org Foundation', version 11.0.10502= 000
configured using `configure=A0 '--prefix=3D/home/lanx/lib/emacs-= cvs''

Important settings:
=A0 value of $LC_ALL: nil
= =A0 value of $LC_COLLATE: nil
=A0 value of $LC_CTYPE: nil
=A0 value of $LC_MESSAGES: nil
=A0 value = of $LC_MONETARY: nil
=A0 value of $LC_NUMERIC: nil
=A0 value of $LC_T= IME: nil
=A0 value of $LANG: de_DE.UTF-8
=A0 value of $XMODIFIERS: ni= l
=A0 locale-coding-system: utf-8-unix
=A0 default enable-multibyte-characters: t

Major mode: Perl

M= inor modes in effect:
=A0 tooltip-mode: t
=A0 mouse-wheel-mode: t
= =A0 tool-bar-mode: t
=A0 menu-bar-mode: t
=A0 file-name-shadow-mode: = t
=A0 global-font-lock-mode: t
=A0 font-lock-mode: t
=A0 blink-cursor-mode: t
=A0 global-auto-compos= ition-mode: t
=A0 auto-composition-mode: t
=A0 auto-encryption-mode: = t
=A0 auto-compression-mode: t
=A0 line-number-mode: t
=A0 transie= nt-mark-mode: t

Recent input:
M-x m o d e - c o m p i l <tab> <return> &= lt;return> <help-echo>
<help-echo> <help-echo> <= ;help-echo> <help-echo> <help-echo>
<help-echo> &l= t;help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <help-echo> <= ;help-echo>
<help-echo> <help-echo> <help-echo> &l= t;help-echo> <help-echo>
<help-echo> <help-echo> &= lt;help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <menu-bar> <= help-menu>
<send-emacs-bug-report>

Recent messages:
= loading debug.el
leaving debug.el
For information about GNU Emacs and= the GNU system, type C-h C-a.
Use M-x make-directory RET RET to create the directory and its parents [2 t= imes]
lade mode-compile.el
Loading cl-macs...done
Loading `mode-co= mpile': old-style backquotes detected!
mode-compile: Compiling in Pe= rl mode ... M-x mode-compile-kill to kill.
(No files need saving)
Compilation exited abnormally with code 255
Load-path shadows:
/home/lanx/lib/emacs-cvs/share/emacs/23.1.50/lisp/p= rogmodes/cperl-mode hides /home/lanx/.emacs.d/debug/cperl-mode

--00504501809891f3b7047580b911-- From rgm@gnu.org Fri Oct 9 09:04:18 2009 Received: (at 4689) by emacsbugs.donarmstrong.com; 9 Oct 2009 16:04:18 +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=-7.4 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 n99G4Hob026727 for <4689@emacsbugs.donarmstrong.com>; Fri, 9 Oct 2009 09:04:18 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MwHx0-0008Uh-F0; Fri, 09 Oct 2009 12:04:14 -0400 From: Glenn Morris To: LanX Cc: 4689@debbugs.gnu.org, Roland McGrath , Daniel Pfeiffer , boubaker@cena.fr Subject: Re: bug#4689: 23.1.50; Matching of error lines in *compilation* buffer is broken for perl-files References: X-Spook: SDI Axis of Evil defense information warfare class X-Ran: 4]8/g^q/&t@c4dd3w%W$[0VU}=gpZv%8z/NrsXB'Z^F?&@@(rnHKff4H21VWeeOA$csf5b X-Hue: cyan X-Debbugs-No-Ack: yes X-Attribution: GM Date: Fri, 09 Oct 2009 12:04:14 -0400 In-Reply-To: (LanX's message of "Fri, 9 Oct 2009 15:40:36 +0200") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii LanX wrote: > - Installing emacs 23 > - Loading perl-code with errors > - M-x mode-compile mode-compile is not part of Emacs. > - Effect: The errorlines, filenames and linenumbers are not recognized or > activated in *compilation* > > No problem whatsoever with emacs 22 and the same configs! [...] > DIAGNOSIS: It seems like the handling of regexes in compile.el > changed considerably from 22 to 23, breaking compatibility with > mode-compile.el!!! Then mode-compile probably needs updating. From lanx.perl@googlemail.com Fri Oct 9 09:29:01 2009 Received: (at 4689) by emacsbugs.donarmstrong.com; 9 Oct 2009 16:29:01 +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,HAS_BUG_NUMBER,MULTALT autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail-pz0-f180.google.com (mail-pz0-f180.google.com [209.85.222.180]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n99GSxOk031628 for <4689@emacsbugs.donarmstrong.com>; Fri, 9 Oct 2009 09:29:01 -0700 Received: by pzk10 with SMTP id 10so1457252pzk.19 for <4689@emacsbugs.donarmstrong.com>; Fri, 09 Oct 2009 09:28:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=Vm+sZ8PRPbdWGYXKJD4/OTt5qrr5Teb+nwzEtPmgTys=; b=Kd1b/RjVacvBGClctYxcaDrIwyaEaoiUjQYOgMvB3qL50TFRpAOHjwTd1Twk/kNMfl tQ9lgo5uwPETtGFdxTqKqJt0CFoZt/qbawnyUznHbdLaHPH74N65NJSSOcyYOKcYQWmg no/v2E03ClH4rvs3krJH8mL8HVBbtWeWLq8nU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=bwMPoUCfSXlNfbdTAm9/zzGwxketX8S9sNe/8byRy74vBK+PVB0RrjpaOlCpWydk1E ioFMIgTvpxHfBCzL/VkEpQvBzSI77xde0VS8rmDD9fKA+HbkiY+6LKsDJxFnw/gMJoVh BpXdWdZncdb5C07C/Ez0ktpLrZKzZkWALHJU0= MIME-Version: 1.0 Received: by 10.142.250.6 with SMTP id x6mr223679wfh.289.1255105734384; Fri, 09 Oct 2009 09:28:54 -0700 (PDT) In-Reply-To: References: Date: Fri, 9 Oct 2009 18:28:54 +0200 Message-ID: Subject: Re: bug#4689: 23.1.50; Matching of error lines in *compilation* buffer is broken for perl-files From: LanX To: Glenn Morris Cc: 4689@debbugs.gnu.org, Roland McGrath , Daniel Pfeiffer , boubaker@cena.fr Content-Type: multipart/alternative; boundary=001636ed6a19741f1f04758313eb --001636ed6a19741f1f04758313eb Content-Type: text/plain; charset=ISO-8859-1 Glenn, as I showed, the behavior of emacs 23 in this respect is very inconsistent on different systems. If mode-compile and cperl-mode need an update it would be only fair to know to which specification it needs to be updated to! Or do you think emacs 23 is not an example of consistent software??? 2009/10/9 Glenn Morris > LanX wrote: > > > - Installing emacs 23 > > - Loading perl-code with errors > > - M-x mode-compile > > mode-compile is not part of Emacs. > > > - Effect: The errorlines, filenames and linenumbers are not recognized or > > activated in *compilation* > > > > No problem whatsoever with emacs 22 and the same configs! > [...] > > DIAGNOSIS: It seems like the handling of regexes in compile.el > > changed considerably from 22 to 23, breaking compatibility with > > mode-compile.el!!! > > Then mode-compile probably needs updating. > --001636ed6a19741f1f04758313eb Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Glenn, as I showed, the behavior=A0 of emacs 23 in this respect is very inc= onsistent on different systems.

If mode-compile and cperl-mode need = an update it would be only fair to know to which specification it needs to = be updated to!

Or do you think emacs 23 is not an example of consistent software???

2009/10/9 Glenn Morris <rgm@gnu.org>
LanX wrote:

> - Installing emacs 23
> - Loading perl-code with errors
> - M-x mode-compile

mode-compile is not part of Emacs.

> - Effect: The errorlines, filenames and linenumbers are not recognized= or
> activated in *compilation*
>
> No problem whatsoever with emacs 22 and the same configs!
[...]
> DIAGNOSIS: It seems like the handling of regexes in compile.el
> changed considerably from 22 to 23, breaking compatibility with
> mode-compile.el!!!

Then mode-compile probably needs updating.

--001636ed6a19741f1f04758313eb-- From rgm@gnu.org Fri Oct 9 09:39:17 2009 Received: (at 4689) by emacsbugs.donarmstrong.com; 9 Oct 2009 16:39:17 +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=-7.4 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 n99GdGoN000938 for <4689@emacsbugs.donarmstrong.com>; Fri, 9 Oct 2009 09:39:17 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MwIUt-0003ux-1U; Fri, 09 Oct 2009 12:39:15 -0400 From: Glenn Morris To: 4689@debbugs.gnu.org Cc: LanX Subject: Re: bug#4689: 23.1.50; Matching of error lines in *compilation* buffer is broken for perl-files References: X-Spook: S Key Ron Brown brigand Israel AFSPC SHA codes Guantanamo X-Ran: Qf.{Kl319tcxTX)0- (Glenn Morris's message of "Fri, 09 Oct 2009 12:04:14 -0400") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii PS please don't cc the original authors when reporting bugs. From lanx.perl@googlemail.com Fri Oct 9 09:47:04 2009 Received: (at 4689) by emacsbugs.donarmstrong.com; 9 Oct 2009 16:47:04 +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.3 required=4.0 tests=AWL,HAS_BUG_NUMBER,MULTALT autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail-px0-f200.google.com (mail-px0-f200.google.com [209.85.216.200]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n99Gl3ak002468 for <4689@emacsbugs.donarmstrong.com>; Fri, 9 Oct 2009 09:47:04 -0700 Received: by pxi38 with SMTP id 38so7344876pxi.13 for <4689@emacsbugs.donarmstrong.com>; Fri, 09 Oct 2009 09:46:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=y2SvuGCyboPGonQxyn7WdwIQK8obouQxPa2HnPO/8zw=; b=WNGd9ZM/DDKMTok1uURUOokTkShE0XQemQ1i6Ms5NMIA9aVWXmJ99YNg4iAgrt42J0 OQjknG9xFM8Fc3XGSW12R2yFQjFwoArfaW+D8KyTl3O98YBKXyhT00dQxYT7lxKfFWOx 5OWKfYGFTnxlQPszxTAK1OkQqEA1yK/TvSeyc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=hxeahswkA6SXE3xcUaPfet4ZDTfi+SyVXgEnRBx7tAJh4Q+H2wtsHKPrAtoSiVtnov S9bYFJ0IMnOBPquYj4MVZ5ngWX625ZePkEDoqWk40Bk/bqcdvTGWNHxc83Kt21figbrq Rd2JWsI8IETuB3nbMdLazP/GrZWmKj71uEsbk= MIME-Version: 1.0 Received: by 10.142.5.31 with SMTP id 31mr217095wfe.78.1255106818060; Fri, 09 Oct 2009 09:46:58 -0700 (PDT) In-Reply-To: References: Date: Fri, 9 Oct 2009 18:46:57 +0200 Message-ID: Subject: Re: bug#4689: 23.1.50; Matching of error lines in *compilation* buffer is broken for perl-files From: LanX To: Glenn Morris Cc: 4689@debbugs.gnu.org Content-Type: multipart/alternative; boundary=00504502b1990bb2ea04758354de --00504502b1990bb2ea04758354de Content-Type: text/plain; charset=ISO-8859-1 2009/10/9 Glenn Morris > > PS please don't cc the original authors when reporting bugs. > OK, but I just replied to all recipients of your mail... Sorry, I've spend much time to isolate that bug and I don't wanna be part of any kind of xemacs vs emacs flame war in response. compile.el of emacs 23 acts inconsistently and I think if it's due to different system or unicode settings it's only one incarnation of a bigger underlying bug, one could be worried of ... --00504502b1990bb2ea04758354de Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
2009/10/9 Glenn Morris <rgm@gnu.org>

PS please don't cc the original authors when reporting bugs.

OK, but I just replied to all recipients of your mai= l...

Sorry, I've spend much time to isolate that bug and I don&#= 39;t wanna be part of any kind of=A0 xemacs vs emacs flame war in response.=

compile.el of emacs 23 acts inconsistently and I think if it's due = to different system or unicode settings it's only=A0 one incarnation of= a bigger underlying bug, one could be worried of ...


--00504502b1990bb2ea04758354de-- From rgm@gnu.org Fri Oct 9 11:29:59 2009 Received: (at 4689) by emacsbugs.donarmstrong.com; 9 Oct 2009 18:29:59 +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=-7.4 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 n99ITwhE020224 for <4689@emacsbugs.donarmstrong.com>; Fri, 9 Oct 2009 11:29:59 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MwKE1-00023z-Ja; Fri, 09 Oct 2009 14:29:57 -0400 From: Glenn Morris To: LanX Cc: 4689@debbugs.gnu.org Subject: Re: bug#4689: 23.1.50; Matching of error lines in *compilation* buffer is broken for perl-files References: X-Spook: Iran secure pipeline broadside clandestine basement X-Ran: 2yqgk7.J)gS2/^K3)'~hIneYy=B;ld}u&!koilx>hB+[V18Z$CD%r^9_X.^[*hr_}f7Q]v X-Hue: yellow X-Debbugs-No-Ack: yes X-Attribution: GM Date: Fri, 09 Oct 2009 14:29:57 -0400 In-Reply-To: (LanX's message of "Fri, 9 Oct 2009 18:46:57 +0200") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii LanX wrote: > OK, but I just replied to all recipients of your mail... Yes, I first replied to your original report without noticing that you had cc'd the authors of compile.el. > Sorry, I've spend much time to isolate that bug and I don't wanna be > part of any kind of xemacs vs emacs flame war in response. Nobody has mentioned XEmacs. I was asking you not to bother the blameless original authors of compile.el, one of whom has not touched the code in over 12 years. From lanx.perl@googlemail.com Fri Oct 9 13:28:48 2009 Received: (at 4689) by emacsbugs.donarmstrong.com; 9 Oct 2009 20:28:49 +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.7 required=4.0 tests=AWL,HAS_BUG_NUMBER,MULTALT autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail-px0-f200.google.com (mail-px0-f200.google.com [209.85.216.200]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n99KSl4b009236 for <4689@emacsbugs.donarmstrong.com>; Fri, 9 Oct 2009 13:28:48 -0700 Received: by pxi38 with SMTP id 38so7516079pxi.13 for <4689@emacsbugs.donarmstrong.com>; Fri, 09 Oct 2009 13:28:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=kPtWZZW1rQZS5VHA4PrvTeF4cc7vahbVPwMqv555ukc=; b=dbQQxkB5aWbD/HIjqyLrkj3v+IOfr/8rmtpACkt8fyDkNOVa6PL++rgS6TRboQ+65B N3hwhkNWNBd3B7JPqC3FLn5rEn2hnuu8oVyMRnw3WIYT77qmLZ2UOK8tIIEVQCKhYdqG HsYw8JDUBU48P2uf8uJjsBIwNuHNcARfr0a0A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=RSvA9Yj6zghE353T2nfJk4tiPxxbNBHU6vq835dj8sCBiJMl1Ob4/Sp+no66/A+Shq PmXqxDgcKhsArzq5lrzT9QPsS5vSUxic7WBJDf7oAlp/h8BJBmL6Y37u+pBpnrZakN0u jBvqGUhMR20rB4JGOxbJAf6t+yGpypSachFbM= MIME-Version: 1.0 Received: by 10.142.250.6 with SMTP id x6mr242168wfh.289.1255120122258; Fri, 09 Oct 2009 13:28:42 -0700 (PDT) In-Reply-To: References: Date: Fri, 9 Oct 2009 22:28:42 +0200 Message-ID: Subject: Re: bug#4689: 23.1.50; Matching of error lines in *compilation* buffer is broken for perl-files From: LanX To: Glenn Morris Cc: 4689@debbugs.gnu.org Content-Type: multipart/alternative; boundary=001636ed6a1909a5a20475866da9 --001636ed6a1909a5a20475866da9 Content-Type: text/plain; charset=ISO-8859-1 Glenn, Neither mode-compile nor cperl-mode are necessary to reproduce the problem. And after 12 years a maintainer might perhaps consider to delete his email address. Anyway I met Daniel Pfeiffer on the last German Perl Workshop, I'm going to provide him directly with more detailed infos in German. No need to bother you longer... Thanx for your help! Bye 2009/10/9 Glenn Morris > LanX wrote: > > > OK, but I just replied to all recipients of your mail... > > Yes, I first replied to your original report without noticing that you > had cc'd the authors of compile.el. > > > Sorry, I've spend much time to isolate that bug and I don't wanna be > > part of any kind of xemacs vs emacs flame war in response. > > Nobody has mentioned XEmacs. I was asking you not to bother the > blameless original authors of compile.el, one of whom has not touched > the code in over 12 years. > --001636ed6a1909a5a20475866da9 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Glenn,

Neither mode-compile nor cperl-mode are necessary to reproduce the problem.=

And after 12 years a maintainer might perhaps consider to delete hi= s email address.

Anyway I met Daniel Pfeiffer on the last German Per= l Workshop,=A0 I'm going to provide him directly with more detailed inf= os in German.

No need to bother you longer...

Thanx for your help!
=A0 Bye<= br>

2009/10/9 Glenn Morris <rgm@gnu.org>
LanX wrote:

> OK, but I just replied to all recipients of your mail...

Yes, I first replied to your original report without noticing that yo= u
had cc'd the authors of compile.el.

> Sorry, I've spend much time to isolate that bug and I don't wa= nna be
> part of any kind of xemacs vs emacs flame war in response.

Nobody has mentioned XEmacs. I was asking you not to bother the
blameless original authors of compile.el, one of whom has not touched
the code in over 12 years.

--001636ed6a1909a5a20475866da9-- From rgm@gnu.org Fri Oct 9 14:24:51 2009 Received: (at 4689) by emacsbugs.donarmstrong.com; 9 Oct 2009 21:24:51 +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=-7.4 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 n99LOn4O018868 for <4689@emacsbugs.donarmstrong.com>; Fri, 9 Oct 2009 14:24:51 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MwMxF-0003Bv-2Z; Fri, 09 Oct 2009 17:24:49 -0400 From: Glenn Morris To: LanX Cc: 4689@debbugs.gnu.org Subject: Re: bug#4689: 23.1.50; Matching of error lines in *compilation* buffer is broken for perl-files References: X-Spook: pink noise military mania 2600 Magazine fundamentalist X-Ran: ~QZS~B@7$u3:~G?<;\baW%fDV)GZa*O@3`-XG[wx:7E)s)W/F`28ufs User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii LanX wrote: > Neither mode-compile nor cperl-mode are necessary to reproduce the problem. OK. If you want someone on this list to help fix anything, then the way to go about it is to provide a complete, self-contained recipe starting from `emacs -Q'. This does not seem to exist anywhere in either of the two linked threads which I took the trouble to read. > And after 12 years a maintainer might perhaps consider to delete his email > address. We leave the original Author: header intact to respect people's contribution. Note that the Maintainer: header says "FSF". None of this is at all revelant though, because the documented procedure for reporting an Emacs bug is to use M-x report-emacs-bug. That is all. Do not cc every email address you might find in the source files. From jasonrumney@gmail.com Sat Oct 10 07:50:12 2009 Received: (at 4689) by emacsbugs.donarmstrong.com; 10 Oct 2009 14:50:13 +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.2 required=4.0 tests=AWL,HAS_BUG_NUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail-qy0-f173.google.com (mail-qy0-f173.google.com [209.85.221.173]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n9AEoBFd003828 for <4689@emacsbugs.donarmstrong.com>; Sat, 10 Oct 2009 07:50:12 -0700 Received: by qyk3 with SMTP id 3so1630433qyk.1 for <4689@emacsbugs.donarmstrong.com>; Sat, 10 Oct 2009 07:50:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:received:message-id :date:from:user-agent:mime-version:to:cc:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=cjqt0tA7Orh2thzPdOYpwqq42xTcjNfY+KicjUzuFSU=; b=O8qfvTse07YMwahMdotZGMjfOtXNcEqqxZmwDto1wiOO4jIUA93pmTs0Z6ifol4jfo VpqxnuAV9G5vCoKo5tWjIF6TECYD7kf9IV6mA94wWN7tqSgmuK9VPZiJS0XNPoFk6n9z y81zyBvmtgOgH4Nz378VU5ONrf7Fv72OtLGNw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=gK9nEutetyCbIzll/unoVgCwpiNwSVsoEqGQeu78pKlCQWqpe1pjgvUmbZvFuNSW2i aHnOgpJfQe28LCrbvUXRiaBHR1uXGMfrU5Ql09F9usROkG7tHrsdljXhRhPdXqqx/F+i L2j1nxiu+bNltPW8Z3+MNec6df35MJwpmgBWs= Received: by 10.224.79.232 with SMTP id q40mr3607000qak.239.1255186205913; Sat, 10 Oct 2009 07:50:05 -0700 (PDT) Received: from wanchan.jasonrumney.net ([124.13.6.10]) by mx.google.com with ESMTPS id 20sm215041qyk.1.2009.10.10.07.50.03 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 10 Oct 2009 07:50:04 -0700 (PDT) Sender: Jason Rumney Received: from wanchan.jasonrumney.net (localhost [127.0.0.1]) by wanchan.jasonrumney.net (Postfix) with ESMTP id 8C175451; Sat, 10 Oct 2009 22:49:59 +0800 (MYT) Message-ID: <4AD09F17.6090301@gnu.org> Date: Sat, 10 Oct 2009 22:49:59 +0800 From: Jason Rumney User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090706) MIME-Version: 1.0 To: LanX , 4689@debbugs.gnu.org CC: Glenn Morris Subject: Re: bug#4689: 23.1.50; Matching of error lines in *compilation* buffer is broken for perl-files References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit LanX wrote: > compile.el of emacs 23 acts inconsistently Then please file a bug report about that inconsistency, rather than reporting a bug in mode-compile, which is not part of Emacs. From boubaker@cena.fr Mon Oct 12 00:51:08 2009 Received: (at 4689) by emacsbugs.donarmstrong.com; 12 Oct 2009 07:51:09 +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 fw.tls.cena.fr (fw.tls.cena.fr [195.83.98.200]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n9C7p6Ze022919 for <4689@emacsbugs.donarmstrong.com>; Mon, 12 Oct 2009 00:51:08 -0700 Received: by fw.tls.cena.fr; (8.8.8/3.0/25March05) id JAA26564; Mon, 12 Oct 2009 09:51:04 +0200 (MET DST) Received: from somewhere by smtpxd Received: from somewhere by smtpxd Received: from somewhere by smtpxd Message-ID: <4AD2DFE7.9070205@cena.fr> Date: Mon, 12 Oct 2009 09:51:03 +0200 From: Heddy Boubaker Organization: DTI/R&D Rangueil/EEE User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090706) MIME-Version: 1.0 To: LanX CC: Glenn Morris , 4689@debbugs.gnu.org, Roland McGrath , Daniel Pfeiffer Subject: Re: bug#4689: 23.1.50; Matching of error lines in *compilation* buffer is broken for perl-files References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit hi guys I'm the original developer of mode-compile but unfortunately I do not use it almost for years now, and I even forgot almost anything about elisp :) (my only use of emacs is to edit html & css files now). If somebody have the courage to maintain it, it will be with great pleasure. best From lanx.perl@googlemail.com Mon Oct 12 07:27:00 2009 Received: (at 4689) by emacsbugs.donarmstrong.com; 12 Oct 2009 14:27:00 +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.3 required=4.0 tests=AWL,HAS_BUG_NUMBER,MULTALT, URIBL_CNKR autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail-px0-f200.google.com (mail-px0-f200.google.com [209.85.216.200]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n9CEQxvU018555 for <4689@emacsbugs.donarmstrong.com>; Mon, 12 Oct 2009 07:27:00 -0700 Received: by pxi38 with SMTP id 38so9326351pxi.13 for <4689@emacsbugs.donarmstrong.com>; Mon, 12 Oct 2009 07:26:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=BuPumL7++6kJBELoQQKIVqG+4zor3SJSLTg0Ik8NNBs=; b=Scd7Py4X+m0xUq3NRV06HPYpB3Sjfg+pz2ZljVFz3ohcjIILrWXIDmtHEGPzEV0L2F Ulmfk6vfW1ISPHbsiMsAbNcrXKwhaXkEZ3GOSR8vFhAmD7Rz0KafQqCLGT4TSVke7ypf IweorPRmViLWWeze/z4gwcJ49dVAydiwDOCXU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=HXJwC11iamzcD6o1vgS4lQRUx6Z1LSr9s7WDya0pBML4faB9FFblbyeFVi6xXfm010 fxRbpggQmbPp6Ud008SuJ1SkDTVHRP65aZJX9OpJGuiqNHZnAkez6+PEhFhP4evWw8Ja JkiTd4+KKDOkt728tSzfgHIbJvOV/NPJQ6A2E= MIME-Version: 1.0 Received: by 10.143.138.7 with SMTP id q7mr487313wfn.188.1255357613404; Mon, 12 Oct 2009 07:26:53 -0700 (PDT) In-Reply-To: <4AD2DFE7.9070205@cena.fr> References: <4AD2DFE7.9070205@cena.fr> Date: Mon, 12 Oct 2009 16:26:53 +0200 Message-ID: Subject: Re: bug#4689: 23.1.50; Matching of error lines in *compilation* buffer is broken for perl-files From: LanX To: Heddy Boubaker Cc: Glenn Morris , 4689@debbugs.gnu.org, Roland McGrath , Daniel Pfeiffer Content-Type: multipart/alternative; boundary=000e0cd5f6fa9cf2220475bdb8ba --000e0cd5f6fa9cf2220475bdb8ba Content-Type: text/plain; charset=ISO-8859-1 Hi Heddy I doubt that mode-compile is to blame, neither of the following combination succeeds in capturing and activating the error-lines, like it does with emacs 22: :~$ emacs-23.1.50 -Q -debug-init -no-site-file ~/tst.pl -f cperl-mode --eval='(compile "perl ~/tst.pl")' :~$ emacs-23.1.50 -Q -debug-init -no-site-file ~/tst.pl -f perl-mode --eval='(compile "perl ~/tst.pl")' Si tu cherche quelqun pour continuer mode-compile: A mon avis il sera mieux de demander a gnu.emac.help. Ici en insiste seulment que c'est pas un part integral de emacs. De toute facon merci bien pour mode-compile!!! :-) Bye Rolf --000e0cd5f6fa9cf2220475bdb8ba Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi Heddy

I doubt that mode-compile is to blame, neither of the follo= wing combination succeeds in capturing and activating the error-lines, like= it does with emacs 22:

:~$ emacs-23.1.50 -Q -debug-init -no-site-fi= le=A0 ~/tst.pl -f cperl-mode --eval=3D'(c= ompile "perl ~/tst.pl")'
:~$ emacs-23.1.50 -Q -debug-init -no-site-file=A0 ~/tst.pl -f perl-mode --eval=3D'(compile "perl ~/tst.pl")'

Si tu cherche quelqun pour cont= inuer mode-compile: A mon avis il sera mieux de demander a gnu.emac.help. I= ci en insiste seulment que c'est pas un part integral de emacs.

De toute facon merci bien pour mode-compile!!! :-)

Bye
=A0 Ro= lf
--000e0cd5f6fa9cf2220475bdb8ba-- From rgm@gnu.org Mon Oct 12 09:24:52 2009 Received: (at 4689) by emacsbugs.donarmstrong.com; 12 Oct 2009 16:24:52 +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=-6.2 required=4.0 tests=AWL,HAS_BUG_NUMBER, MURPHY_DRUGS_REL8,URIBL_CNKR,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 n9CGOps7003701; Mon, 12 Oct 2009 09:24:52 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MxNhZ-0002Dc-GX; Mon, 12 Oct 2009 12:24:49 -0400 From: Glenn Morris To: LanX Cc: 4689@debbugs.gnu.org Subject: Re: bug#4689: 23.1.50; Matching of error lines in *compilation* buffer is broken for perl-files References: <4AD2DFE7.9070205@cena.fr> X-Spook: bank threat BCCI MILSATCOM Mossad NWO subversive Juiliett X-Ran: QpD|HZqI)plmzKNo`vy&5)04&pOq8UIg)/SEuo!>)wn#)m~[5*!Q|{E#I&e?`@bfg`@^S: X-Hue: magenta X-Debbugs-No-Ack: yes X-Attribution: GM Date: Mon, 12 Oct 2009 12:24:49 -0400 In-Reply-To: (LanX's message of "Mon, 12 Oct 2009 16:26:53 +0200") Message-ID: <3bpkcfulq.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 merge 4689 3928 stop LanX wrote: > :~$ emacs-23.1.50 -Q -debug-init -no-site-file ~/tst.pl -f cperl-mode > --eval='(compile "perl ~/tst.pl")' Thanks. If only we could have started here. I guess this is a duplicate of bug#3928. (The patch in that report has some issues, eg XXX in the perl part.) From lekktu@gmail.com Mon Oct 12 09:57:44 2009 Received: (at 4689) by emacsbugs.donarmstrong.com; 12 Oct 2009 16:57: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=-2.8 required=4.0 tests=AWL,HAS_BUG_NUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail-fx0-f207.google.com (mail-fx0-f207.google.com [209.85.220.207]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n9CGvgUX008716 for <4689@emacsbugs.donarmstrong.com>; Mon, 12 Oct 2009 09:57:44 -0700 Received: by fxm3 with SMTP id 3so7849523fxm.44 for <4689@emacsbugs.donarmstrong.com>; Mon, 12 Oct 2009 09:57:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=UutVUaEUm6TxdzF16afwWb4Cj2sviPwlugpHwHEe7fA=; b=J8IztSZoYZiJFsxLLkxkd1PuttFUDhifPmYUX581HSgxK+hnEQBt2Mq3ByXvrgDgaX DVUkkpnvsRl8aeRfjSb2DJOop2utrR3OQWz9MinLuxRMp2+eCQmY6dhl4ot7P1mLBmDC L5QrLVeIKuOlPLTE7jqq7unUI2THbAPR9EYrk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=fnn496RgpfX+oaAc2es9Ojpl+/tKznwI2mettnz7irGyhAZrfBGLmWD7u4xHNakf3+ 2x9uX5ATxStz86GwlrluK4WoPiGCG+57+3DKM4HzMvveI8l/6AVd4Ykcviv4AXKGEDM7 nKR5EGFQmv3PIuAnofqQOPiqeg12Y/po7/Cf8= MIME-Version: 1.0 Received: by 10.239.163.208 with SMTP id q16mr440620hbd.102.1255366656137; Mon, 12 Oct 2009 09:57:36 -0700 (PDT) In-Reply-To: References: <4AD2DFE7.9070205@cena.fr> From: Juanma Barranquero Date: Mon, 12 Oct 2009 18:57:16 +0200 Message-ID: Subject: Re: bug#4689: 23.1.50; Matching of error lines in *compilation* buffer is broken for perl-files To: LanX Cc: 4689@debbugs.gnu.org Content-Type: text/plain; charset=UTF-8 On Mon, Oct 12, 2009 at 16:26, LanX wrote: > Ici en insiste seulment que c'est pas un part > integral de emacs. And for a good reason. If you really think it is a bug in Emacs, please send precise, complete instructions, starting from "emacs -Q" and including anything needed to reproduce it. Juanma From rgm@gnu.org Mon Oct 12 12:37:00 2009 Received: (at 4689) by emacsbugs.donarmstrong.com; 12 Oct 2009 19:37:01 +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=-7.4 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 n9CJaxbp000898 for <4689@emacsbugs.donarmstrong.com>; Mon, 12 Oct 2009 12:37:00 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MxQhW-0005kF-AN; Mon, 12 Oct 2009 15:36:58 -0400 From: Glenn Morris To: 4689@debbugs.gnu.org Cc: LanX Subject: Re: bug#4689: 23.1.50; Matching of error lines in *compilation* buffer is broken for perl-files References: <4AD2DFE7.9070205@cena.fr> <3bpkcfulq.fsf@fencepost.gnu.org> X-Spook: CID dictionary ARPA bemd Sundevil Freeh e-bomb ammunition X-Ran: 5M=zV1axxz[tgbhSAdcE&F]sL-7\m3wTfvyergK)K~7az\[-Kl@F_dh$$u^AMM0K\"l2UX X-Hue: white X-Debbugs-No-Ack: yes X-Attribution: GM Date: Mon, 12 Oct 2009 15:36:58 -0400 In-Reply-To: <3bpkcfulq.fsf@fencepost.gnu.org> (Glenn Morris's message of "Mon, 12 Oct 2009 12:24:49 -0400") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Oh, and it seems when you said "emacs 23", you meant "CVS trunk". From lanx.perl@googlemail.com Mon Oct 12 15:04:21 2009 Received: (at 4689) by emacsbugs.donarmstrong.com; 12 Oct 2009 22:04:21 +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.3 required=4.0 tests=AWL,HAS_BUG_NUMBER,MULTALT, URIBL_CNKR autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail-px0-f190.google.com (mail-px0-f190.google.com [209.85.216.190]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n9CM4KUv022674 for <4689@emacsbugs.donarmstrong.com>; Mon, 12 Oct 2009 15:04:21 -0700 Received: by pxi28 with SMTP id 28so8768087pxi.1 for <4689@emacsbugs.donarmstrong.com>; Mon, 12 Oct 2009 15:04:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=KT2x9+0COYDmmD6DTDguvjIdgkC4ZOjQwNdQKPk0v6I=; b=YMFHkSsf4kjM8ct/TNQbvgkrD8JeM0I+Ht/2GgUVg8Axt6SKfBDCSVOwU2BE87gNcj JJ6uFU6YYhRBI3PkiDMhJDHibzE603srDJXrMNXxyTtMtHVaJJgzrjiOzCxjwAvAvRNN meWCnXUL4SxyQdBcn2xtBSz5DOz76nK6eKt6o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=WSe5pVmbhhraZWj2n+MIMSABECvwjURg016Bt5v+j0w/1+UfF6XwK5NVmB10/CJH7u d3ccMyNvJrYQQRlZprBdy2ex6KvBKv+j9QpSyEzlV02+7FryI4O5590GE0RwzhPpJQ5H S5ULi/mzGs2xkWI+PMjzoMt9Cia0eW1KMuGkE= MIME-Version: 1.0 Received: by 10.142.5.40 with SMTP id 40mr516689wfe.76.1255385054808; Mon, 12 Oct 2009 15:04:14 -0700 (PDT) In-Reply-To: References: <4AD2DFE7.9070205@cena.fr> <3bpkcfulq.fsf@fencepost.gnu.org> Date: Tue, 13 Oct 2009 00:04:14 +0200 Message-ID: Subject: Re: bug#4689: 23.1.50; Matching of error lines in *compilation* buffer is broken for perl-files From: LanX To: Glenn Morris Cc: 4689@debbugs.gnu.org Content-Type: multipart/alternative; boundary=00504502bab23f8d380475c41c59 --00504502bab23f8d380475c41c59 Content-Type: text/plain; charset=ISO-8859-1 2009/10/12 Glenn Morris > > Oh, and it seems when you said "emacs 23", you meant "CVS trunk". > Yes ... 23.1.50 is indeed not considered stable... To be sure, I just installed GNU Emacs 23.1.1, which doesn't show any of these problems. Sorry, Googling for "emacs 23 install" predominantly leads to advices for "CVS trunk" installations, even including complete ubuntu packages, which I have trouble to find for the stable release... --00504502bab23f8d380475c41c59 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
2009/10/12 Glenn Morris <rgm@gnu.org>

Oh, and it seems when you said "emacs 23", you meant "CVS tr= unk".

Yes ... 23.1.50 is indeed not considered stable...
To be sure, I just installed GNU Emacs 23.1.1, which doesn't show= any of these problems.

Sorry, Googling for "emacs 23 install" predominantly leads to adv= ices for "CVS trunk" installations, even including complete ubuntu pac= kages, which I have trouble to find for the stable release...
--00504502bab23f8d380475c41c59-- From unknown Mon Jun 23 07:49:03 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, 10 Nov 2009 15:24:12 +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