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

counsel-grep not working #1269

Closed
manuel-uberti opened this issue Nov 2, 2017 · 3 comments
Closed

counsel-grep not working #1269

manuel-uberti opened this issue Nov 2, 2017 · 3 comments

Comments

@manuel-uberti
Copy link
Contributor

manuel-uberti commented Nov 2, 2017

Hi,

just upgraded ivy/counsel from MELPA.

Now whenever I try M-x counsel-grep, I get no candidates.

counsel-grep

I am running GNU Emacs 27.0.50 (build 1, x86_64-debian-linux-gnu, GTK+ Version 3.18.9) of 2017-10-31.

If you need other tests or info, feel free to ask.

@abo-abo
Copy link
Owner

abo-abo commented Nov 2, 2017

What's your counsel-grep-base-command? Can you reproduce with make plain?

@manuel-uberti
Copy link
Contributor Author

manuel-uberti commented Nov 2, 2017

This is my counsel-grep-base-command:

rg -i -M 120 --no-heading --line-number --color never %s

I see if can reproduce with make plain.

@manuel-uberti
Copy link
Contributor Author

Wait, already fixed it by changing counsel-grep-base-command to:

rg -i -M 120 --no-heading --line-number --color never %s %s

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