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

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

Re: generic-mode: Keywords also highlight with an underscore


From: O. Wölfelschneider
Subject: Re: generic-mode: Keywords also highlight with an underscore
Date: Thu, 25 Aug 2005 07:54:40 +0200
User-agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)

rgb wrote:
    (modify-syntax-entry ?\_ "w" st)

Great, that works.
Since I didn't know what to put in for st, I defined

(defun syntax-table-for-fnord() (modify-syntax-entry ?\_ "w"))

and have this called on start of fnord-mode.

However, I'd rather have this fix globally. Is there
a global syntax table that I can use for st in my .emacs?

Thanks a lot!
Olav


reply via email to

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