* Adding a regexp to recognise a certain error format
@ 2008-09-20 5:10 Davin Pearson
2008-09-22 12:45 ` Kevin Rodgers
0 siblings, 1 reply; 2+ messages in thread
From: Davin Pearson @ 2008-09-20 5:10 UTC (permalink / raw)
To: help-gnu-emacs
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Adding a regexp to recognise a certain error format
2008-09-20 5:10 Adding a regexp to recognise a certain error format Davin Pearson
@ 2008-09-22 12:45 ` Kevin Rodgers
0 siblings, 0 replies; 2+ messages in thread
From: Kevin Rodgers @ 2008-09-22 12:45 UTC (permalink / raw)
To: help-gnu-emacs
Davin Pearson wrote:
> 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.
See the recent thread re "compilation errors"
--
Kevin Rodgers
Denver, Colorado, USA
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-09-22 12:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-20 5:10 Adding a regexp to recognise a certain error format Davin Pearson
2008-09-22 12:45 ` Kevin Rodgers
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.