unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#38801: html-name-anchor needs to be updated to html-id-anchor
@ 2019-12-29 23:40 積丹尼 Dan Jacobson
  2020-03-02 22:10 ` Juri Linkov
  0 siblings, 1 reply; 2+ messages in thread
From: 積丹尼 Dan Jacobson @ 2019-12-29 23:40 UTC (permalink / raw)
  To: 38801

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

That's great but nowadays (HTML5) name= is obsolete and we are supposed
to use id=.

Yes, for old time's sake you needn't remove the old one. But please add
the new one. Thanks.

Hmm. "i" is already occupied,

C-c C-c -	html-horizontal-rule
C-c C-c c	html-checkboxes
C-c C-c h	html-href-anchor
C-c C-c i	html-image
C-c C-c l	html-list-item
C-c C-c n	html-name-anchor
C-c C-c o	html-ordered-list
C-c C-c r	html-radio-buttons
C-c C-c u	html-unordered-list

so maybe use "d".





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#38801: html-name-anchor needs to be updated to html-id-anchor
  2019-12-29 23:40 bug#38801: html-name-anchor needs to be updated to html-id-anchor 積丹尼 Dan Jacobson
@ 2020-03-02 22:10 ` Juri Linkov
  0 siblings, 0 replies; 2+ messages in thread
From: Juri Linkov @ 2020-03-02 22:10 UTC (permalink / raw)
  To: 積丹尼 Dan Jacobson; +Cc: 38801

forcemerge 37651 38801
quit

> html-name-anchor is an interactive compiled Lisp function in
> ‘sgml-mode.el’.
>
> That's great but nowadays (HTML5) name= is obsolete and we are supposed
> to use id=.
>
> Yes, for old time's sake you needn't remove the old one. But please add
> the new one. Thanks.
>
> Hmm. "i" is already occupied,
>
> C-c C-c -	html-horizontal-rule
> C-c C-c c	html-checkboxes
> C-c C-c h	html-href-anchor
> C-c C-c i	html-image
> C-c C-c l	html-list-item
> C-c C-c n	html-name-anchor
> C-c C-c o	html-ordered-list
> C-c C-c r	html-radio-buttons
> C-c C-c u	html-unordered-list
>
> so maybe use "d".

html-id-anchor bound to 'C-c C-c #' was already added in bug#37651.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-02 22:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-29 23:40 bug#38801: html-name-anchor needs to be updated to html-id-anchor 積丹尼 Dan Jacobson
2020-03-02 22:10 ` Juri Linkov

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).