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: add keyword search and display in details for list-packages Date: Thu, 21 Nov 2013 20:23:13 -0500 Message-ID: References: <87wql1w6io.fsf@flea.lifelogs.com> <87r4axu4dm.fsf@flea.lifelogs.com> <87k3gorvs4.fsf@flea.lifelogs.com> <87eh6adbqr.fsf@flea.lifelogs.com> <87a9gyc8pp.fsf_-_@flea.lifelogs.com> <87txf5butd.fsf@flea.lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1385083405 13501 80.91.229.3 (22 Nov 2013 01:23:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 22 Nov 2013 01:23:25 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 22 02:23:30 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VjfSz-00019M-FZ for ged-emacs-devel@m.gmane.org; Fri, 22 Nov 2013 02:23:29 +0100 Original-Received: from localhost ([::1]:36107 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjfSy-00053v-TW for ged-emacs-devel@m.gmane.org; Thu, 21 Nov 2013 20:23:28 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43843) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjfSq-00052p-KX for emacs-devel@gnu.org; Thu, 21 Nov 2013 20:23:26 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VjfSk-0006L3-Pn for emacs-devel@gnu.org; Thu, 21 Nov 2013 20:23:20 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:53588) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjfSk-0006Kz-Lj for emacs-devel@gnu.org; Thu, 21 Nov 2013 20:23:14 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EABK/CFHO+KWN/2dsb2JhbABEvw4Xc4IfAQVWMws0EhQYDYhIwS2NYYMpA4hhjkiNUYFegxU X-IPAS-Result: Av0EABK/CFHO+KWN/2dsb2JhbABEvw4Xc4IfAQVWMws0EhQYDYhIwS2NYYMpA4hhjkiNUYFegxU X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="39295391" Original-Received: from 206-248-165-141.dsl.teksavvy.com (HELO fmsmemgm.homelinux.net) ([206.248.165.141]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 21 Nov 2013 20:23:14 -0500 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id BD9B9AE494; Thu, 21 Nov 2013 20:23:13 -0500 (EST) In-Reply-To: <87txf5butd.fsf@flea.lifelogs.com> (Ted Zlatanov's message of "Thu, 21 Nov 2013 11:09:34 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:165519 Archived-At: SM> Not sure how you plan to do that. > I was thinking of appending "k1,k2,..." to the description. But that means it'll be "out of view" in many/most cases. Not sure it's worth the trouble. > (1) works for me as well. Do you or I need to do work on the backend > tools to make it happen? That's the prerequisite for the other work > listed here, which I can do on my own afterwards. If you can work on the elpa/admin/* scripts to make them DTRT, then I'll take care of installing them in elpa.gnu.org. Stefan