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-593-g2d7bf94


From: Alex Kost
Subject: GNU Guixguix source archive branch, master, updated. v0.7-593-g2d7bf94
Date: Mon, 27 Oct 2014 18:55:36 +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  2d7bf949277a0889ced8aa486c4ef16cb7cf6b1a (commit)
       via  17b50485a62d2120c27783e00a0a8dddd2d3db1f (commit)
       via  f209da9f9422a2efa540d71601dd4269ef837480 (commit)
       via  ce2e4e393849499ecf4c51c78b41a6eed9ff8656 (commit)
       via  d2b299a91f3be283df1264afe62770ab2783ace9 (commit)
      from  8a96bd4bb0f0b67f535ab84d22d1275436fa0b8e (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 2d7bf949277a0889ced8aa486c4ef16cb7cf6b1a
Author: Alex Kost <address@hidden>
Date:   Tue Oct 21 11:48:28 2014 +0400

    emacs: Add 'guix-pull' command.
    
    * emacs/guix-base.el (guix-pull): New command.
      (guix-update-after-pull, guix-after-pull-hook): New variables.
      (guix-restart-repl-after-pull, guix-update-buffers-maybe-after-pull): New
      procedures.
    * emacs/guix-main.scm: Use (guix scripts pull) module.
    * doc/emacs.texi (Emacs Commands): Document 'guix-pull' command.

commit 17b50485a62d2120c27783e00a0a8dddd2d3db1f
Author: Alex Kost <address@hidden>
Date:   Mon Oct 20 23:23:32 2014 +0400

    emacs: Improve REPL procedures.
    
    * emacs/guix-backend.el (guix-start-process-maybe): Add 'start-msg' and
      'end-msg' optional arguments.
      (guix-start-repl-maybe): Likewise.  Do not kill buffer with a dead 
process.
      (guix-repl-exit): New procedure.
      (guix-eval-in-repl): Use 'geiser-repl--send'.

commit f209da9f9422a2efa540d71601dd4269ef837480
Author: Alex Kost <address@hidden>
Date:   Mon Oct 20 21:43:33 2014 +0400

    emacs: Improve buffer procedures.
    
    * emacs/guix-base.el (guix-list-or-info-buffer-p): Delete.  Replace with...
      (guix-buffer-p): ... this.  New procedure.
      (guix-buffers): Use it.  Add 'modes' argument.
      (guix-update-buffer): New procedure.
      (guix-update-buffers-maybe): Rename to ...
      (guix-update-buffers-maybe-after-operation): this.  Use
      'guix-update-buffer'.

commit ce2e4e393849499ecf4c51c78b41a6eed9ff8656
Author: Alex Kost <address@hidden>
Date:   Mon Oct 20 23:18:13 2014 +0400

    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.

commit d2b299a91f3be283df1264afe62770ab2783ace9
Author: Alex Kost <address@hidden>
Date:   Mon Oct 20 16:07:38 2014 +0400

    emacs: Handle updating by ID after REPL restart.
    
    * emacs/guix-base.el (guix-entry-to-specification,
      guix-entries-to-specifications): New procedures.
      (guix-revert-buffer): Search by name if searching by ID gives no results.

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

Summary of changes:
 doc/emacs.texi        |   11 ++++
 emacs/guix-backend.el |   72 +++++++++++++++++++++-------
 emacs/guix-base.el    |  128 +++++++++++++++++++++++++++++++++++++++----------
 emacs/guix-main.scm   |    5 +--
 4 files changed, 169 insertions(+), 47 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

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