New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swiper in two emacsclients: search in one frame breaks the other #738
Comments
Thanks. Should be better now, but the minibuffer will move to the other frame. This is the default Emacs behavior, nothing I can change about that. |
I don't see any change after pulling this commit... |
I got this after pulling this commit:
|
@manuel-uberti You need to recompile (or reinstall) counsel.el and restart Emacs (or reload the file). |
@abo-abo I did it for swiper as well, now it's all working. Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
emacs --daemon emacsclient -c ivy.el & emacsclient -c Makefile
In the ivy.el frame, run swiper.
In the Makefile frame, run swiper.
Switch back to ivy.el frame. The minibuffer is messed.
The text was updated successfully, but these errors were encountered: