From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mike Halloran Newsgroups: gmane.emacs.help Subject: next-error for dired-find? Date: Wed, 25 Feb 2009 18:06:52 -0800 (PST) Organization: http://groups.google.com Message-ID: <2cbee169-8991-400e-b91f-5b8950e822f2@r4g2000yqa.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1235626746 3635 80.91.229.12 (26 Feb 2009 05:39:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 26 Feb 2009 05:39:06 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 26 06:40:22 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 1LcYyl-00061e-Up for geh-help-gnu-emacs@m.gmane.org; Thu, 26 Feb 2009 06:40:16 +0100 Original-Received: from localhost ([127.0.0.1]:50459 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LcYxR-00043M-A9 for geh-help-gnu-emacs@m.gmane.org; Thu, 26 Feb 2009 00:38:53 -0500 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!r4g2000yqa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 7 Original-NNTP-Posting-Host: 71.184.65.12 Original-X-Trace: posting.google.com 1235614012 25319 127.0.0.1 (26 Feb 2009 02:06:52 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 26 Feb 2009 02:06:52 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: r4g2000yqa.googlegroups.com; posting-host=71.184.65.12; posting-account=sKylXQoAAAAARq0LHdIUAToWlolciltl User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.6) Gecko/2009011913 Firefox/3.0.6,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:167085 X-Mailman-Approved-At: Thu, 26 Feb 2009 00:36:36 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor 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:62387 Archived-At: 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?