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

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

Re: fortran line width & comment


From: Glenn Morris
Subject: Re: fortran line width & comment
Date: Fri, 18 Jul 2008 18:33:33 -0700
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

berniep wrote:

> I tried the "setq" directive and it doesn't work for me. I don't see
> anywhree in the fortran.el where this is defined.
>
> Has this or any other solution worked for anyoone?
>
> Using emacs 21.3.1 on Redhat.

That's very old. There, use:

(eval-after-load "fortran"
  '(setq fortran-font-lock-syntactic-keywords
       '(("^[cd\\*]" 0 (11)))))

(line length will be customizable in Emacs 23.1).


reply via email to

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