From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: findr-search - continue searching Date: Tue, 5 Aug 2008 06:40:21 -0700 Message-ID: <000601c8f700$ced4eaa0$0200a8c0@us.oracle.com> References: <18828057.post@talk.nabble.com> <87iqufpy1o.fsf@tux.homenetwork> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1217943683 16986 80.91.229.12 (5 Aug 2008 13:41:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 5 Aug 2008 13:41:23 +0000 (UTC) Cc: Help-gnu-emacs@gnu.org To: "'Thierry Volpiatto'" , "'TheLonelyStar'" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Aug 05 15:42:13 2008 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 1KQMng-0000qW-BT for geh-help-gnu-emacs@m.gmane.org; Tue, 05 Aug 2008 15:42:08 +0200 Original-Received: from localhost ([127.0.0.1]:38831 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KQMmk-0002co-1W for geh-help-gnu-emacs@m.gmane.org; Tue, 05 Aug 2008 09:41:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KQMmO-0002Ye-B8 for help-gnu-emacs@gnu.org; Tue, 05 Aug 2008 09:40:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KQMmM-0002Tc-6o for help-gnu-emacs@gnu.org; Tue, 05 Aug 2008 09:40:47 -0400 Original-Received: from [199.232.76.173] (port=34912 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KQMmM-0002TT-2g for help-gnu-emacs@gnu.org; Tue, 05 Aug 2008 09:40:46 -0400 Original-Received: from rgminet01.oracle.com ([148.87.113.118]:43761) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KQMmL-0002Fu-6I for help-gnu-emacs@gnu.org; Tue, 05 Aug 2008 09:40:45 -0400 Original-Received: from agmgw2.us.oracle.com (agmgw2.us.oracle.com [152.68.180.213]) by rgminet01.oracle.com (Switch-3.2.4/Switch-3.1.6) with ESMTP id m75DeS7p015425; Tue, 5 Aug 2008 07:40:29 -0600 Original-Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157]) by agmgw2.us.oracle.com (Switch-3.2.0/Switch-3.2.0) with ESMTP id m75DPpvN015216; Tue, 5 Aug 2008 07:40:27 -0600 Original-Received: from inet-141-146-46-1.oracle.com by acsmt357.oracle.com with ESMTP id 11241201881217943622; Tue, 05 Aug 2008 08:40:22 -0500 Original-Received: from dradamslap1 (/69.181.100.12) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 05 Aug 2008 06:40:22 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <87iqufpy1o.fsf@tux.homenetwork> Thread-Index: Acj25zb1lfT65cxiRjuTpAjPbJ4i9QAGWsCA X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:56199 Archived-At: > > I want to use the findr package to search in files. But the command > > findr-search stops at the first match. How can I get to the > > second match? > > I don't know this package, if it is for recurse find , rgrep work fine > (included in emacs) and you can also try traverselisp.el that work on > unix/linux/losedows very well. http://www.emacswiki.org/cgi-bin/emacs/traverselisp.el > Inside is the url of the mercurial repo and how to use it. > You can have a look at moccur.el that is nice also. http://www.emacswiki.org/cgi-bin/emacs-en?CategorySearchAndReplace