justbur / emacs-which-key

Emacs package that displays available keybindings in popup
GNU General Public License v3.0
1.74k stars 87 forks source link

Paging after `C-h` #290

Closed apc closed 3 years ago

apc commented 3 years ago

I must be missing something obvious here, but here it is. When which-key is activated after C-h, trying to page through the list in the usual way (C-h n) does not work as expected. Instead, I'm taken to Metahelp.

If I eval this after emacs -q:

(add-to-list 'load-path "~/.emacs.d/elpa/which-key-20210407.28/")
(require 'which-key)
(which-key-mode)

and then try C-h, wait until the which-key pop-up, and press C-h, I'm taken to Metahelp.

apc commented 3 years ago

Never mind. Found the solution in an old closed issue (actually, two of them: #93 and #175).

It might be worth putting this somewhere in the README?