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
Error on pressing TAB #1024
Comments
Yes, I have the same problem. Also, I can't use |
It's working fine here. Could you try to replicate the error with |
The issue still persists with |
What are the steps to reach the screenshot. I clearly see there's a problem, but I have no idea how you got there, everything works fine on my system. |
|
I've got the same error in Emacs built from master via homebrew --HEAD on latest macOS.
Here is a video https://youtu.be/I8rEwM-9gsY I was running it with |
I am seeing the same issue running the latest MELPA version:
On mac osx using Emacs 25.2.1. Question: Previously, a single tab used to also work but now to tab strokes are required to select the completion... was the old behavior changed? |
Thanks all, should be fixed now. |
Please try to git bisect and find the commit when TAB changed. I never use TAB, so I wouldn't know. |
@abo-abo out of curiosity, when you highlight the directory you need, what do YOU use to have ivy go into it and display files inside that directory? |
@rakanalh C-j will do this. |
I also have this binding in my config: (define-key ivy-minibuffer-map (kbd "<return>") 'ivy-alt-done) |
Started occuring after the last commits:

The text was updated successfully, but these errors were encountered: