From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Pimentel Subject: Re: [ANN] Emacs-Guix 0.3.4 Date: Thu, 28 Dec 2017 17:32:09 -0300 Message-ID: References: <878tdm38qu.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56714) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eUeqg-0004FU-2O for help-guix@gnu.org; Thu, 28 Dec 2017 15:32:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eUeqe-0000cb-St for help-guix@gnu.org; Thu, 28 Dec 2017 15:32:18 -0500 In-Reply-To: <878tdm38qu.fsf@gmail.com> 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 , help-guix@gnu.org Congratulation Alex and Guix team:) Happy guix year, --- Daniel Pimentel (d4n1) On 2017-12-28 17:20, Alex Kost wrote: > Hello, Emacs-Guix (Emacs interface for GNU Guix) version 0.3.4 has been > released. It may be installed with "guix package -i emacs-guix". > > The main new features are: > > 1. "M-x guix-hash": it prompts for a file, calculates its hash and puts > it into kill-ring (i.e., you can insert it with "C-y"). If it is > called on a directory, it ignores VCS files (like "guix hash > --recursive --exclude-vcs"). Also it supports dired-mode. Thanks > to > ng0 for the idea of this command! > > 2. "M-x guix-derivation-mode": this major mode makes Guix derivations > more human readable by indenting them and by making buttons from the > store file names. It is enabled automatically in "/gnu/store/….drv" > files. Many thanks to Oleg Pykhalov for inventing and implementing > this feature! > > 3. As you probably know there are many single-line Guile files in the > store, for example: > > /gnu/store/…-shepherd.conf > /gnu/store/…-activate-service > /var/guix/profiles/system/boot > > Similarly to the derivation files, the above files are not human > readable as they are one-liners. Now (I mean with Emacs-Guix > 0.3.4), > whenever you open such a file, it will be re-indented (its buffer, > not the file itself!) and scheme-mode will be enabled there. > > 4. "M-x guix-superseded-packages": well, it just displays a list of > superseded packages. > > Happy Guix Year :-)