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: Support auto-updating after performing REPL operation. Date: Wed, 15 Oct 2014 21:33:15 +0200 Message-ID: <87vbnlxh50.fsf@gnu.org> References: <87wq825yuz.fsf@gmail.com> <87a94y4fse.fsf@gnu.org> <87y4shalq0.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]:52377) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XeUK1-00026d-Fj for guix-devel@gnu.org; Wed, 15 Oct 2014 15:33:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XeUJn-0000rI-GX for guix-devel@gnu.org; Wed, 15 Oct 2014 15:33:21 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:60850) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XeUJn-0000r6-9y for guix-devel@gnu.org; Wed, 15 Oct 2014 15:33:07 -0400 In-Reply-To: <87y4shalq0.fsf@gmail.com> (Alex Kost's message of "Wed, 15 Oct 2014 10:30:31 +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: > Ludovic Court=C3=A8s (2014-10-14 23:22 +0400) wrote: > >> Alex Kost skribis: >> >>> The attached patches will add that missing feature: after finishing a >>> REPL operation, a buffer from which this operation was performed will be >>> automatically updated. >> >> It seems the second patch also applies to the *Guix Generation List* >> buffer, right? > > Yes, auto-updating takes effect on any =E2=80=9Cguix list=E2=80=9D or =E2= =80=9Cguix info=E2=80=9D > buffer. So if you execute deleting generations in *Guix Generations > List*, this buffer will be reverted after the operation will be > completed successfully in the REPL. So deleted generations will > "disappear" from the list. Perfect then. :-) Ludo=E2=80=99.