-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
<ESC> in editing mode triggers Proof General autocomplete #8853
Comments
The report above was hand-transcribed, apologies for any errors. I would love a work-around, I can't figure out what's going on. |
I'm experiencing the same problem after a package upgrade. System Info 💻
(javascript html markdown haskell latex coq helm auto-completion evil-commentary emacs-lisp git org spell-checking syntax-checking version-control)
|
I found out that this is Evil's fault, not company-coq's. Solution is to set
before Evil loads (e.g. in Spacemacs this means to put the above line in See also: |
Thanks a lot for the workaround!
Not sure how to achieve that though, I guess many people rely on the default? Maybe making |
Per a comment in the issue on PG's repo, another workaround is to prevent the abbrev table from being installed, by evaluating this expression before loading (setq coq-mode-abbrev-table '()) An option to solve the issue is to add a variable in coq layer's |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid! |
Description
Pressing
<ESC>
to enter normal mode triggers Proof General autocomplete.Reproduction guide 🪲
.v
filei
o
<ESC>
Observed behaviour: 👀 💔
o
is autocompleted intoomega
; editing mode switched to normal modeExpected behaviour: ❤️ 😄
No autocompletion, just mode switching.
System Info 💻
Backtrace 🐾
The text was updated successfully, but these errors were encountered: