From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: [ANN] Emacs-Guix 0.3.1 Date: Fri, 05 May 2017 22:00:42 +0300 Message-ID: <87a86rp1r9.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33822) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d6iTA-0002Zr-Dw for help-guix@gnu.org; Fri, 05 May 2017 15:00:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d6iT7-0001Uu-DE for help-guix@gnu.org; Fri, 05 May 2017 15:00:48 -0400 Received: from mail-lf0-x233.google.com ([2a00:1450:4010:c07::233]:36751) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d6iT7-0001Ua-6L for help-guix@gnu.org; Fri, 05 May 2017 15:00:45 -0400 Received: by mail-lf0-x233.google.com with SMTP id h4so8313679lfj.3 for ; Fri, 05 May 2017 12:00:44 -0700 (PDT) Received: from leviafan ([217.107.194.130]) by smtp.gmail.com with ESMTPSA id d190sm1183723lfd.23.2017.05.05.12.00.42 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 05 May 2017 12:00:42 -0700 (PDT) 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, Emacs-Guix (Emacs interface for GNU Guix) has been updated to version 0.3.1. It can be installed with: guix package -i emacs-guix This release was done mostly to be consistent with some recent changes in Guix (introduced since Guix 0.12.0 release), i.e. to keep "M-x guix" keys up-to-date and to add some 'guix' completions for "M-x shell". There are only 2 new commands: 1. "M-x guix-info": it opens Emacs-Guix info manual (with C-u, it opens the Guix manual). Thanks to George Clemmer (aka myglc2) for suggesting this command. 2. "M-x guix-services-from-system-config-file": well, this command is rather useless at the current state, as it just shows a list of services (for a specified "config.scm") and nothing more. BTW, if you don't like to read "info", Emacs-Guix manual is available online now: https://alezost.github.io/guix.el/manual/latest/html_node/index.html Many thanks to George for the huge help with this task! -- Alex