From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Indexed search with grep-like output Date: Fri, 18 Mar 2011 13:45:09 -0400 Message-ID: References: <831v4wpcue.fsf@gnu.org> <83wrmone2h.fsf@gnu.org> <87vczgshc9.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1300470656 8983 80.91.229.12 (18 Mar 2011 17:50:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 18 Mar 2011 17:50:56 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ted Zlatanov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 18 18:50:49 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 1Q0dou-0004bu-QV for ged-emacs-devel@m.gmane.org; Fri, 18 Mar 2011 18:50:47 +0100 Original-Received: from localhost ([127.0.0.1]:54966 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q0doP-0001XM-PB for ged-emacs-devel@m.gmane.org; Fri, 18 Mar 2011 13:50:09 -0400 Original-Received: from [140.186.70.92] (port=44717 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q0doC-00088I-Tf for emacs-devel@gnu.org; Fri, 18 Mar 2011 13:49:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q0dja-0001s0-MJ for emacs-devel@gnu.org; Fri, 18 Mar 2011 13:45:11 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:41538) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q0dja-0001rt-Ij for emacs-devel@gnu.org; Fri, 18 Mar 2011 13:45:10 -0400 Original-Received: from faina.iro.umontreal.ca (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id p2IHkE7b003249; Fri, 18 Mar 2011 13:46:14 -0400 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id D2EBA1302AB; Fri, 18 Mar 2011 13:45:09 -0400 (EDT) In-Reply-To: <87vczgshc9.fsf@lifelogs.com> (Ted Zlatanov's message of "Fri, 18 Mar 2011 08:12:22 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3800=0 X-NAI-Spam-Version: 2.2.0.9286 : core <3800> : streams <609952> : uri <830167> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 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:137405 Archived-At: LB> Remember that nXhtml also includes a kind of packaging system. It can LB> download packages automatically as you need them. That allows for easy LB> integration, i.e. you can have things in menus without having them LB> installed. A not yet downloaded function can be called etc. Doesn't seem relevant: I only talked about idxsearch. Stefan