You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use fido-mode + savehist-mode to provide completions with: M-x. I get the following traceback when attempting to use the completion to disable eloud-mode from the completion:
I'll have to figure out how completion work with that module, probably needing to reproduce the environment. Thanks for the issue, I'll update if I can figure it out.
I use
fido-mode
+savehist-mode
to provide completions with:M-x
. I get the following traceback when attempting to use the completion to disableeloud-mode
from the completion:Reproduction:
emacs -Q
(GNU Emacs 30.0.50 (build 1, x86_64-apple-darwin22.4.0, NS appkit-2299.50 Version 13.3.1 (a) (Build 22E772610a)) of 2023-05-15).M-x eloud-mode<return>
.M-x<return>
- Fido completion has:{eloud-mode}
, as the last completion.Expected: To be able to toggle
eloud-mode
off with the completion.Note: This also breaks swapping buffers with:
C-x b
.The text was updated successfully, but these errors were encountered: