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

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

Re: next-error for dired-find?


From: Martin
Subject: Re: next-error for dired-find?
Date: Mon, 02 Mar 2009 10:33:42 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (windows-nt)

Mike Halloran writes:

> Is there a good way to run a file search, and use the c-x backtick (c-
> x `) (next-error) command to jump to each file?
>
> c-x backtick works with grep, and grep-find. Basically, I am looking
> to do a quick browse through each cpp file in my source tree.
>
> Any thoughts?


find-grep-dired               M-x ... RET

   Find files in DIR containing a regexp REGEXP and start Dired on output.

grep-find                     M-x ... RET

   Run grep via find, with user-specified args COMMAND-ARGS.


reply via email to

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