Hello, Emacs-Guix (Emacs interface for GNU Guix) version 0.5 has been
released.  If you are not familiar with it yet, you may start with:
‘guix package -i emacs-guix’ and "M-x guix-help".

There is one big addition and one big "subtraction" in this release:

* Added: Interface for store items

  As you know, "guix gc" has several options that allow you to look at
  live/dead store paths, their references, derivers, etc.  Now
  Emacs-Guix also provides a way to look at these things.  In
  particular, there are the following new commands analogous to the
  according "guix gc" options:

    - guix-store-live-items
    - guix-store-dead-items
    - guix-store-item
    - guix-store-item-referrers
    - guix-store-item-references
    - guix-store-item-requisites
    - guix-store-item-derivers
    - guix-store-failures

  (Note: If your store is big, the first 2 commands may take a very long
  time to run).  As usual, you can press RET in the "Guix Store Items"
  buffer to get more info.  Also "Guix Package Info" buffer will contain
  "Store item" button for the installed packages.

  Many THANKS to Pierre Neidhardt for the idea of this feature and for
  the initial code for it.

* Removed: Interface for Hydra

  Now there are no "M-x guix-hydra-…" commands.  This feature was
  extracted into "emacs-build-farm" package (which can be installed with
  guix).  You may look at the announcement here:

    http://lists.gnu.org/archive/html/guix-devel/2018-08/msg00204.html

-- 
Alex

Reply via email to