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

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

Adding a regexp to recognise a certain error format


From: Davin Pearson
Subject: Adding a regexp to recognise a certain error format
Date: Fri, 19 Sep 2008 22:10:55 -0700 (PDT)
User-agent: G2/1.0

I want to press Enter on the following code in a *compilation-mode*
buffer:

*** ASSERTION FAILED AT (363/reflect.hh:
10)

(note that the above code should all be on one line) so that it causes
Emacs to visit 363/reflect.hh at line 10.  I believe that I am
supposed to add to one of the following
alists:

compilation-error-regexp-alist-
alist
compilation-error-regexp-
alist

but I am unsure which and what do I add to recognise the above
regexp.



reply via email to

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