[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/5] emacs: Introduce REPL operation type.
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH 2/5] emacs: Introduce REPL operation type. |
Date: |
Sun, 26 Oct 2014 19:37:14 +0100 |
User-agent: |
Gnus/5.130011 (Ma Gnus v0.11) Emacs/24.3 (gnu/linux) |
Alex Kost <address@hidden> skribis:
> This is an auxiliary commit for a “pull” operation added in a later patch.
>
>
> From ef04333314fbe738d18d33b23a67dc47c8e75dbb Mon Sep 17 00:00:00 2001
> From: Alex Kost <address@hidden>
> 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’.