From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: [ANN] Emacs-Guix 0.3 Date: Mon, 27 Feb 2017 18:28:16 +0300 Message-ID: <87zih7vejz.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54497) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ciNDo-0001G2-Lq for help-guix@gnu.org; Mon, 27 Feb 2017 10:28:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ciNDl-0002Ml-JD for help-guix@gnu.org; Mon, 27 Feb 2017 10:28:20 -0500 Received: from mail-lf0-x243.google.com ([2a00:1450:4010:c07::243]:35335) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ciNDl-0002MR-CQ for help-guix@gnu.org; Mon, 27 Feb 2017 10:28:17 -0500 Received: by mail-lf0-x243.google.com with SMTP id z127so6451720lfa.2 for ; Mon, 27 Feb 2017 07:28:17 -0800 (PST) Received: from leviafan ([217.107.194.129]) by smtp.gmail.com with ESMTPSA id f9sm10643336ljb.20.2017.02.27.07.28.15 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 27 Feb 2017 07:28:15 -0800 (PST) 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: help-guix@gnu.org Hello, I have updated 'emacs-guix' package to 0.3 (and guix development snapshot package as well btw). For those, who don't know, Emacs-Guix is an Emacs interface for GNU Guix: . Here is a summary of changes (comparing to 0.2.2): 1. Alternative ways to show a package *graph*, *size*, and to *lint* a package. Previously, it could be done only through "M-x guix"; now there are 3 additional ways to do it: - New "G"/"z"/"L" key bindings in "Packages" buffer; - New "Graph"/"Size"/"Lint" buttons in "Package Info" buffer; - New commands: M-x guix-package-graph M-x guix-package-size M-x guix-lint 2. New command that allows you to look at the packages from your system config file: "M-x guix-packages-from-system-config-file" I mean you can call this command, specify "config.scm" with 'operating-system' declaration, and it shows what packages this os contains. 3. A couple of auxiliary commands: "M-x guix-switch-to-buffer": analog of "M-x switch-to-buffer" but it completes only *Guix ...* buffers. "M-x guix-extended-command": analog of "execute-extended-command" (bound to "M-x") but it completes only Emacs-Guix commands. 4. Shell completions now use Guix REPL which is faster then calling 'guix' shell commands (as it was before). This was suggested by Ludovic a long time ago: http://lists.gnu.org/archive/html/guix-devel/2015-06/msg00088.html -- Alex