From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel Subject: Re: add keyword search and display in details for list-packages Date: Mon, 25 Nov 2013 09:20:14 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87fvqk36n5.fsf@flea.lifelogs.com> 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> Reply-To: emacs-devel@gnu.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1385389193 16019 80.91.229.3 (25 Nov 2013 14:19:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Nov 2013 14:19:53 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 25 15:19:59 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 1Vkx13-0006am-1Q for ged-emacs-devel@m.gmane.org; Mon, 25 Nov 2013 15:19:57 +0100 Original-Received: from localhost ([::1]:53052 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vkx12-0004cr-JF for ged-emacs-devel@m.gmane.org; Mon, 25 Nov 2013 09:19:56 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34761) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vkx0j-0004It-9Q for emacs-devel@gnu.org; Mon, 25 Nov 2013 09:19:42 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vkx0e-0005D7-4H for emacs-devel@gnu.org; Mon, 25 Nov 2013 09:19:37 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:47460) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vkx0d-0005Cy-Nc for emacs-devel@gnu.org; Mon, 25 Nov 2013 09:19:32 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Vkx0b-0006Ma-Qm for emacs-devel@gnu.org; Mon, 25 Nov 2013 15:19:29 +0100 Original-Received: from c-98-229-61-72.hsd1.ma.comcast.net ([98.229.61.72]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Nov 2013 15:19:29 +0100 Original-Received: from tzz by c-98-229-61-72.hsd1.ma.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Nov 2013 15:19:29 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 36 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-98-229-61-72.hsd1.ma.comcast.net X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:h61Whbn5wm0AfHxHJ0LfXi8SUOk= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:165697 Archived-At: On Fri, 22 Nov 2013 20:49:39 -0500 Stefan Monnier wrote: >> of `make clean; make; make archive-full' didn't refresh SM> Hmm... elpa/README is outdated: don't "make archive-full". SM> The way to reproduce what happens on elpa.gnu.org is to run SM> "admin/update-archive.sh". IIRC you need to do it like this: SM> git clone .../elpa.git SM> mkdir build SM> cd build SM> ln -s ../elpa/{admin,GNUmakefile} . SM> admin/update-archive.sh I got `staging/packages/archive-contents' with the right contents for a multi-file package (w3) but the single-file package keywords are not getting generated. I spent about 2 hours trying to figure out what's going on, following your instructions (which worked) and debugging things ad-hoc. It seems that the presence of the "PACKAGE-pkg.el" file is causing the keyword evaluation to be skipped as a sort of cache takes over, but I lost track of the indirection layers and couldn't figure it out. If you could commit my patch and test it once, that would be great. I believe it will DTRT even though I couldn't test it thoroughly. Once that's pushed I can proceed with the keyword-related features for package.el. A documented GNU ELPA clean build+stage process would be wonderful; the previously-discussed package signing stage should also be inserted in that flow. Let me know if you want to work on this with me. I'd do it myself but after the 2-hour debugging session I just had, I'm not sure I understand enough of the process to fix it on my own. Some sort of CI tool would make sense, though, that much is clear. Ted