`ivy-alt-done` wipes out buffer when called via M-x from nested minibuffer #924
Comments
Thanks, please test. |
Yep, works perfectly. Thanks for the quick fix! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The suggestion in README.md to enable recursive minibuffers (via
(setq enable-recursive-minibuffers t)
led me to think that commands like M-x should be usable from within the swiper minibuffer.However, I saw something I didn't expect when I tried this.
C-s
), and navigated to a completion.counsel-M-x
) to callivy-alt-done
(I'd forgotten the hotkey)Instead, what I wanted was for ivy-alt-done to be called in the swiper minibuffer I left.
This is reproducible with a minimal setup (
emacs -Q
, etc.).This seems like exactly the sort of use case that recursive minibuffers would help with. I see that some commands play with
enable-recursive-minibuffers
butcounsel-M-x
isn't one of them. Is that an easy fix?The text was updated successfully, but these errors were encountered: