From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: [ANN] Emacs-Guix 0.3.3 Date: Sat, 02 Sep 2017 22:50:32 +0300 Message-ID: <87efroubg7.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36465) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1doER8-0004uG-Jj for help-guix@gnu.org; Sat, 02 Sep 2017 15:50:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1doER4-0001Ot-63 for help-guix@gnu.org; Sat, 02 Sep 2017 15:50:34 -0400 Received: from mail-lf0-x231.google.com ([2a00:1450:4010:c07::231]:38254) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1doER3-0001Lo-UN for help-guix@gnu.org; Sat, 02 Sep 2017 15:50:30 -0400 Received: by mail-lf0-x231.google.com with SMTP id d202so9654338lfd.5 for ; Sat, 02 Sep 2017 12:50:28 -0700 (PDT) Received: from leviafan ([217.107.194.134]) by smtp.gmail.com with ESMTPSA id p80sm502840lje.21.2017.09.02.12.50.26 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 02 Sep 2017 12:50:26 -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, I have released Emacs-Guix (Emacs interface for GNU Guix) version 0.3.3, and updated 'emacs-guix' Guix package. This release provides some small bug fixes and tweaks to keep it in-sync with the current Guix code-base. Also, it provides 2 new features: 1. A way to look at "search paths" environment variables: In "M-x guix-profiles" you can press "E" key to see the analog of: guix package --search-paths=... --profile=... (You can mark several profiles with "m" key before pressing "E" to see the combined search paths). Analogously, you can press "E" in a list of generations (for example, in "M-x guix-generations"). 2. The new "info" interface for profiles: Press "RET" (or "i") in the list of profiles to see it. Nothing fancy there; similarly to "Generation Info", it is just an alternative way to look at available functionality for profiles. -- Alex