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: Izaak Beekman
Subject: Re: Fortran (95/03) syntax highlighting
Date: Wed, 20 Aug 2008 13:01:45 -0400

I am using Emacs 21.4.1  I would like to upgrade to 22.x but it's not available through the standard channels on my workstation at work.

On Wed, Aug 20, 2008 at 5:50 AM, Nikolaj Schumacher <me@nschum.de> wrote:
"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



--
Izaak Beekman
===================================
Princeton University
D309 Engineering Quadrangle
Princeton, NJ 08544

ibeekman@princeton.edu

reply via email to

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