From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel,gmane.comp.gcc.fortran Subject: Re: Emacs and GFortran Date: Mon, 30 Oct 2006 14:16:57 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1162236391 26457 80.91.229.2 (30 Oct 2006 19:26:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 30 Oct 2006 19:26:31 +0000 (UTC) Cc: fortran@gcc.gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 30 20:26:28 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gecg9-0000ga-Bk for ged-emacs-devel@m.gmane.org; Mon, 30 Oct 2006 20:20:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gecg8-0000t1-4j for ged-emacs-devel@m.gmane.org; Mon, 30 Oct 2006 14:20:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gecd1-0006jW-HL for emacs-devel@gnu.org; Mon, 30 Oct 2006 14:16:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gecd0-0006iM-M4 for emacs-devel@gnu.org; Mon, 30 Oct 2006 14:16:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gecd0-0006i2-DO for emacs-devel@gnu.org; Mon, 30 Oct 2006 14:16:58 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gecd0-0001Jd-Bg for emacs-devel@gnu.org; Mon, 30 Oct 2006 14:16:58 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Geccz-0006ZL-E4; Mon, 30 Oct 2006 14:16:57 -0500 Original-To: Angelo Graziosi In-reply-to: (message from Angelo Graziosi on Mon, 30 Oct 2006 11:32:38 +0100 (MET)) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:61404 gmane.comp.gcc.fortran:15281 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.