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-show-transient-maps clobbers itself #335

Closed Mihara closed 2 years ago

Mihara commented 2 years ago

So I tried to enable which-key-show-transient-maps.

When I try to call up which-key in cases where the number of bound keys is very large, like which-key-show-top-level, help paging kicks in, and suddenly the entire page gets replaced with a help page for the transient keymap of the help pager. Which makes the whole setting surprisingly less useful.

While I am not entirely certain this isn't me misconfiguring something (For what it's worth, I'm using which-key-posframe too, but that's the only thing I can think of being relevant) I doubt it.

Could something be done about that?

justbur commented 2 years ago

Thanks. It looks like a bug to me

justbur commented 2 years ago

Can you try 8d934c571fb954232c4cbe6f1dab554a35ad5e7d?

Mihara commented 2 years ago

Looks like it works. Thanks! :+1: