Skip to content
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-escape confuse evil's minibuffer echo system #4

Closed
Dewdrops opened this issue Nov 14, 2014 · 3 comments
Closed

evil-escape confuse evil's minibuffer echo system #4

Dewdrops opened this issue Nov 14, 2014 · 3 comments
Assignees
Labels

Comments

@Dewdrops
Copy link

To reproduce:

Start emacs with a very simple .emacs such as:

(require 'evil)
(require 'evil-escape)
(evil-mode)
(evil-escape-mode)
  1. Open a file and keep evil in normal state.
  2. Press "1" and wait a second for the "1" is echoed in minibuffer.
  3. Press "1" again. This time, there will be "1 1 1" (mis)displayed in minibuffer instead of "1 1".
@syl20bnr
Copy link
Owner

Thank you for the report.

This is related with key-chord which is used under the hood.
Funny enough, googling about the issue led me to your exact same submitted bug on evil repo. which is also unresolved.
https://bitbucket.org/lyro/evil/issue/365/key-chord-confuse-evils-minibuffer-echo

Since it is just a display error I will just add a known issues section in the readme of evil-escape and won't fix it.

@syl20bnr syl20bnr self-assigned this Nov 14, 2014
@syl20bnr
Copy link
Owner

@Dewdrops FYI, fixed in 2.01, I removed the dependency on key-chord.

@Dewdrops
Copy link
Author

Thanks for the fix ! It seems everything goes right now.

Alexander-Miller added a commit to Alexander-Miller/evil-escape that referenced this issue Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants