From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCH] emacs: Support auto-updating after performing REPL operation. Date: Wed, 15 Oct 2014 10:30:31 +0400 Message-ID: <87y4shalq0.fsf@gmail.com> References: <87wq825yuz.fsf@gmail.com> <87a94y4fse.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]:50888) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XeI6l-0006gS-U6 for guix-devel@gnu.org; Wed, 15 Oct 2014 02:31:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XeI6c-0000oC-Sb for guix-devel@gnu.org; Wed, 15 Oct 2014 02:30:51 -0400 In-Reply-To: <87a94y4fse.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Tue, 14 Oct 2014 21:22:57 +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 (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.