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: Mon, 25 Nov 2013 10:20:42 -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> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1385392857 30258 80.91.229.3 (25 Nov 2013 15:20:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Nov 2013 15:20:57 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 25 16:21:02 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 1Vkxy9-0003Ea-Dd for ged-emacs-devel@m.gmane.org; Mon, 25 Nov 2013 16:21:01 +0100 Original-Received: from localhost ([::1]:53297 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vkxy8-0006P7-Vw for ged-emacs-devel@m.gmane.org; Mon, 25 Nov 2013 10:21:00 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47786) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vkxy0-0006Op-0P for emacs-devel@gnu.org; Mon, 25 Nov 2013 10:20:59 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vkxxr-0006UD-Dr for emacs-devel@gnu.org; Mon, 25 Nov 2013 10:20:51 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:21442) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vkxxr-0006U8-74 for emacs-devel@gnu.org; Mon, 25 Nov 2013 10:20:43 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EABK/CFFFxIQK/2dsb2JhbABEvw4Xc4IeAQEEAVYoCws0EhQYDYhCBsEtjWGDKQOIYZwZgV6DFQ X-IPAS-Result: Av4EABK/CFFFxIQK/2dsb2JhbABEvw4Xc4IeAQEEAVYoCws0EhQYDYhCBsEtjWGDKQOIYZwZgV6DFQ X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="40340523" Original-Received: from 69-196-132-10.dsl.teksavvy.com (HELO pastel.home) ([69.196.132.10]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 25 Nov 2013 10:20:42 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 8A4B8603C3; Mon, 25 Nov 2013 10:20:42 -0500 (EST) In-Reply-To: <87fvqk36n5.fsf@flea.lifelogs.com> (Ted Zlatanov's message of "Mon, 25 Nov 2013 09:20:14 -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:165701 Archived-At: > 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. Good start, thanks. > 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. I can take a look. > If you could commit my patch and test it once, that would be great. I must have missed your patch. Can you resend it? Stefan