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:07:34 +0200 Message-ID: <83wrmone2h.fsf@gnu.org> References: <831v4wpcue.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1293941184 16828 80.91.229.12 (2 Jan 2011 04:06:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 2 Jan 2011 04:06:24 +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 05:06:16 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 1PZFCy-0001Hm-LS for ged-emacs-devel@m.gmane.org; Sun, 02 Jan 2011 05:06:16 +0100 Original-Received: from localhost ([127.0.0.1]:49212 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PZFCy-00016p-99 for ged-emacs-devel@m.gmane.org; Sat, 01 Jan 2011 23:06:16 -0500 Original-Received: from [140.186.70.92] (port=60517 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PZFCt-00016a-SM for emacs-devel@gnu.org; Sat, 01 Jan 2011 23:06:12 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PZFCs-0007qv-Sl for emacs-devel@gnu.org; Sat, 01 Jan 2011 23:06:11 -0500 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:38759) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PZFCs-0007qq-LD for emacs-devel@gnu.org; Sat, 01 Jan 2011 23:06:10 -0500 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0LED00700NARRY00@a-mtaout23.012.net.il> for emacs-devel@gnu.org; Sun, 02 Jan 2011 06:05:24 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.127.127.157]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LED007LRNCZMZA0@a-mtaout23.012.net.il>; Sun, 02 Jan 2011 06:05:24 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:134150 Archived-At: > From: Lennart Borgman > Date: Sun, 2 Jan 2011 00:03:46 +0100 > Cc: emacs-devel@gnu.org > > Does id-util.el allow you to restrict your query to a directory tree? Yes: you need to index each such tree separately. `lid', the command that queries the data base, accepts a file name of an index as its command-line argument (and its Emacs front-end accepts that as well).