From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Indexed search with grep-like output Date: Fri, 18 Mar 2011 01:34:36 +0100 Message-ID: References: <831v4wpcue.fsf@gnu.org> <83wrmone2h.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1300408512 15412 80.91.229.12 (18 Mar 2011 00:35:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 18 Mar 2011 00:35:12 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 18 01:35:07 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 1Q0Nek-0004n9-H6 for ged-emacs-devel@m.gmane.org; Fri, 18 Mar 2011 01:35:06 +0100 Original-Received: from localhost ([127.0.0.1]:39567 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q0Nek-0006aF-2Q for ged-emacs-devel@m.gmane.org; Thu, 17 Mar 2011 20:35:06 -0400 Original-Received: from [140.186.70.92] (port=47386 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q0Nef-0006aA-HX for emacs-devel@gnu.org; Thu, 17 Mar 2011 20:35:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q0Nee-0003XN-EJ for emacs-devel@gnu.org; Thu, 17 Mar 2011 20:35:01 -0400 Original-Received: from mail-ey0-f169.google.com ([209.85.215.169]:48118) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q0Nec-0003Wp-O3; Thu, 17 Mar 2011 20:34:58 -0400 Original-Received: by eyh6 with SMTP id 6so887914eyh.0 for ; Thu, 17 Mar 2011 17:34:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=REQrfN4X8iy4b12B4iWfn9rbZ3HRPRbtkMLeBMR9ld0=; b=vmYuYrhZ0x25E7ZnbufKXd+lbjHE2Rwg1DxDA2tYT/yabNe/7/NoAZsSkWitHAs0GI vUcaImnL8qqtI4WfZyi/4izfBYQLQNiZOXJpXJNLhkjC/O0A6Pc8yK97aYGP2JtfOcZb pGo35snAgAPonEdEpLY+kIa8ukV68UbzRnckU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=SeWvo4RYnBxJyaUD/1XFw1NGHBWhWIUL6XYFAaq7JthdsRkb6wsBhgJJVTKuWM1YXq i16IUFANvTlyxMt8Z+qFkwE5yc9LLxjPoiV3AHb2iZ+Ic15/IuLMFCnNLCBKCcO9stea 1kJ3G30CrDHbQC1jDeyQOSJOhQClRRjuSoTR8= Original-Received: by 10.213.16.84 with SMTP id n20mr470049eba.115.1300408496412; Thu, 17 Mar 2011 17:34:56 -0700 (PDT) Original-Received: by 10.213.22.6 with HTTP; Thu, 17 Mar 2011 17:34:36 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.215.169 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:137381 Archived-At: On Mon, Jan 3, 2011 at 5:10 AM, Stefan Monnier wrote: >> I have now added support for Google Desktop Search too (the grepping >> is not added there yet though). It feels snappier, but the timing >> tells me it should be about the same as Windows Desktop Search. Wonder >> if I did something wrong... ;-) > > Clearly, the wrong thing you did is focus on non-Free tools. It now supports DocIndexer, Google Desktop Search and Windows Desktop Search (the latter via a rather general SQL-interface using ruby). 'This is now in the nXhtml repository if someone wants to test. The easiest way to test is just: - Get a checkout of nXhtml - Run autostart.el in the top directory. - Then try the search from the menus: nXhtml / Tools / Indexed Search. DocIndexer is the default search engine unless you are on w32 where Windows Desktop Search is default (since it is there by default). You will need to tell where DocIndexer is, but you will get instructions for that. If you want to change search engine then change the variable idxsearch-engine in idxsearch.el.