guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GNU Guixguix source archive branch, master, updated. v0.7-533-g49d758d


From: Alex Kost
Subject: GNU Guixguix source archive branch, master, updated. v0.7-533-g49d758d
Date: Thu, 16 Oct 2014 06:17:41 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "guix source archive".

The branch, master has been updated
       via  49d758d212d78976d6679125fa1731537c768526 (commit)
       via  063b60be7b0de45630095cf22f097eaa1953f863 (commit)
      from  dd7c013d4be0fea8db61c909f5ba6f877c143fd3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 49d758d212d78976d6679125fa1731537c768526
Author: Alex Kost <address@hidden>
Date:   Tue Oct 14 20:43:10 2014 +0400

    emacs: Support auto-updating after performing REPL operation.
    
    * emacs/guix-backend.el (guix-operation-buffer): New variable.
      (guix-eval-in-repl): Use it.  Add optional 'operation-buffer' argument.
    * emacs/guix-base.el (guix-update-after-operation): New variable.
      (guix-switch-to-buffer, guix-list-or-info-buffer-p, guix-buffers,
      guix-update-buffers-maybe): New procedures.
      (guix-set-buffer): Use 'guix-switch-to-buffer'.  Add optional 'no-display'
      argument.
      (guix-process-package-actions, guix-delete-generations,
      guix-switch-to-generation): Add optional 'operation-buffer' argument.
    * emacs/guix-info.el (guix-package-info-insert-action-button,
      guix-generation-info-insert-number, guix-generation-info-insert-current):
      Adjust for using operation buffer.
    * emacs/guix-list.el (guix-list-execute-package-actions,
      guix-generation-list-switch, guix-generation-list-execute): Likewise.

commit 063b60be7b0de45630095cf22f097eaa1953f863
Author: Alex Kost <address@hidden>
Date:   Mon Oct 13 21:49:31 2014 +0400

    emacs: Add hooks for REPL operations.
    
    * emacs/guix-backend.el (guix-before-repl-operation-hook,
      guix-after-repl-operation-hook, guix-repl-operation-p): New variables.
      (guix-repl-operation-success-message, guix-repl-output-filter): New
      procedures.
      (guix-start-repl): Adjust for using 'guix-repl-output-filter'.
      (guix-eval-in-repl): Honor 'guix-before-repl-operation-hook'.

-----------------------------------------------------------------------

Summary of changes:
 emacs/guix-backend.el |   58 +++++++++++++++++++++++++++------
 emacs/guix-base.el    |   83 +++++++++++++++++++++++++++++++++++++++++--------
 emacs/guix-info.el    |   12 ++++---
 emacs/guix-list.el    |    6 ++--
 4 files changed, 127 insertions(+), 32 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

[Prev in Thread] Current Thread [Next in Thread]