[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Include which-key.el in the Emacs distribution
From: |
Alfred M. Szmidt |
Subject: |
Re: Include which-key.el in the Emacs distribution |
Date: |
Tue, 08 Sep 2020 14:10:06 -0400 |
That was Eli's point -- it doesn't work with C-h -- please try it.
C-h
;; Shows first "C-h (Type ? for further options)-", then after a secondthe
;; which-key pop-up occurs.
C-h
;; Now the C-h help help buffer will be shown.
C-n
;; Now you're viewing the NEWS file.
I.e., you cannot paginate through the commands if you are issuing C-h
and have which-key-mode on.
You also can't invoke describe-prefix-bindings from C-h in vanilla
emacs. The reason is the same. which-key is just intercepting the
help-char to do the pagination.
As a user the background reasons for why something is not possible are
not interesting. which-key tells me to use C-h to visit the next
page; that does not work if you've just hit C-h once already -- it
invokes help-for-help (C-h C-h), which is not what the user is being
told to expect.
- Re: Include which-key.el in the Emacs distribution, (continued)
Re: Include which-key.el in the Emacs distribution, Alfred M. Szmidt, 2020/09/08
- Re: Include which-key.el in the Emacs distribution, Eli Zaretskii, 2020/09/08
- Re: Include which-key.el in the Emacs distribution, Amin Bandali, 2020/09/08
- Re: Include which-key.el in the Emacs distribution, Alfred M. Szmidt, 2020/09/08
- Re: Include which-key.el in the Emacs distribution, Justin Burkett, 2020/09/08
- Re: Include which-key.el in the Emacs distribution, Eli Zaretskii, 2020/09/08
- Re: Include which-key.el in the Emacs distribution, Justin Burkett, 2020/09/08
- Re: Include which-key.el in the Emacs distribution, Stefan Kangas, 2020/09/08
Re: Include which-key.el in the Emacs distribution,
Alfred M. Szmidt <=
Re: Include which-key.el in the Emacs distribution, Eli Zaretskii, 2020/09/08
Re: Include which-key.el in the Emacs distribution, Amin Bandali, 2020/09/08
RE: Include which-key.el in the Emacs distribution, Drew Adams, 2020/09/08
keysee.el (was: Re: Include which-key.el in the Emacs distribution), Alfred M. Szmidt, 2020/09/08
RE: keysee.el (was: Re: Include which-key.el in the Emacs distribution), Drew Adams, 2020/09/08
Re: keysee.el (was: Re: Include which-key.el in the Emacs distribution), Alfred M. Szmidt, 2020/09/08
RE: Include which-key.el in the Emacs distribution, Drew Adams, 2020/09/08
Re: Include which-key.el in the Emacs distribution, Caio Henrique, 2020/09/08
Re: Include which-key.el in the Emacs distribution, Stefan Monnier, 2020/09/08