emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: IDE features: M-x find-grep


From: Phil Jackson
Subject: Re: IDE features: M-x find-grep
Date: Sun, 27 Apr 2008 22:12:20 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Davi Leal <address@hidden> writes:

> So, instead of the current find-grep default command [1], emacs could
> offer one which prune the repository control directories [2], [3], ...
>
>  [1] find . -type f -print0 | xargs -0 -e grep -nH -e 
>
>  [2] find . -path '*/CVS' -prune -o -type f -print | xargs -e grep -I
>  -n -e [3] find . -path '*/.svn' -prune -o -type f -print | xargs -e
>  grep -I -n -e
>
> Can such behavior be got just configuring .emacs?

It's customisable in 'Grep Find Command' (in the group 'grep').

Cheers,
Phil
-- 
 Phil Jackson
 http://www.shellarchive.co.uk




reply via email to

[Prev in Thread] Current Thread [Next in Thread]