Nicholas Vollmer

Results 188 comments of Nicholas Vollmer

Should be fixed: https://github.com/djcb/mu/issues/1914

The fix in the linked issue is working fine on my system. Are you seeing the same error as described in this issue? You should also include how you installed...

```emacs-lisp (general-create-definer dw/leader-key-def :keymaps '(normal insert visual emacs) :prefix "SPC" :global-prefix "C-SPC")) ``` Maybe you meant: ```emacs-lisp :keymaps 'override :states '(insert emacs normal hybrid motion visual operator) ```

- emacs-version: "GNU Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, X toolkit, cairo version 1.17.3, Xaw3d scroll bars) of 2020-10-30" (https://github.com/emacs-mirror/emacs/commit/3e63213a1fef16ffe38a5024a83d8782e98aabe1) With the following configuration: Configuration ```emacs-lisp (general-create-definer global-definer :keymaps 'override :states...

This rough patch takes care of the problem of which-key recognizing keys on latest master. It is not backward compatible in its current state: ```emacs-lisp (defun which-key--get-current-bindings (prefix) "Generate a...

It would be useful to see your config for the keybindings in that buffer if applicable. > Should I open an another issue? I think what you're seeing is related...

@condy0919 I believe that is a bug upstream. I've submitted a report: https://lists.gnu.org/archive/html/bug-gnu-emacs/2020-10/msg02841.html @justbur Noting here that the issue with the message buffer can easily be worked around. Output is...

Both issues fixed on master as of https://github.com/emacs-mirror/emacs/commit/5ab5504def63ebdfba08169f24a5829353bff137 Everything working fine now!

Just to confirm: I had a similar experience to @willbush of chasing a long init time a while back. There's a note in from my init.org which confirms I found...