--- Begin Message ---
Subject: |
24.2.90; sgml-electric-tag-pair-mode broken |
Date: |
Thu, 29 Nov 2012 11:16:41 +0800 |
Turn on sgml-electric-tag-pair-mode in html mode and try to modify a
nonvoid tag such as 'title' or 'body'.
If you delete the opening tag (the thing inside <>) using kill-word or
backward-kill-word, nothing happens to the closing tag.
If you delete the tag one char at a time, the closing tag stops at the
last char, so you end up with a pair such as <></y>, now if you
re-insert a tag that doesn't start with 'y', nothing happens to the
closing tag.
The above behaviour is consistent since the feature was added, i.e. it
happens in 23, 24.2 and 24.2.90.
Leo
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#13025: 24.2.90; sgml-electric-tag-pair-mode broken |
Date: |
Sat, 08 Dec 2012 00:25:59 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.2.90 (gnu/linux) |
Leo <address@hidden> writes:
> Turn on sgml-electric-tag-pair-mode in html mode and try to modify a
> nonvoid tag such as 'title' or 'body'.
>
> If you delete the opening tag (the thing inside <>) using kill-word or
> backward-kill-word, nothing happens to the closing tag.
Fixed in trunk, thanks.
--- End Message ---