justbur / emacs-which-key

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

which-key can’t show keys: There is not enough space based on your settings and frame size #349

Closed dragove closed 1 year ago

dragove commented 1 year ago

I just installed emacs-which-key with elpaca as my package manager. But I got this error:

- which-key can’t show keys: There is not enough space based on your settings and frame size

My window size should be wide enought since meow's keypad mode works well

Emacs version: 30.0.50.166435 with pgtk and native-comp

screenshot:

photo_2023-05-27_23-50-52

keypad mode:

swappy-20230527-235753

ricma commented 1 year ago

FWIW, I had the same issue. Removing the which-key.elc file solved it for me. Not sure where the error came from initially, unfortunately.

dragove commented 1 year ago

Removing the which-key.elc file solved it for me.

Thank you, I removed the elc file and rebuild it then everything gets working.