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: Thu, 09 May 2019 08:10:09 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)

forcemerge 35381 8203
quit

Noam Postavsky <npostavs@gmail.com> writes:

> (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.

This was fixed along with Bug#35381.





reply via email to

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