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
Switch buffer arrows wont work if a pattern is entered #1159
Comments
Can you reproduce with |
Huh, I'm actually experiencing this too, though I haven't been able to reproduce with |
Same here on spacemacs. I'll try to reproduce with a minimal setup when I have time. |
I am using spacemacs as well. I was not able to reproduce with |
@jbharat Then next step after |
@abo-abo I tested it with stock emacs. Buffer switch works fine(with/without pattern) in ivy. Seems to be an issue with spacemacs. Should I close this? |
@jbharat I am not using spacemacs, so it may be an issue with evil... |
Let's wait until someone posts a reproducible scenario. The issue affects many people. |
I have this problem too, it seems to be triggered by setting ivy-regex-builder-alist to ivy-regex-ignore-order (probably related to #1163) |
@Dickby I have tested by removing all additional config of ivy. I have just ivy layer added to my .spacemacs file. I am still facing this issue. I dont know which package is causing this. |
@Dickby thanks for the pointer, please test. |
@abo-abo i think that fixed some of it, though I think if I enter text for which there is an exact match (but also other matches) I still can't move the arrow keys. e.g. (
The selection will remain at |
@dieggsy thanks for the pointer, please test. |
When I search a string containing white space, e.g., "aaa bbb", ivy just matches "aaa", and doesn't match "bbb". |
@zzjjzzgggg if you are using fuzzy, just use aaabbb. I think it will match it. |
@abo-abo your commit seemed to point out the latest issue I pointed out, however I can now confirm @zzjjzzgggg 's described behavior as well (that is, anything after a space now does nothing to further narrow candidates.) |
Yep pattern after space is ignored. Tested |
Please try again. For minibuffer highlights when using (add-to-list 'ivy-highlight-functions-alist
'(swiper--re-builder . ivy--highlight-ignore-order)) |
looks good! fixes #1163 aswell. |
While switching to buffer in ivy, if no pattern is entered, arrows (ctrl j/k) work perfectly. When a pattern is entered, arrows (ctrl j/k) stops working.
This behaviour does not occur with searching(swiper), dired. Only happens with switching buffer.
This started today. I searched for an existing issue for this but i didnt find any or didnt understand if they were the same. Let me know if there is a bug already for this.
package -
ivy-20170813.351
The text was updated successfully, but these errors were encountered: