Re: emacs-31 0818bb3eb38: ; * etc/NEWS: Presentational fixes and improvements.
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.emacs.devel |
|---|---|
| Message-ID | <[email protected]> |
> Date: Thu, 16 Jul 2026 18:58:04 +0300 > From: Eli Zaretskii <[email protected]> > Cc: [email protected] > > > From: Michael Albinus <[email protected]> > > Cc: [email protected] > > Date: Thu, 16 Jul 2026 15:42:39 +0200 > > > > >> I follow what the Elisp manual shows, for example in (info "(elisp) > > >> Function Keys") or (info "(elisp) Changing Key Bindings"). > > > > > > Which parts of that? > > > > Sorry, I was unprecise. I meant (info "(elisp) Changing Key Bindings") > > > > --8<---------------cut here---------------start------------->8--- > > ‘H-<left>’ > > The key named ‘left’ with the hyper modifier. > > --8<---------------cut here---------------end--------------->8--- > > These are all Texinfo bugs. For example, the "H-<left>" one has a > literal "<left>", with brackets, in the source, instead of using @key. > > I fixed that. > > > and (info "(elisp) Key Sequences") > > > > --8<---------------cut here---------------start------------->8--- > > (kbd "C-M-<down>") ⇒ [C-M-down] > > --8<---------------cut here---------------end--------------->8--- > > This is Lisp, not Texinfo, and it shows the form accepted by 'kbd' > macro. So this is unrelated. > > > > Please look at (info (emacs) Moving Point") > > > > I have the impression, that the Emacs and Elisp manuals use slightly > > different style. In the Emacs manual, we have capital letters like > > <LEFT>, and in the Elips manual we haven't. Should it be sync'ed? > > They should all use @key{LEFT} style for function keys, when they > refer to keys the user presses. > > > >> Btw, a plain revert would be wrong anyway. I've fixed also the wrong > > >> keybindings for window-layout-flip-topdown and > > >> window-layout-flip-leftright ('C-x w f ...' instaed of 'C-x w r ...'). > > > > > > It's okay to revert only the part that deals with arrow keys. > > > > > > I can do it myself if you want. > > > > Of course you can do this, you're the maintainer. But pls, add a > > respective rule to admin/notes/documentation first, otherwise I have > > good chances to forget. > > Will do. Now done.