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

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

bug#37651: html-name-anchor obsolete, should be html-id-anchor


From: 積丹尼 Dan Jacobson
Subject: bug#37651: html-name-anchor obsolete, should be html-id-anchor
Date: Tue, 08 Oct 2019 04:06:11 +0800

html-name-anchor is an interactive compiled Lisp function in
‘sgml-mode.el’.

That's great except these days
<a name="X"></a>
is obsolete. One should write
<a id="X"></a>.

(But bummer,
C-c C-c i runs the command html-image (found in mhtml-mode-map), which
is an interactive compiled Lisp function in ‘sgml-mode.el’.
So one cannot just make C-c C-c n now C-c C-c i.)





reply via email to

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