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

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

bug#36006: electric-pair-mode fails to balance in certain cases


From: Gregory Heytings
Subject: bug#36006: electric-pair-mode fails to balance in certain cases
Date: Fri, 28 Aug 2020 08:00:05 +0000
User-agent: Alpine 2.22 (NEB 394 2020-01-19)



Another note: this bug might in fact be specific to html-mode/sgml-mode. As far as I can see electric-pair-mode works fine with emacs-lisp-mode, c-mode, tex-mode, ... And with

(defun sgml-syntax-propertize (start end &optional rules-function))

the bug disappears.


A more specific note: removing `(put-text-property ... (string-to-syntax "."))' in `sgml--syntax-propertize-ppss' also fixes the bug. So this bug is indeed specific to html-mode/sgml-mode.





reply via email to

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