From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] emacs: Add support for deleting generations. Date: Mon, 06 Oct 2014 09:36:21 +0200 Message-ID: <8738b11wga.fsf@gnu.org> References: <87k3719v7p.fsf@gmail.com> <87sil2rbly.fsf@gnu.org> <87tx5idn7f.fsf_-_@gmail.com> <87egwlkcy1.fsf@gnu.org> <87ppg5el2i.fsf@gmail.com> <87d2c5h4if.fsf@gnu.org> <87lhqsev1d.fsf@gmail.com> <877g2c74xh.fsf@gnu.org> <87ha1gds3w.fsf@gmail.com> <8761hsmxkl.fsf@gnu.org> <87zjf4d1mh.fsf@gmail.com> <87mwb0b3fq.fsf@gnu.org> <87ha17ctyv.fsf_-_@gmail.com> <87ppfs6gxk.fsf@gnu.org> <87wq8fk979.fsf_-_@gmail.com> <87eguninyx.fsf@gnu.org> <87k34ekic2.fsf_-_@gmail.com> <874mviek0l.fsf@gnu.org> <87fvf2jrzc.fsf@gmail.com> <87r3ymcohx.fsf@gnu.org> <87bnpqjnbc.fsf@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]:57390) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xb2qI-00049S-6x for guix-devel@gnu.org; Mon, 06 Oct 2014 03:36:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xb2q9-0008GU-6N for guix-devel@gnu.org; Mon, 06 Oct 2014 03:36:26 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:48558) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xb2q8-0008G8-Va for guix-devel@gnu.org; Mon, 06 Oct 2014 03:36:17 -0400 In-Reply-To: <87bnpqjnbc.fsf@gmail.com> (Alex Kost's message of "Mon, 06 Oct 2014 00:04:07 +0400") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Alex Kost Cc: guix-devel@gnu.org Alex Kost skribis: > Pushed, thanks. Here is another patch for fixing =E2=80=98process-packag= e-actions=E2=80=99. > > > From 6ef2a8b88007840ffa6648563356021770bbb6e6 Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Sun, 5 Oct 2014 23:52:52 +0400 > Subject: [PATCH] emacs: Use 'with-store' in 'process-package-actions'. > > * emacs/guix-main.scm (process-package-actions): Use 'with-store'. LGTM! Ludo=E2=80=99.