From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.comp.gcc.fortran,gmane.emacs.devel Subject: Re: Emacs and GFortran Date: Tue, 31 Oct 2006 01:11:37 -0500 Message-ID: References: <20061030211304.GB7761@troutmask.apl.washington.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1162275120 8031 80.91.229.2 (31 Oct 2006 06:12:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Oct 2006 06:12:00 +0000 (UTC) Cc: Richard Stallman , Angelo Graziosi , fortran@gcc.gnu.org, emacs-devel@gnu.org Original-X-From: fortran-return-15340-gcgf-fortran=m.gmane.org@gcc.gnu.org Tue Oct 31 07:11:56 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 1Gemql-0000R3-Dz for gcgf-fortran@gmane.org; Tue, 31 Oct 2006 07:11:51 +0100 Original-Received: (qmail 7147 invoked by alias); 31 Oct 2006 06:11:49 -0000 Original-Received: (qmail 7136 invoked by uid 22791); 31 Oct 2006 06:11:48 -0000 X-Spam-Status: No, hits=-1.0 required=5.0 tests=AWL,BAYES_00,DNS_FROM_RFC_ABUSE,FORGED_RCVD_HELO X-Spam-Check-By: sourceware.org Original-Received: from tomts20.bellnexxia.net (HELO tomts20-srv.bellnexxia.net) (209.226.175.74) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 31 Oct 2006 06:11:45 +0000 Original-Received: from pastel.home ([70.53.192.11]) by tomts20-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20061031061142.TLIJ16051.tomts20-srv.bellnexxia.net@pastel.home> for ; Tue, 31 Oct 2006 01:11:42 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 265FB7F3C; Tue, 31 Oct 2006 01:11:37 -0500 (EST) Original-To: Steve Kargl In-Reply-To: <20061030211304.GB7761@troutmask.apl.washington.edu> (Steve Kargl's message of "Mon\, 30 Oct 2006 13\:13\:04 -0800") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.90 (gnu/linux) 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:15310 gmane.emacs.devel:61462 Archived-At: >> 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: :-: and if you want to add column info, that can be done as well: :.-.: -- Stefan