From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 2/2] emacs: Add 'guix-apply-manifest'. Date: Fri, 29 May 2015 22:22:47 +0200 Message-ID: <87twuvb0bs.fsf@gnu.org> References: <87h9qxvret.fsf@gmail.com> <87bnh3eh3c.fsf@gnu.org> <87k2vr6y42.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]:53278) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YyQnv-0007fB-PL for guix-devel@gnu.org; Fri, 29 May 2015 16:22:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YyQnq-0003sO-Qo for guix-devel@gnu.org; Fri, 29 May 2015 16:22:55 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:53771) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YyQnq-0003sK-NT for guix-devel@gnu.org; Fri, 29 May 2015 16:22:50 -0400 In-Reply-To: (David Thompson's message of "Fri, 29 May 2015 14:59:11 -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: "Thompson, David" Cc: guix-devel , Alex Kost "Thompson, David" skribis: > On Fri, May 29, 2015 at 2:24 PM, Alex Kost wrote: >> Ludovic Court=C3=A8s (2015-05-29 14:52 +0300) wrote: >> >>> Alex Kost skribis: >>> >>>> 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. > > I've been wishing for that more and more lately, so that I could spawn > Guile REPLs with Geiser that are using the correct environment. Chop > chop! ;) Oh that=E2=80=99s right! I often find myself doing M-x compile cd /foobar ; guix environment foobar -E 'some long command' and that=E2=80=99s not as convenient as it could be. Wishfully, Ludo=E2=80=99. :-)