[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] emacs: Support auto-updating after performing REPL operation.
From: |
Alex Kost |
Subject: |
[PATCH] emacs: Support auto-updating after performing REPL operation. |
Date: |
Tue, 14 Oct 2014 21:45:40 +0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
Hello.
Currently when a user performs some REPL operation using Emacs UI –
e.g. installs a package from *Guix Package Info* buffer, information in
that buffer stays the same, and he needs to press "g" there to revert
the buffer.
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. This auto-updating may be disabled with:
(setq guix-update-after-operation nil)
0001-emacs-Add-hooks-for-REPL-operations.patch
Description: Text Data
0002-emacs-Support-auto-updating-after-performing-REPL-op.patch
Description: Text Data
- [PATCH] emacs: Support auto-updating after performing REPL operation.,
Alex Kost <=