-
-
Notifications
You must be signed in to change notification settings - Fork 645
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
Evil-mode + company-mode C-n to cycle-through completion is unreliable. #2813
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution and understanding! |
This issues been automatically closed due to lack of activity. Feel free to re-open it if you ever come back to it. |
I have a similar issue where evil thinks I want to symbol completion ( |
I have the same issue as @mizlan and @Kazimazi - evil mode, company and cider don't seem to integrate nicely. Some additional observations:
|
I'll reopen the ticket, but as I don't use evil someone else will have to tackle the problem. I'm also not sure if that's some general problem with |
If the behavior's different between If the issue can be reproduced without Evil, let me know. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution and understanding! |
This issues been automatically closed due to lack of activity. Feel free to re-open it if you ever come back to it. |
Describing the problem
I use C-n and C-p to cycle through completion and it becomes very unreliable.
I'm looking for some assistance how I could go about fixing it.
Since my explanation might not be clear I provide a video.
Expected behavior
Completion menu could be cycled perfectly, just like with M-n and M-p.
Actual behavior
After a few successful steps in the completion menu unexpected letters get into the completion and company pop-up menu eventually closes.
Steps to reproduce the problem
I made a minimal init file which has use-package, evil, company, clojure and cider-modes:
emacs -q -l .config/emacs/init-minimal.el
Start typing something and press C-n several times.
CIDER version information
Lein/Boot version
Leiningen 2.9.1 on Java 1.8.0_222 OpenJDK 64-Bit Server VM
Emacs version
Emacs 28.0.50
Operating system
NixOS 19.09.2166.ce9f1aaa39e (Loris) x86_64
The text was updated successfully, but these errors were encountered: