help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Simple EMACS Grep


From: bobblue88
Subject: Re: Simple EMACS Grep
Date: 22 Apr 2007 17:21:18 -0700
User-agent: G2/1.0

Thanks, Peter.    Do you know where I can find the original "find-
grep" to customize?  Sorry I am still at a newbee level for EMACS and
has only binary version of 21.3 EMACS installed.

-Robert

On Apr 20, 2:05 am, Peter Dyballa <Peter_Dyba...@Web.DE> wrote:
> Am 20.04.2007 um 05:23 schrieb bobblu...@gmail.com:
>
> > Anyone has a goodEMACSGrepdefine to search only certain file types,
> > such as "*.c, *.h, *.s, *.cpp" and etc?
>
> > The standardEMACS"grep-find" search all file types.
>
> You need to add:
>
>         \( -name "*.[chs]" -or -name "*.cpp" \)
>
> And so one if you have more detailed wishes.
>
> --
> Mit friedvollen Grüßen
>
>    Pete
>
> The human animal differs from the lesser primates in his passion for  
> lists of "Ten Best".
>                                       -- H. Allen Smith




reply via email to

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