Closed damanis closed 1 year ago
Can you replicate with emacs -Q
? Is there anything in *Messages*
?
I have no idea otherwise, I've not seen this before.
In *Messages*
only deadgrep output.
I will try debug, then update.
@Wilfred I found the problem - it is a ripgrep configuration file ~/.ripgreprc:
--vimgrep
--color=auto
--colors=path:fg:blue
--colors=path:style:intense
It contains some colors configuration for ripgrep output in bash. If comment out color*
lines, deadgrep works.
Also, instead of editing ~/.ripgreprc, I added (push "--no-config" args)
to deadgrep--arguments
- works, too. This seem is simplest way to fix the issue.
Thanks for the great bug report!
$ rg --version
deadgrep debug output:
In
bash
therg
command from debug output works properly, but inemacs
the search result is empty: