unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#56953: Keybinding annotation not displayed in M-x when on button
@ 2022-08-03 14:04 Stefan Kangas
  2022-08-04  6:32 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Kangas @ 2022-08-03 14:04 UTC (permalink / raw)
  To: 56953

Severity: minor

This is a bit quirky, but...

Steps to reproduce:

0. emacs -Q
1. M-x apropos RET test RET
2. C-x o
3. n
4. M-x apropos-f TAB

In the "*Completions*" buffer, `apropos-follow' is displayed as having
no keybinding.  If I now press `C-g C-n', and repeat step 4, I correctly
see that it is bound to RET.





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

* bug#56953: Keybinding annotation not displayed in M-x when on button
  2022-08-03 14:04 bug#56953: Keybinding annotation not displayed in M-x when on button Stefan Kangas
@ 2022-08-04  6:32 ` Lars Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2022-08-04  6:32 UTC (permalink / raw)
  To: Stefan Kangas; +Cc: 56953

Stefan Kangas <stefan@marxist.se> writes:

> Steps to reproduce:
>
> 0. emacs -Q
> 1. M-x apropos RET test RET
> 2. C-x o
> 3. n
> 4. M-x apropos-f TAB
>
> In the "*Completions*" buffer, `apropos-follow' is displayed as having
> no keybinding.  If I now press `C-g C-n', and repeat step 4, I correctly
> see that it is bound to RET.

Weird.

M-: (where-is-internal 'apropos-follow)

with point on the button line returns nil, but with point elsewhere, it
returns ([13]).  There isn't any keymap text properties (or overlays)
here, so ... what's going on here?

There's a button there, and apropos-mode-map inherits from
button-buffer-map...  Hm, nope, don't quite understand.






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

end of thread, other threads:[~2022-08-04  6:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-03 14:04 bug#56953: Keybinding annotation not displayed in M-x when on button Stefan Kangas
2022-08-04  6:32 ` Lars Ingebrigtsen

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).