From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Martin Newsgroups: gmane.emacs.help Subject: Re: next-error for dired-find? Date: Mon, 02 Mar 2009 10:33:42 +0100 Organization: Arcor Message-ID: References: <2cbee169-8991-400e-b91f-5b8950e822f2@r4g2000yqa.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1235986912 1478 80.91.229.12 (2 Mar 2009 09:41:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Mar 2009 09:41:52 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 02 10:43:09 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Le4fo-0003cQ-Q4 for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Mar 2009 10:42:56 +0100 Original-Received: from localhost ([127.0.0.1]:41552 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Le4eT-00064Q-PR for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Mar 2009 04:41:33 -0500 Original-Path: news.stanford.edu!newsfeed.stanford.edu!newshub.sdsu.edu!feeder.erje.net!newsfeed-fusi2.netcologne.de!195.14.215.230.MISMATCH!news.netcologne.de!newsfeed-hp2.netcologne.de!newsfeed.arcor.de!newsspool3.arcor-online.net!news.arcor.de.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (windows-nt) Cancel-Lock: sha1:ypeq8HZ36N3NAH1wtKScuaqcPBU= Original-Lines: 19 Original-NNTP-Posting-Date: 02 Mar 2009 10:37:41 CET Original-NNTP-Posting-Host: c29798f5.newsspool4.arcor-online.net Original-X-Trace: DXC=1o[=WN1Y:NJ74okIm; ?DS@4IUK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:62507 Archived-At: 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.