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
_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to