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: Mon, 30 Oct 2006 09:15:14 -0500 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1162217949 19438 80.91.229.2 (30 Oct 2006 14:19:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 30 Oct 2006 14:19:09 +0000 (UTC) Cc: fortran@gcc.gnu.org, emacs-devel@gnu.org Original-X-From: fortran-return-15292-gcgf-fortran=m.gmane.org@gcc.gnu.org Mon Oct 30 15:19:05 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 1GeXvF-0005uN-Pw for gcgf-fortran@gmane.org; Mon, 30 Oct 2006 15:15:30 +0100 Original-Received: (qmail 21489 invoked by alias); 30 Oct 2006 14:15:28 -0000 Original-Received: (qmail 21478 invoked by uid 22791); 30 Oct 2006 14:15:27 -0000 X-Spam-Status: No, hits=-0.2 required=5.0 tests=AWL,BAYES_00,DNS_FROM_RFC_ABUSE,FORGED_RCVD_HELO X-Spam-Check-By: sourceware.org Original-Received: from tomts36-srv.bellnexxia.net (HELO tomts36-srv.bellnexxia.net) (209.226.175.93) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 30 Oct 2006 14:15:22 +0000 Original-Received: from pastel.home ([70.53.192.11]) by tomts36-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20061030141519.GMCW1811.tomts36-srv.bellnexxia.net@pastel.home> for ; Mon, 30 Oct 2006 09:15:19 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 0F7EF6C363; Mon, 30 Oct 2006 09:15:14 -0500 (EST) Original-To: Angelo Graziosi In-Reply-To: (Angelo Graziosi's message of "Mon\, 30 Oct 2006 11\:32\:38 +0100 \(MET\)") 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:15262 gmane.emacs.devel:61389 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. > This works with G77, GCC and G++ but not with GFortran. Does that mean that GFortran does not use the standard GNU error format? That would be unfortunate (and may be better fixed on GFortran's side). Could you show us some sample error/warning messages? Stefan