GNU bug report logs - #8203
sgml-delete-tag bug

Previous Next

Package: emacs;

Reported by: xahlee <at> gmail.com

Date: Tue, 8 Mar 2011 13:25:03 UTC

Severity: normal

Tags: confirmed, fixed, patch

Merged with 35381

Found in versions 24.5, 25.0.94, 26.2

Fixed in version 26.3

Done: Noam Postavsky <npostavs <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #26 received at control <at> debbugs.gnu.org (full text, mbox):

From: Noam Postavsky <npostavs <at> gmail.com>
To: 8203 <at> debbugs.gnu.org
Subject: Re: 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.




This bug report was last modified 6 years and 15 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.