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/5] emacs: Introduce REPL operation type. Date: Sun, 26 Oct 2014 19:37:14 +0100 Message-ID: <87ppdellt1.fsf@gnu.org> References: <87r3y147ia.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]:53381) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiUqH-0001AC-0o for guix-devel@gnu.org; Sun, 26 Oct 2014 16:55:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XiUq7-0003E2-WB for guix-devel@gnu.org; Sun, 26 Oct 2014 16:55:12 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:41680) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiUq7-0003De-PP for guix-devel@gnu.org; Sun, 26 Oct 2014 16:55:03 -0400 In-Reply-To: <87r3y147ia.fsf@gmail.com> (Alex Kost's message of "Tue, 21 Oct 2014 22:12:13 +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: > This is an auxiliary commit for a =E2=80=9Cpull=E2=80=9D operation added = in a later patch. > > > From ef04333314fbe738d18d33b23a67dc47c8e75dbb Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Mon, 20 Oct 2014 23:18:13 +0400 > Subject: [PATCH 2/5] emacs: Introduce REPL operation type. > > * emacs/guix-backend.el (guix-repl-operation-type): New variable. > (guix-repl-output-filter): Run type hooks after performing an operation. > (guix-eval-read): Add 'operation-type' argument. [...] > +(defvar guix-repl-operation-type nil > + "Type of the current operation performed by `guix-eval-in-repl'.") Could you write something about the valid values it may take and their meaning? Otherwise LGTM. Ludo=E2=80=99.