unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#4079: 23.1.50; compile.el comments for gnu pattern first line
@ 2009-08-08  1:16 ` Kevin Ryde
  2009-08-10  2:55   ` bug#4079: marked as done (23.1.50; compile.el comments for gnu pattern first line) Emacs bug Tracking System
  2009-08-10 15:46   ` bug#4079: 23.1.50; compile.el comments for gnu pattern first line Stefan Monnier
  0 siblings, 2 replies; 3+ messages in thread
From: Kevin Ryde @ 2009-08-08  1:16 UTC (permalink / raw)
  To: emacs-pretest-bug

[-- Attachment #1: Type: text/plain, Size: 286 bytes --]

Answering a question left by Stefan ...

2009-08-08  Kevin Ryde  <user42@zip.com.au>

	* 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!)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: compile.el.gnu-comment.diff --]
[-- Type: text/x-diff, Size: 1166 bytes --]

*** 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#4079: marked as done (23.1.50; compile.el comments for gnu pattern first line)
  2009-08-08  1:16 ` bug#4079: 23.1.50; compile.el comments for gnu pattern first line Kevin Ryde
@ 2009-08-10  2:55   ` Emacs bug Tracking System
  2009-08-10 15:46   ` bug#4079: 23.1.50; compile.el comments for gnu pattern first line Stefan Monnier
  1 sibling, 0 replies; 3+ messages in thread
From: Emacs bug Tracking System @ 2009-08-10  2:55 UTC (permalink / raw)
  To: Chong Yidong

[-- Attachment #1: Type: text/plain, Size: 896 bytes --]


Your message dated Sun, 09 Aug 2009 22:46:22 -0400
with message-id <87vdkwwflt.fsf@cyd.mit.edu>
and subject line Re: 23.1.50; compile.el comments for gnu pattern first line
has caused the Emacs bug report #4079,
regarding 23.1.50; compile.el comments for gnu pattern first line
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
4079: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=4079
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 3906 bytes --]

[-- Attachment #2.1.1: Type: text/plain, Size: 286 bytes --]

Answering a question left by Stefan ...

2009-08-08  Kevin Ryde  <user42@zip.com.au>

	* 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!)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2.1.2: compile.el.gnu-comment.diff --]
[-- Type: text/x-diff, Size: 1166 bytes --]

*** 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

[-- Attachment #3: Type: message/rfc822, Size: 1091 bytes --]

From: Chong Yidong <cyd@stupidchicken.com>
To: Kevin Ryde <user42@zip.com.au>
Cc: 4079-done@emacsbugs.donarmstrong.com
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>

Thanks, I've updated the comment.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#4079: 23.1.50; compile.el comments for gnu pattern first line
  2009-08-08  1:16 ` bug#4079: 23.1.50; compile.el comments for gnu pattern first line Kevin Ryde
  2009-08-10  2:55   ` bug#4079: marked as done (23.1.50; compile.el comments for gnu pattern first line) Emacs bug Tracking System
@ 2009-08-10 15:46   ` Stefan Monnier
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Monnier @ 2009-08-10 15:46 UTC (permalink / raw)
  To: Kevin Ryde; +Cc: 4079

> Answering a question left by Stefan ...

> 2009-08-08  Kevin Ryde  <user42@zip.com.au>

> 	* 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





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-08-10 15:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <87vdkwwflt.fsf@cyd.mit.edu>
2009-08-08  1:16 ` bug#4079: 23.1.50; compile.el comments for gnu pattern first line Kevin Ryde
2009-08-10  2:55   ` bug#4079: marked as done (23.1.50; compile.el comments for gnu pattern first line) Emacs bug Tracking System
2009-08-10 15:46   ` bug#4079: 23.1.50; compile.el comments for gnu pattern first line Stefan Monnier

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).