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 11:55:54 +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 1300445791 19497 80.91.229.12 (18 Mar 2011 10:56:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 18 Mar 2011 10:56:31 +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 11:56:27 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 1Q0XM2-0007Fx-8d for ged-emacs-devel@m.gmane.org; Fri, 18 Mar 2011 11:56:26 +0100 Original-Received: from localhost ([127.0.0.1]:35291 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q0XM1-00013d-N5 for ged-emacs-devel@m.gmane.org; Fri, 18 Mar 2011 06:56:25 -0400 Original-Received: from [140.186.70.92] (port=59701 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q0XLu-000138-Al for emacs-devel@gnu.org; Fri, 18 Mar 2011 06:56:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q0XLt-0001Wd-27 for emacs-devel@gnu.org; Fri, 18 Mar 2011 06:56:18 -0400 Original-Received: from mail-ew0-f41.google.com ([209.85.215.41]:32776) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q0XLr-0001Vz-2c; Fri, 18 Mar 2011 06:56:15 -0400 Original-Received: by ewy9 with SMTP id 9so960493ewy.0 for ; Fri, 18 Mar 2011 03:56:14 -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=osgVCkdLHIRT3/RfdiA7H1I0RkXdgVz1y7yeyCGZVPw=; b=q9hxF9vL553DZKgZS9sVeE1XisBTqhP4nDbvA0awUOp2IKSDdQs97ewJSqaMqnWo/8 qjNCV7EayOROcojSkvm3O2eQlniso6sy/w7VDA4ScpihSA9mxM1hxRA8xvh26tvZF95w TmcWH4Gn+00oMwVqg6UMEqVVuvr2hqQBuhRoA= 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=OqvMuzbcnl46IoEou8ULuL1ii5UD4Qw7LKIt20Srq/dTEYPf8f01/L1hi7vzjJAwYX tv2panDROlhjppL0NcKzWEQ63jq02itbrV+nVylLG0UUz4GYDc52e2zCHOGx1x0xYzyQ g3CuNJf84UShBBzsa0hwKi+cLnwG7s7qmR7Lo= Original-Received: by 10.213.13.194 with SMTP id d2mr573604eba.96.1300445774120; Fri, 18 Mar 2011 03:56:14 -0700 (PDT) Original-Received: by 10.213.22.6 with HTTP; Fri, 18 Mar 2011 03:55:54 -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.41 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:137396 Archived-At: On Fri, Mar 18, 2011 at 3:32 AM, Stefan Monnier wrote: >>> 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). > > I recommend you submit it for inclusion in elpa.gnu.org. I have not yet found out how to handle that. Remember that nXhtml also includes a kind of packaging system. It can download packages automatically as you need them. That allows for easy integration, i.e. you can have things in menus without having them installed. A not yet downloaded function can be called etc. Since elpa can't do that yet I am not sure what to do.