From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 5/5] emacs: Add 'guix-pull' command. Date: Sun, 26 Oct 2014 19:41:46 +0100 Message-ID: <877fzmlllh.fsf@gnu.org> References: <87mw8p47ho.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]:53435) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiUqQ-0001CK-C7 for guix-devel@gnu.org; Sun, 26 Oct 2014 16:55:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XiUqH-0003OU-Cv for guix-devel@gnu.org; Sun, 26 Oct 2014 16:55:22 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:41692) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiUqH-0003OL-5i for guix-devel@gnu.org; Sun, 26 Oct 2014 16:55:13 -0400 In-Reply-To: <87mw8p47ho.fsf@gmail.com> (Alex Kost's message of "Tue, 21 Oct 2014 22:12:35 +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: > 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): N= ew > 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. Thanks! Ludo=E2=80=99.