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

swiper-all does not work with ivy--regex-ignore-order #620

Closed
Wilfred opened this issue Aug 10, 2016 · 2 comments
Closed

swiper-all does not work with ivy--regex-ignore-order #620

Wilfred opened this issue Aug 10, 2016 · 2 comments

Comments

@Wilfred
Copy link
Contributor

Wilfred commented Aug 10, 2016

From emacs -q, I loaded ivy.el, swiper.el, counsel.el and colir.el from git (commit 83f7ae6).

I then configured ivy to use ivy--regex-ignore-order with:

(setq ivy-re-builders-alist
      '((t . ivy--regex-ignore-order)))

My second search term is ignored with swiper-all.

swiper_all

As pictured, swiper has narrowed to defun, but the counsel has been ignored.

@abo-abo
Copy link
Owner

abo-abo commented Aug 10, 2016

Thanks, please test. If you have time, patches for making swiper--add-overlays work with ivy--regex-ignore-order are welcome.

@Wilfred
Copy link
Contributor Author

Wilfred commented Aug 12, 2016

Works well, thank you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants