Emacs and GFortran

Angelo Graziosi Angelo.Graziosi@roma1.infn.it
Mon Oct 30 21:07:00 GMT 2006


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.



More information about the Fortran mailing list