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

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

bug#32212: 26; `subword-mode' doc string shows empty key-binding list


From: Noam Postavsky
Subject: bug#32212: 26; `subword-mode' doc string shows empty key-binding list
Date: Thu, 19 Jul 2018 20:58:52 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

found 32212 25.1
severity 32212 minor
tags 32212 + confirmed
quit

Drew Adams <drew.adams@oracle.com> writes:

> emacs -Q
>
> C-h f subword-mode
>
> You see this at the end of buffer *Help*:
>
> key             binding
> ---             -------
>
>
> It's not just about this appearing before the library is loaded.
> Loading the library does not populate the list of keys and their
> bindings.  You always get such a heading, with no keys shown.


Seems to be a regression in 25.1, in 24.5 I see

key             binding
---             -------

<remap>        Prefix Command

<remap> <backward-kill-word>    subword-backward-kill
<remap> <backward-word>        subword-backward
<remap> <capitalize-word>    subword-capitalize
<remap> <downcase-word>        subword-downcase
<remap> <forward-word>        subword-forward
<remap> <kill-word>        subword-kill
<remap> <left-word>        subword-left
<remap> <mark-word>        subword-mark
<remap> <right-word>        subword-right
<remap> <transpose-words>    subword-transpose
<remap> <upcase-word>        subword-upcase





reply via email to

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