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

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

Re: matching different line number format in grep-mode


From: Stefan Monnier
Subject: Re: matching different line number format in grep-mode
Date: Mon, 25 Jun 2012 12:04:57 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

> I have an application which prints line number information not in the
> standard grep format but as follows.

> at line 302 in file /full/path/to/file.ext

> Is there something I can do to the variable 
> compilation-error-regexp-alist-alist
> which will cause grep-mode to also find these lines?  

Does it have to be grep-mode?  If you can use compilation-mode, than
adding the relevant regexp to compilation-error-regexp-alist should
be sufficient.  Otherwise you might want to use define-compilation-mode.


        Stefan


reply via email to

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