You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something in the syntax setup (use of syntax properties? I don't know much about this matter) causes (char-syntax (char-after)) to return a different class than describe-char or (syntax-class-to-char (syntax-class (syntax-after (point)))) for some characters, e.g. # and ". This fools forward-same-syntax (it gets stuck at # or quotes), electric-quote-local-mode and electric-pair-mode (the electric-pair-inhibit-predicate and electric-pair-text-syntax-table don’t work as expected).
The text was updated successfully, but these errors were encountered:
Something in the syntax setup (use of syntax properties? I don't know much about this matter) causes
(char-syntax (char-after))
to return a different class thandescribe-char
or(syntax-class-to-char (syntax-class (syntax-after (point))))
for some characters, e.g.#
and"
. This foolsforward-same-syntax
(it gets stuck at#
or quotes),electric-quote-local-mode
andelectric-pair-mode
(theelectric-pair-inhibit-predicate
andelectric-pair-text-syntax-table
don’t work as expected).The text was updated successfully, but these errors were encountered: