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.