diff options
author | Alex Kost <alezost@gmail.com> | 2016-01-07 23:01:26 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2016-01-16 13:02:21 +0300 |
commit | 67cedc4ba69ec90b2d9d94646b861ba6821f342d (patch) | |
tree | a0d542e00e883c106c02e2fe7dfa698e7e5f67a2 /NEWS | |
parent | 56728668485dfcba457e64748ab709eacf39b6ce (diff) | |
download | guix-67cedc4ba69ec90b2d9d94646b861ba6821f342d.tar guix-67cedc4ba69ec90b2d9d94646b861ba6821f342d.tar.gz |
emacs: Add interface for system generations.
* emacs/guix-main.scm (system-generation-boot-parameters)
(system-generation-param-alist, system-generation-sexps): New procedures.
(entries): Add 'system-generation' entry type.
* emacs/guix-messages.el (guix-result-message): Use the same messages
for 'generation' and 'system-generation' entry types.
* emacs/guix-ui-system-generation.el: New file.
* emacs.am (ELFILES): Add it.
* doc/emacs.texi (Emacs Commands): Document new commands.
* NEWS: Mention new interface.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ Please send Guix bug reports to bug-guix@gnu.org. ** Package management +*** Emacs interface for system generations *** Emacs interface for hydra.gnu.org *** Changes in Emacs interface variables In the following names, BUFFER-TYPE means "info" or "list"; |