From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Slade Subject: Re: [ANN] Emacs-Guix 0.5.1 Date: Fri, 04 Jan 2019 15:12:29 -0700 Message-ID: <87imz4138y.fsf@jnanam.net> References: <87ftuo80es.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggsout.gnu.org ([209.51.188.92]:51625 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gfXse-0001HG-Ls for help-guix@gnu.org; Fri, 04 Jan 2019 17:23:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gfXhj-0004fj-M2 for help-guix@gnu.org; Fri, 04 Jan 2019 17:12:39 -0500 Received: from mail-io1-xd2e.google.com ([2607:f8b0:4864:20::d2e]:36472) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gfXhi-0004dP-5g for help-guix@gnu.org; Fri, 04 Jan 2019 17:12:34 -0500 Received: by mail-io1-xd2e.google.com with SMTP id m19so30678271ioh.3 for ; Fri, 04 Jan 2019 14:12:33 -0800 (PST) In-reply-to: <87ftuo80es.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@gnu.org I love Emacs-Guix - thank you for this. Relatedly - I'm trying to debug an issue: so on my both pure GuixSD machine and on my Arch machine with standalone Guix binary installer, =3Dguix-all-packages=3D shows me 9213 packages, but on my Void machine with standalone Guix binary installer, the same command only shows me around 900(!) packages. But on the same machine, the expected full range of Guix packages are available in the terminal via =3Dguix package=3D. What could cause Emacs-Guix to only show a subset of packages in this one case? -- Benjamin Slade - https://babbagefiles.xyz `(pgp_fp: ,(21BA 2AE1 28F6 DF36 110A 0E9C A320 BBE8 2B52 EE19)) '(sent by mu4e on Emacs running under GNU/Linux . https://gnu.org ) `(Choose Linux ,(Choose Freedom) . https://linux.com ) On 2018-12-23T13:15:39-0700, Alex Kost wrote: > Hello, Emacs-Guix (Emacs interface for GNU Guix) version 0.5.1 has been > released. If you are not familiar with it yet, you may try it with: > =E2=80=98guix package -i emacs-guix=E2=80=99 and "M-x guix". > Summary of the new features: > * M-x guix > This is the *new* "M-x guix" which is a popup interface for the rest > Emacs-Guix commands. You may find a screenshot of this popup window > at . > The old "M-x guix" (interface for guix shell commands) was renamed to > "M-x guix-command". Also you can reach it from the new "M-x guix" > with "c" key. > * M-x guix-set-emacs-environment > This command sets Emacs environment according to a specified profile. > Note that after calling this command, the whole Emacs will have a new > environment (you may check =E2=80=98process-environment=E2=80=99 varia= ble), so "M-x > shell" or any other process will inherit this environment. > Many thanks to Jan Nieuwenhuizen for inventing and implementing this > command. > * "Total size" messages in "Guix Store Items" buffer > Now, whenever this buffer is displayed (for example, after "M-x > guix-store-dead-items"), a minibuffer message will display total size > of the listed store items. Also you can mark several items (with "m") > and press "z" to get their total size. > Thanks to Pierre Neidhardt for the idea of this feature. > -- > Alex