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: Tue, 26 Nov 2013 20:58:47 -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> <87y54g8o63.fsf@flea.lifelogs.com> <87fvqk36n5.fsf@flea.lifelogs.com> <87li0c1nyk.fsf@flea.lifelogs.com> <87li0bys8v.fsf@flea.lifelogs.com> <87a9grylvb.fsf@flea.lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1385517540 26907 80.91.229.3 (27 Nov 2013 01:59:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 27 Nov 2013 01:59:00 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 27 02:59:06 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 1VlUPB-0003c6-V2 for ged-emacs-devel@m.gmane.org; Wed, 27 Nov 2013 02:59:06 +0100 Original-Received: from localhost ([::1]:33475 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlUPB-00069B-H5 for ged-emacs-devel@m.gmane.org; Tue, 26 Nov 2013 20:59:05 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50107) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlUP3-0005yB-Ka for emacs-devel@gnu.org; Tue, 26 Nov 2013 20:59:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VlUOv-0007JU-Lk for emacs-devel@gnu.org; Tue, 26 Nov 2013 20:58:57 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:53696) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlUOv-0007JF-Ht for emacs-devel@gnu.org; Tue, 26 Nov 2013 20:58:49 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EABK/CFHO+KEh/2dsb2JhbABEvw4Xc4IeAQEEAVYoCws0EhQYDYhCBrEfkA6NYYMpA4hhjkiNUYFegxU X-IPAS-Result: Av4EABK/CFHO+KEh/2dsb2JhbABEvw4Xc4IeAQEEAVYoCws0EhQYDYhCBrEfkA6NYYMpA4hhjkiNUYFegxU X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="40481185" Original-Received: from 206-248-161-33.dsl.teksavvy.com (HELO pastel.home) ([206.248.161.33]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 26 Nov 2013 20:58:48 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id EE13E606E1; Tue, 26 Nov 2013 20:58:47 -0500 (EST) In-Reply-To: <87a9grylvb.fsf@flea.lifelogs.com> (Ted Zlatanov's message of "Tue, 26 Nov 2013 15:00:08 -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:165796 Archived-At: > Understood, sorry. Let me know when I can proceed with the package.el > changes that use the keywords. I just installed your new archive-contents.el into elpa.gnu.org (tho I had to tweak it because the Emacs used there is Emacs-24.3 which doesn't have the `trim' argument of `split-string'). > (If there's a good way to enter ChangeLog editing mode in a VC commit > message, let me know. There isn't so far. And it's not quite the same (e.g. we don't need/want the " " lines, nor the leading TAB chars of indentation). > Basically something like `C-x 4 a' but into the commit message.) I have some tentative hacks to make `C-x 4 a' work with the *VC-Log* buffer, but it rather sucks so far. Stefan