We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
y-or-n-p
Try to execute the following example:
(progn (run-with-timer 1 nil (lambda () (ivy-completing-read "b" '("a" "b")))) (y-or-n-p "a"))
When ivy buffer popups it can't accept any input - all keys are undefined.
The text was updated successfully, but these errors were encountered:
c1ea2af
Thanks, please test.
I think the situation is quite rare, so the "fix" is to cancel y-or-n-p. Unfortunately, ivy-read has to be restarted manually.
ivy-read
Sorry, something went wrong.
ivy.el (ivy-read): Fix conflict an existing read-key session
d2d440d
Fixes abo-abo#2230
No branches or pull requests
Try to execute the following example:
When ivy buffer popups it can't accept any input - all keys are undefined.
The text was updated successfully, but these errors were encountered: