help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: help needed for extending compilation-error-regexp-alist


From: Stefan Monnier
Subject: Re: help needed for extending compilation-error-regexp-alist
Date: Thu, 27 Sep 2012 09:29:11 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

>> Emacs 2.14 compile mode does not understand this format. I have tried

BTW, compile.el in Emacs<22 (I assume 2.14 was meant to be 21.4) is
quite different from the version in use now and anchors all its regexps
at the beginning of a line.
So I recommend you upgrade, or otherwise I recommend you use something like

   "^cf90.*?File = \\([^ ,\n]*\\), Line = \\([0-9]+\\),"

instead (the "^" is redundant in 21.4 but its absence could lead to
performance problems in 22 and up).


        Stefan


reply via email to

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