From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thierry Volpiatto Newsgroups: gmane.emacs.help Subject: Re: findr-search - continue searching Date: Tue, 05 Aug 2008 12:16:03 +0200 Message-ID: <87iqufpy1o.fsf@tux.homenetwork> References: <18828057.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1217932683 11667 80.91.229.12 (5 Aug 2008 10:38:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 5 Aug 2008 10:38:03 +0000 (UTC) Cc: Help-gnu-emacs@gnu.org To: TheLonelyStar Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Aug 05 12:38:52 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 1KQJwK-0004Bb-BF for geh-help-gnu-emacs@m.gmane.org; Tue, 05 Aug 2008 12:38:52 +0200 Original-Received: from localhost ([127.0.0.1]:39847 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KQJvO-0003Jr-TL for geh-help-gnu-emacs@m.gmane.org; Tue, 05 Aug 2008 06:37:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KQJcy-0008Dd-3U for help-gnu-emacs@gnu.org; Tue, 05 Aug 2008 06:18:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KQJct-0008Cy-Fk for Help-gnu-emacs@gnu.org; Tue, 05 Aug 2008 06:18:49 -0400 Original-Received: from [199.232.76.173] (port=44859 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KQJcs-0008Cg-L1 for Help-gnu-emacs@gnu.org; Tue, 05 Aug 2008 06:18:46 -0400 Original-Received: from wr-out-0506.google.com ([64.233.184.229]:17327) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KQJcs-0005J5-EI for Help-gnu-emacs@gnu.org; Tue, 05 Aug 2008 06:18:46 -0400 Original-Received: by wr-out-0506.google.com with SMTP id c30so1955842wra.14 for ; Tue, 05 Aug 2008 03:18:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=idZhszDFqzW/dcCMFer9enPR0rG30tWkdLduGJQZBCI=; b=XXXv8opN04VrNG93KrGxhmiVYHgQuBvpF3eQ6qP5bpMwuzR5xw6oJpu/kzEkpUpLZz R6cqXGOgbI0w3zaN/SY5LfYLcbTqS41RImn31lLhzbbXEtbvHWUIfOE7WF0tVRp4x27F 4vnLf8po1SLYgNknRku1AUAPDPjLPTLRHr/Vw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=n2UwTP1uFAnV4UqzTwvlNhh7J2xqwXDDuiYROFG3mG891HdvXEpwhOcVMrd7GrhasV dwM0YBufoQH8pi6vf9ysTfLwHmcT0K7wassuqpbRJMpwYEJ2B2P2BDymXqgH9envyBYC 3oGO4UCHI0m2WLvXHBpKs7OnwNM8w6Qq3VpbQ= Original-Received: by 10.90.50.5 with SMTP id x5mr1136230agx.120.1217931525788; Tue, 05 Aug 2008 03:18:45 -0700 (PDT) Original-Received: from tux.homenetwork ( [77.197.77.142]) by mx.google.com with ESMTPS id 1sm11468000agb.20.2008.08.05.03.18.44 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 05 Aug 2008 03:18:45 -0700 (PDT) In-Reply-To: <18828057.post@talk.nabble.com> (TheLonelyStar's message of "Tue, 5 Aug 2008 03:01:40 -0700 (PDT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:56198 Archived-At: TheLonelyStar writes: > Hello, > > 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. -- A + Thierry Volpiatto Location: Saint-Cyr-Sur-Mer - France