> After this change:
> 2006-07-07 Stefan Monnier <[EMAIL PROTECTED]>
> * 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
_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug