From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: [ANN] Emacs-Guix 0.4.1 Date: Tue, 26 Jun 2018 19:25:27 +0300 Message-ID: <8736x9h5vs.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]:44192) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fXqma-0005nP-Bf for help-guix@gnu.org; Tue, 26 Jun 2018 12:25:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fXqmX-0007xs-1y for help-guix@gnu.org; Tue, 26 Jun 2018 12:25:32 -0400 Received: from mail-lj1-x22d.google.com ([2a00:1450:4864:20::22d]:46004) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fXqmW-0007xM-O5 for help-guix@gnu.org; Tue, 26 Jun 2018 12:25:28 -0400 Received: by mail-lj1-x22d.google.com with SMTP id g3-v6so9272477ljk.12 for ; Tue, 26 Jun 2018 09:25:28 -0700 (PDT) Received: from leviafan ([217.107.194.2]) by smtp.gmail.com with ESMTPSA id v2-v6sm408045lfe.63.2018.06.26.09.25.25 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 26 Jun 2018 09:25: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, Emacs-Guix (Emacs interface for GNU Guix) version 0.4.1 has been released. If you are not familiar with it, you may start with: =E2=80=98guix package -i emacs-guix=E2=80=99 and "M-x guix-about". The main purpose of this release is to support the recent changes in "guix pull" (i.e., using "~/.config/guix/current" instead of "~/.config/guix/latest"). However, there is one new feature: - M-x guix-system-from-file This command allows you to look at 'operating-system' declaration from a .scm file (the one that you use for "guix system =E2=80=A6" commands). = It doesn't show much, but maybe you'll find something interesting there. - Also "M-x guix-profiles" displays "~/.config/guix/current" profile now (if you have it), so you can look at its generations (with "G" key), roll back, etc. --=20 Alex