|
| 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).
| [Prev in Thread] | Current Thread | [Next in Thread] |