help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fortran (95/03) syntax highlighting


From: Nikolaj Schumacher
Subject: Re: Fortran (95/03) syntax highlighting
Date: Wed, 20 Aug 2008 11:50:00 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2.50 (darwin)

"Izaak Beekman" <ibeekman@princeton.edu> wrote:

> 2) No support for Fortran 03 syntax

It's currently not supported by Emacs.  You could look for an
external package, but I wouldn't get my hopes up.

> 1) Incorrect syntax highlighting in variable declarations with line
> continuations.

If that's legal F95 syntax, I'd report it as a bug.  (M-x report-emacs-bug)

> 3) .f95 and .f03 file-name-suffixes are not recognized.

(add-to-list 'auto-mode-alist
             '("\\.[fF]\\(03\\|95\\)\\'" . f90-mode))

However, .f95 works out of the box here.  Are you using a recent Emacs?

> I have included my .emacs file as an attachment.  This has been very
> sloppily cobbled together from other peoples .emacs files and various small
> enhancements I have made myself.  Comments and suggestions welcome.

If you request comments, please paste in inline, so it can be easily
quoted.  Although I'd prefer to stay on-topic.

regards,
Nikolaj Schumacher




reply via email to

[Prev in Thread] Current Thread [Next in Thread]