[Top][All Lists]
[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
- Re: Emacs and GFortran, (continued)
- Re: Emacs and GFortran, Richard Stallman, 2006/10/30
- Re: Emacs and GFortran, Steve Kargl, 2006/10/30
- Re: Emacs and GFortran, Miles Bader, 2006/10/30
- Re: Emacs and GFortran, Eli Zaretskii, 2006/10/30
- Re: Emacs and GFortran, Steve Kargl, 2006/10/31
- Re: Emacs and GFortran, Eli Zaretskii, 2006/10/31
- Re: Emacs and GFortran, Richard Stallman, 2006/10/31
- Re: Emacs and GFortran, Miles Bader, 2006/10/31
- Re: Emacs and GFortran,
Stefan Monnier <=
- Re: Emacs and GFortran, FX Coudert, 2006/10/31
- Re: Emacs and GFortran, Richard Stallman, 2006/10/31
- Re: Emacs and GFortran, Miles Bader, 2006/10/31
- Re: Emacs and GFortran, Angelo Graziosi, 2006/10/31
- Re: Emacs and GFortran, Steve Kargl, 2006/10/31
- Re: Emacs and GFortran, Angelo Graziosi, 2006/10/31
- Re: Emacs and GFortran, Chong Yidong, 2006/10/31
- Re: Emacs and GFortran, Eli Zaretskii, 2006/10/31
- Re: Emacs and GFortran, François-Xavier Coudert, 2006/10/30