[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs and GFortran
From: |
David Kastrup |
Subject: |
Re: Emacs and GFortran |
Date: |
Wed, 15 Nov 2006 10:03:01 +0100 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.90 (gnu/linux) |
Nick Roberts <address@hidden> writes:
> > There is still an off-by-one error; we number the first column as 1
> > rather than 0. Given that there's a very strong tradition in Fortran of
> > numbering columns starting with 1, and that off-by-one errors in column
> > location are within the noise level of locating things (given that
> > nearly all errors are several columns wide), I think it makes more sense
> > overall to keep it the way it currently is.
>
> I see now this is the right way anyway (from "Formatting Error Messages"
> in standards.info):
>
> Line numbers should start from 1 at the beginning of the file, and
> column numbers should start from 1 at the beginning of the line.
Then disregard my previous mail.
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
- Re: Emacs and GFortran, (continued)
- Re: Emacs and GFortran, Steven Bosscher, 2006/11/03
- Re: Emacs and GFortran, Alfred M. Szmidt, 2006/11/02
- Re: Emacs and GFortran, Steve Kargl, 2006/11/03
- Re: Emacs and GFortran, Brooks Moses, 2006/11/02
- Re: Emacs and GFortran, Nick Roberts, 2006/11/03
- Re: Emacs and GFortran, Brooks Moses, 2006/11/03
- Re: Emacs and GFortran, Brooks Moses, 2006/11/14
- Re: Emacs and GFortran, Nick Roberts, 2006/11/14
- Re: Emacs and GFortran, Brooks Moses, 2006/11/15
- Re: Emacs and GFortran, Nick Roberts, 2006/11/15
- Re: Emacs and GFortran,
David Kastrup <=
- Re: Emacs and GFortran, David Kastrup, 2006/11/15
- Re: Emacs and GFortran, Andrew Pinski, 2006/11/15
- Re: Emacs and GFortran, David Kastrup, 2006/11/15
- Re: Emacs and GFortran, Richard Stallman, 2006/11/16
- Re: Emacs and GFortran, Steven Bosscher, 2006/11/03
- Re: Emacs and GFortran, Eli Zaretskii, 2006/11/03
- Re: Emacs and GFortran, Richard Stallman, 2006/11/04
- Re: Emacs and GFortran, Eli Zaretskii, 2006/11/03
Re: Emacs and GFortran, Paul Thomas, 2006/11/03