[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs and GFortran
From: |
Angelo Graziosi |
Subject: |
Re: Emacs and GFortran |
Date: |
Mon, 30 Oct 2006 21:35:37 +0100 (MET) |
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.
- Emacs and GFortran, Angelo Graziosi, 2006/10/30
- Re: Emacs and GFortran, Stefan Monnier, 2006/10/30
- Re: Emacs and GFortran, Angelo Graziosi, 2006/10/30
- Re: Emacs and GFortran, Stefan Monnier, 2006/10/30
- Re: Emacs and GFortran, Steve Kargl, 2006/10/30
- Re: Emacs and GFortran, Stefan Monnier, 2006/10/30
- Re: Emacs and GFortran,
Angelo Graziosi <=
- Re: Emacs and GFortran, Nick Roberts, 2006/10/30
- Re: Emacs and GFortran, Tobias Burnus, 2006/10/30
- Re: Emacs and GFortran, Angelo Graziosi, 2006/10/31
- Re: Emacs and GFortran, Angelo Graziosi, 2006/10/31
- Re: Emacs and GFortran, Stuart D. Herring, 2006/10/31
- Re: Emacs and GFortran, Angelo Graziosi, 2006/10/31
Re: Emacs and GFortran, Richard Stallman, 2006/10/30