From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Indexed search with grep-like output Date: Sun, 02 Jan 2011 06:18:42 -0500 Message-ID: References: <831v4wpcue.fsf@gnu.org> <83wrmone2h.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1293967172 10126 80.91.229.12 (2 Jan 2011 11:19:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 2 Jan 2011 11:19:32 +0000 (UTC) Cc: emacs-devel@gnu.org To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 02 12:19:28 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PZLyA-0007Fo-17 for ged-emacs-devel@m.gmane.org; Sun, 02 Jan 2011 12:19:26 +0100 Original-Received: from localhost ([127.0.0.1]:58210 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PZLy8-0006SR-Tf for ged-emacs-devel@m.gmane.org; Sun, 02 Jan 2011 06:19:25 -0500 Original-Received: from [140.186.70.92] (port=41196 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PZLxn-0006Qy-CJ for emacs-devel@gnu.org; Sun, 02 Jan 2011 06:19:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PZLxV-0004V0-T4 for emacs-devel@gnu.org; Sun, 02 Jan 2011 06:19:03 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:44094) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PZLxV-0004Ur-RT for emacs-devel@gnu.org; Sun, 02 Jan 2011 06:18:45 -0500 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1PZLxS-00018K-E3; Sun, 02 Jan 2011 06:18:42 -0500 In-reply-to: (message from Lennart Borgman on Sun, 2 Jan 2011 05:12:32 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:134157 Archived-At: > From: Lennart Borgman > Date: Sun, 2 Jan 2011 05:12:32 +0100 > Cc: emacs-devel@gnu.org > > I do not know about other search engines, but at least Windows Desktop > Search allows you to restrict the search later. Because it's dog slow. `lid' is very fast, so if you don't want to index each tree separately, you can filter the output (which includes the full absolute file name) in Emacs, in the process filter that accepts `lid's output.