Fortran.el

Tom Browder tom.browder@gmail.com
Tue Jan 20 14:53:00 GMT 2009


On Mon, Jan 19, 2009 at 10:00 AM, Tom Browder <tom.browder@gmail.com> wrote:
> On Mon, Jan 19, 2009 at 7:54 AM, Tobias Schlüter
> <Tobias.Schlueter@physik.uni-muenchen.de> wrote:
...
>> don't think this is something that will have a high priority for us, as the
>> bug appears to be at xemacs' side, and I don't believe we should be working
>> around its bugs.
>
> I agree, it looks like an xemacs bug.

Well, I have a fix applied to my init.el based on the HowTo that I
found on the www.g95.org site (http://www.g95.org/howto.shtml#emacs):

;; TB: hack for gfortran (based on http://www.g95.org/howto.shtml#emacs by
;; Helge Avlesen
;; typical line: 'fmt_test.f:196.6:'
 (eval-after-load "compile"
   '(setq compilation-error-regexp-alist
       (cons '("^\\(.+\\):\\([0-9]+\\)\.\\([0-9]+\\):" 1 2)
          compilation-error-regexp-alist)))

So far it works (it may need fine tuning later).

Thanks to all.

Regards,

-Tom



More information about the Fortran mailing list