From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Steve Kargl Newsgroups: gmane.comp.gcc.fortran,gmane.emacs.devel Subject: Re: Emacs and GFortran Date: Mon, 30 Oct 2006 13:13:04 -0800 Message-ID: <20061030211304.GB7761@troutmask.apl.washington.edu> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1162243220 21073 80.91.229.2 (30 Oct 2006 21:20:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 30 Oct 2006 21:20:20 +0000 (UTC) Cc: Angelo Graziosi , fortran@gcc.gnu.org, emacs-devel@gnu.org Original-X-From: fortran-return-15317-gcgf-fortran=m.gmane.org@gcc.gnu.org Mon Oct 30 22:20:19 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 1GeeTZ-0007Ae-2H for gcgf-fortran@gmane.org; Mon, 30 Oct 2006 22:15:21 +0100 Original-Received: (qmail 1333 invoked by alias); 30 Oct 2006 21:15:19 -0000 Original-Received: (qmail 1293 invoked by uid 22791); 30 Oct 2006 21:15:18 -0000 X-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,UNPARSEABLE_RELAY X-Spam-Check-By: sourceware.org Original-Received: from troutmask.apl.washington.edu (HELO troutmask.apl.washington.edu) (128.208.78.105) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 30 Oct 2006 21:15:13 +0000 Original-Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.13.8/8.13.8) with ESMTP id k9ULDAWF007862; Mon, 30 Oct 2006 13:13:10 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Original-Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.13.8/8.13.8/Submit) id k9ULD9xm007861; Mon, 30 Oct 2006 13:13:09 -0800 (PST) (envelope-from sgk) Original-To: Richard Stallman Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i X-IsSubscribed: yes 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:15287 gmane.emacs.devel:61428 Archived-At: On Mon, Oct 30, 2006 at 02:16:57PM -0500, Richard Stallman wrote: > 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. -- Steve