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

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

Re: font-lock in rexx-mode


From: Stefan Monnier
Subject: Re: font-lock in rexx-mode
Date: Sat, 09 Dec 2006 09:30:31 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.91 (gnu/linux)

> It's normal: this line is superfluous since it just repeats the default
> setting of \.  Instead of removing it, you want to replace it with another
> line such as

>    (modify-syntax-entry ?\\ "." rexx-mode-syntax-table)

> where the "." means "punctuation".  See C-h f modify-syntax-entry RET
> for a bit more documentation.

Oh and if it's really a bug in rexx-mode, as you seem to imply, then please
send it to the maintainer and/or post it somewhere for others to use (the
maintainer seem to have quit his job, so maybe you want to distribute your
own version, virtually improvising yourself maintainer).


        Stefan


reply via email to

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