emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: compile.el regexp comments


From: Kevin Ryde
Subject: Re: compile.el regexp comments
Date: Fri, 26 Mar 2004 08:01:52 +1000
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux)

address@hidden (Kim F. Storm) writes:
>
> They are now in etc/compilation.txt.

Oops, and there's even a link to it.  I was looking at just the
alist-alist bit.  Perhaps a couple of words like:

*** compile.el.~1.287.~ Thu Mar 25 08:12:04 2004
--- compile.el  Fri Mar 26 08:01:45 2004
*************** (defvar compilation-arguments nil
*** 147,152 ****
--- 147,156 ----
  (defvar compilation-num-errors-found)
  
  (defconst compilation-error-regexp-alist-alist
+ 
+   ;; etc/compilation.txt contains sample messages matched by these regexps
+   ;; (see compilation-error-regexp-alist docstring below)
+ 
    '((absoft
       "^\\(?:[Ee]rror on \\|[Ww]arning on\\( \\)\\)?[Ll]ine[ \t]+\\([0-9]+\\)[ 
\t]+\
  of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2 nil (1))

reply via email to

[Prev in Thread] Current Thread [Next in Thread]