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: Wed, 26 Sep 2012 20:42:31 -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
> adding a new rule to compilation-error-regexp-alist by

> (add-to-list 'compilation-error-regexp-alist  '("File = \\([^
> ,\n]*\\), Line = \\([0-9]+\\)," 1 2))

> But compile still doesn't find these errors.

I works in my tests.  Are you sure the above line succeeds?  If you run
it before compile.el is loaded, it will simply signal an error because
compilation-error-regexp-alist won't exist yet.


        Stefan


reply via email to

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