From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [ANN] Emacs-Guix 0.5 Date: Thu, 13 Sep 2018 10:58:51 +0200 Message-ID: <87efdxpyd0.fsf@gnu.org> References: <87sh2h49p0.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47289) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g0NSm-0008V9-L7 for help-guix@gnu.org; Thu, 13 Sep 2018 04:59:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g0NSh-0007te-Io for help-guix@gnu.org; Thu, 13 Sep 2018 04:59:00 -0400 In-Reply-To: <87sh2h49p0.fsf@gmail.com> (Alex Kost's message of "Mon, 10 Sep 2018 19:08:11 +0300") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Alex Kost Cc: help-guix@gnu.org Hello, Alex Kost skribis: > 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: > =E2=80=98guix package -i emacs-guix=E2=80=99 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 Very nice additions, as usual. Thank you! Ludo=E2=80=99.