emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs and GFortran


From: Stuart D. Herring
Subject: Re: Emacs and GFortran
Date: Tue, 31 Oct 2006 08:06:14 -0800 (PST)
User-agent: SquirrelMail/1.4.6-7.el3.7lanl

> (eval-after-load "compile"
>    '(setq compilation-error-regexp-alist
>        (cons '("^\\(?:In\\| In\\) file \\(.+\\):\\([0-9]+\\)" 1 2)
>           compilation-error-regexp-alist)))

No reason for a regexp group here: just begin it with "^ ?In file", or
perhaps even "^ *In file", "^[\t\n ]*In file", or "^\s-*In file",
depending on the generality desired (and, in the last case, on the syntax
table for Compilation mode).

Davis

-- 
This product is sold by volume, not by mass.  If it appears too dense or
too sparse, it is because mass-energy conversion has occurred during
shipping.




reply via email to

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