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

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

Exclamation mark in a syntax table


From: Óscar Fuentes
Subject: Exclamation mark in a syntax table
Date: Mon, 22 Jul 2019 19:58:14 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

On a mode for an internal programming language that considers a leading
`!' as *not* part of the symbol, I put this:

      (modify-syntax-entry ?! "'   " table)

but symbol-at-point for !foo still returns !foo. Furthermore, I see no
way of specifying that a leading ! is an expression prefix but in any
other place it is a symbol constituent.




reply via email to

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