|
From: | Juri Linkov |
Subject: | bug#71179: [PATCH] In rgrep, check matching files before excluding files |
Date: | Sun, 26 May 2024 09:50:36 +0300 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu) |
>> A grep-find-template that doesn't include <X> will indeed start seeing >> ignores based on grep-find-ignored-files in rgrep. But, such a user can >> just set grep-find-ignored-files to nil and then they'll stop seeing >> ignores again. > > Yeah, that sounds like a good enough solution for such cases. > > I recall that Juri experimented with customizing grep-find-template (to use > ripgrep? and perhaps other things). I wonder what he thinks about this > patch. I'm using such configuration for ripgrep that hopefully should continue working: (setq grep-find-template "find <D> <X> -type f <F> -print0 | sort -z | xargs -0 -e rg <C> -nH --no-heading --null -j8 --sort path -M 200 --max-columns-preview -e <R>")
[Prev in Thread] | Current Thread | [Next in Thread] |