From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 1/2] emacs: main: Remove top-level package tables. Date: Sun, 08 May 2016 18:54:28 +0200 Message-ID: <87wpn44hiz.fsf@gnu.org> References: <1462704662-18972-1-git-send-email-alezost@gmail.com> <1462704662-18972-2-git-send-email-alezost@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49785) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1azRyY-0006Et-Ly for guix-devel@gnu.org; Sun, 08 May 2016 12:54:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1azRyS-0000ob-Fj for guix-devel@gnu.org; Sun, 08 May 2016 12:54:37 -0400 In-Reply-To: <1462704662-18972-2-git-send-email-alezost@gmail.com> (Alex Kost's message of "Sun, 8 May 2016 13:51:01 +0300") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Alex Kost Cc: guix-devel@gnu.org Alex Kost skribis: > * emacs/guix-main.scm (%package-vhash, package-vhash, %package-table) > (package-table, name+version->key, key->name+version): Remove. > (package-by-address, packages-by-name+version): Adjust by using delayed > local package tables. LGTM, thanks. :-) Ludo=E2=80=99.