mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-13 06:50:39 -08:00
Set syntax of NBSP to punctuation.
This commit is contained in:
parent
db349d6cd2
commit
db92e81ec1
1 changed files with 4 additions and 1 deletions
|
|
@ -441,7 +441,10 @@
|
|||
;; reviewed. (Note that the following all implicitly have word
|
||||
;; syntax: ¢£¤¥¨ª¯²³´¶¸¹º.) There should be a well-defined way of
|
||||
;; relating Unicode categories to Emacs syntax codes.
|
||||
(set-case-syntax ? " " tbl) ; dubious
|
||||
|
||||
;; NBSP isn't semantically interchangeable with other whitespace chars,
|
||||
;; so it's more like punctation.
|
||||
(set-case-syntax ? "." tbl)
|
||||
(set-case-syntax ?¡ "." tbl)
|
||||
(set-case-syntax ?¦ "_" tbl)
|
||||
(set-case-syntax ?§ "." tbl)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue