From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.comp.gcc.fortran,gmane.emacs.devel Subject: Re: Emacs and GFortran Date: Wed, 15 Nov 2006 20:57:52 +1300 Message-ID: <17754.51328.522740.989797@kahikatea.snap.net.nz> References: <20061102190005.GA6116@meiner.onlinehome.de> <200611030143.30545.steven.bosscher@gmail.com> <20061103010817.EA39144018@Psilocybe.Update.UU.SE> <20061103012103.GA49976@troutmask.apl.washington.edu> <454AAA57.7090301@stanford.edu> <17739.37240.440687.793284@kahikatea.snap.net.nz> <455A92E5.4000404@codesourcery.com> <17754.38861.243600.9872@kahikatea.snap.net.nz> <455AA103.5080308@codesourcery.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1163577751 8815 80.91.229.2 (15 Nov 2006 08:02:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 15 Nov 2006 08:02:31 +0000 (UTC) Cc: emacs-devel@gnu.org, fortran@gcc.gnu.org Original-X-From: fortran-return-15800-gcgf-fortran=m.gmane.org@gcc.gnu.org Wed Nov 15 09:02:29 2006 Return-path: Envelope-to: gcgf-fortran@gmane.org Original-Received: from sourceware.org ([209.132.176.174]) by ciao.gmane.org with smtp (Exim 4.43) id 1GkFiy-0002mV-Ga for gcgf-fortran@gmane.org; Wed, 15 Nov 2006 09:02:24 +0100 Original-Received: (qmail 2434 invoked by alias); 15 Nov 2006 08:02:17 -0000 Original-Received: (qmail 2418 invoked by uid 22791); 15 Nov 2006 08:02:15 -0000 X-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,INFO_TLD X-Spam-Check-By: sourceware.org Original-Received: from viper.snap.net.nz (HELO viper.snap.net.nz) (202.37.101.8) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 15 Nov 2006 08:02:00 +0000 Original-Received: from kahikatea.snap.net.nz (p202-124-125-171.snap.net.nz [202.124.125.171]) by viper.snap.net.nz (Postfix) with ESMTP id 9C3913D82D1; Wed, 15 Nov 2006 21:02:15 +1300 (NZDT) Original-Received: by kahikatea.snap.net.nz (Postfix, from userid 500) id 4C8C4BE43D; Wed, 15 Nov 2006 20:57:54 +1300 (NZDT) Original-To: Brooks Moses In-Reply-To: <455AA103.5080308@codesourcery.com> X-Mailer: VM 7.19 under Emacs 22.0.90.14 Mailing-List: contact fortran-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Post: List-Help: , Original-Sender: fortran-owner@gcc.gnu.org Xref: news.gmane.org gmane.comp.gcc.fortran:15769 gmane.emacs.devel:62325 Archived-At: > 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. -- Nick http://www.inet.net.nz/~nickrob