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

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

bug#70432: 30.0.50; C-h for help not working with C-h k


From: Stefan Monnier
Subject: bug#70432: 30.0.50; C-h for help not working with C-h k
Date: Thu, 18 Apr 2024 09:51:54 -0400
User-agent: Gnus/5.13 (Gnus v5.13)

> Dmitry and Stefan, any better ideas?
>
> diff --git a/lisp/help.el b/lisp/help.el
> index d4e39f0..e6117ec 100644
> --- a/lisp/help.el
> +++ b/lisp/help.el
> @@ -1049,6 +1049,9 @@ help--read-key-sequence
>    (let ((enable-disabled-menus-and-buttons t)
>          (cursor-in-echo-area t)
>          (side-event nil)
> +        ;; Showing the list of key sequences makes no sense when they
> +        ;; asked about a key sequence.
> +        (echo-keystrokes-help nil)
>          saved-yank-menu)
>      (unwind-protect
>          (let (last-modifiers key-list)

Loos OK to me, tho maybe it should be the other way around: we should
bind it to non-nil around those places where we know it makes sense?


        Stefan






reply via email to

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