emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs and GFortran


From: Stefan Monnier
Subject: Re: Emacs and GFortran
Date: Tue, 31 Oct 2006 01:11:37 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.90 (gnu/linux)

>> I would ask if there is a way to integrate Emacs with GFortran so that in
>> case of compiler error one can jump to the line wher the error is born.
>> 
>> If the error messages have the standard GNU form, then it should work.
>> If not, then probably GFortran should be fixed to put its error
>> messages in standard form.

> I disagree.  Gfortran's error mechanism can span multiple lines.
> The GNU form can't.

AFAIK the GNU form *can* do it with the following syntax:

   <file>:<startline>-<endline>:<message>

and if you want to add column info, that can be done as well:

   <file>:<startline>.<startcol>-<endline>.<endcol>:<message>


-- Stefan




reply via email to

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