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

consult-grep does not handle file names with colons #419

Closed
roshanshariff opened this issue Sep 11, 2021 · 0 comments
Closed

consult-grep does not handle file names with colons #419

roshanshariff opened this issue Sep 11, 2021 · 0 comments

Comments

@roshanshariff
Copy link

The regexp used by consult-grep and related commands to detect the filename and line number fails when the filename contains colons. The grep.el library uses the grep --null option to handle this case, and also has a regexp specially designed to handle colons in filenames even without that option. Maybe the same functionality could be used in consult as well?

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

1 participant