From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCH 5/5] emacs: Add 'guix-pull' command. Date: Mon, 27 Oct 2014 10:40:26 +0300 Message-ID: <87h9yqyn85.fsf@gmail.com> References: <87mw8p47ho.fsf@gmail.com> <877fzmlllh.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]:39785) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xieus-0001R7-Oy for guix-devel@gnu.org; Mon, 27 Oct 2014 03:40:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xieuj-0008VE-Iw for guix-devel@gnu.org; Mon, 27 Oct 2014 03:40:38 -0400 In-Reply-To: <877fzmlllh.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sun, 26 Oct 2014 19:41:46 +0100") 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 (2014-10-26 21:41 +0300) wrote: > Alex Kost skribis: > >> From c117fe99830323409c0563204d45ceb0f53e1e75 Mon Sep 17 00:00:00 2001 >> From: Alex Kost >> Date: Tue, 21 Oct 2014 11:48:28 +0400 >> Subject: [PATCH 5/5] emacs: Add 'guix-pull' command. >> >> * emacs/guix-base.el (guix-pull): New command. >> (guix-update-after-pull, guix-after-pull-hook): New variables. >> (guix-restart-repl-after-pull, guix-update-buffers-maybe-after-pull): = New >> procedures. >> * emacs/guix-main.scm: Use (guix scripts pull) module. >> * doc/emacs.texi (Emacs Commands): Document 'guix-pull' command. > > Nice, looks good! > >> +Also you can invoke @command{guix pull} command (@pxref{Invoking guix > > =E2=80=9CYou can also invoke the...=E2=80=9D > >> +After @command{guix pull} will be successfully performed, the Guix REPL >> +will be restared, so you can continue using Emacs interface with an >> +updated Guix. > > What about this? > > Once @command{guix pull} has succeeded, the Guix REPL is restarted. > This allows you to keep using the Emacs interface with the updated > Guix. Absolutely! I'll fix it, thanks!