This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Emacs and GFortran
- From: Angelo Graziosi <Angelo dot Graziosi at roma1 dot infn dot it>
- To: Tobias Burnus <burnus at net-b dot de>
- Cc: fortran at gcc dot gnu dot org, emacs-devel at gnu dot org
- Date: Mon, 30 Oct 2006 21:35:37 +0100 (MET)
- Subject: Re: Emacs and GFortran
Tobias Burnus wrote:
> By the way, g95 has the same problem.
Adding
(eval-after-load "compile"
'(setq compilation-error-regexp-alist
(cons '("^In file \\(.+\\):\\([0-9]+\\)" 1 2)
compilation-error-regexp-alist)))
in .emacs solves it.
So, is there something similar for GFortran ?
Angelo.