From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCH 2/2] emacs: Add 'guix-apply-manifest'. Date: Fri, 29 May 2015 21:24:13 +0300 Message-ID: <87k2vr6y42.fsf@gmail.com> References: <87h9qxvret.fsf@gmail.com> <87bnh3eh3c.fsf@gnu.org> 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]:50094) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YyOxD-00069S-IB for guix-devel@gnu.org; Fri, 29 May 2015 14:24:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YyOx9-0005Cq-Hb for guix-devel@gnu.org; Fri, 29 May 2015 14:24:23 -0400 In-Reply-To: <87bnh3eh3c.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Fri, 29 May 2015 13:52:23 +0200") 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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Ludovic Court=C3=A8s (2015-05-29 14:52 +0300) wrote: > Alex Kost skribis: > >> With this patch, it will be possible to use "M" key in any *Guix =E2=80= =A6* >> buffer to apply a manifest from file. > > Excellent! > >> Many thanks to David for a great "--manifest" feature and for the idea >> of this patch (I read the #guix log :-) ). > > Ah ah, we only need to mention our wishes for the Emacs UI, and the next > day a patch comes in. This is ideal! :-) Not really :-) I remember about a wish of integrating "guix.el" with "guix environment" but it's still just a wish. >> From d6822d5e0b982afb46aadb7d3b83e3453fd37c98 Mon Sep 17 00:00:00 2001 >> From: Alex Kost >> Date: Wed, 27 May 2015 20:33:42 +0300 >> Subject: [PATCH 2/2] emacs: Add 'guix-apply-manifest'. >> >> * emacs/guix-base.el (guix-apply-manifest): New command. >> Bind it to "M" key. >> * doc/emacs.texi (Emacs General info): Document it. > > OK! Thanks for reviewing the patches! --=20 Alex