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

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

bug#8203: sgml-delete-tag bug


From: Noam Postavsky
Subject: bug#8203: sgml-delete-tag bug
Date: Sun, 5 Jun 2016 10:44:07 -0400

found 8203 24.5
found 8203 25.0.94
tag 8203 + confirmed
severity 8203 minor
quit

There is already

(defconst sgml-tag-syntax-table
...
    (unless (memq ?' sgml-specials)
      ;; Avoid that skipping a tag backwards skips any "'" prefixing it.
      (modify-syntax-entry ?' "w" table))

But it seems like `sgml-tag-syntax-table' is not applied in sufficient cases.





reply via email to

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