emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: compile.el change


From: Stefan Monnier
Subject: Re: compile.el change
Date: Sun, 09 Jul 2006 00:31:41 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> After this change:
> 2006-07-07  Stefan Monnier  <address@hidden>
>       * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
>       Use shy regexp.  Fix incorrect backref to potentially unmatched group.

> the compilation start/end lines are recognized as compilation errors.

> | Compilation started at Sat Jul  8 15:14:23
> | Compilation finished at Sat Jul  8 15:14:23

I'm not sure what to do about it: these may indeed be error messages
relating to line 14 of files "Compilation started at Sat Jul 8 15" and
"Compilation finished at Sat Jul  8 15".
Or is there something in those lines that tells us that they can't be
error messages?

Of course one way to deal with it is to do what we did for grep.el (where
a similar problem showed up) and match those lines explicitly (and mark
them as something else).


        Stefan




reply via email to

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