From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: Guix and Emacs Integration for Polyglot Development Date: Sat, 27 Oct 2018 17:42:14 +0300 Message-ID: <87bm7f4fjt.fsf@gmail.com> References: <87wos9rp5y.fsf@gnu.org> <87wos5cma6.fsf@gnu.org> <87tvn9s14w.fsf@gnu.org> <87k1o5b05d.fsf@gnu.org> <875zz9gm8w.fsf@gnu.org> <875zz7epb6.fsf@gmail.com> <87ftwsprke.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47236) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gGPn9-00066S-Ov for help-guix@gnu.org; Sat, 27 Oct 2018 10:42:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gGPn4-0001do-H1 for help-guix@gnu.org; Sat, 27 Oct 2018 10:42:19 -0400 Received: from mail-wr1-x42c.google.com ([2a00:1450:4864:20::42c]:42192) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gGPn4-0001d5-9H for help-guix@gnu.org; Sat, 27 Oct 2018 10:42:14 -0400 Received: by mail-wr1-x42c.google.com with SMTP id y15-v6so4085822wru.9 for ; Sat, 27 Oct 2018 07:42:14 -0700 (PDT) In-Reply-To: (George Clemmer's message of "Fri, 26 Oct 2018 16:56:17 -0400") 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: George Clemmer Cc: help-guix@gnu.org George Clemmer (2018-10-26 16:56 -0400) wrote: >> Alex Kost writes: >> >>> Hint: since you are on this commit, you may check the new "M-x guix" - >>> you will be the first person who will try it (maybe you will like it >>> this time) ;-) > > I am sorry if I gave the impression that I disliked it. No problem, I dislike it :-) > I do like the > new one better. It makes it easier to find and use Emacs-guix features. Great! It was the main intention. > I have another question. Is there a shortcut to > guix-installed-system-packages in the popup that I am missing? No, there is a direct shortcut. Currently there are 2 "long" ways to access system packages from "M-x guix": 1) setting current profile to the system one ("p" in "packages" sub-popup) and openning installed packages (with "i" key), or 2) through *Guix Profiles* buffer (which can be accessed with "M-x guix P a"): there you can move to the system profile and press "P". I'm afraid, I am not going to add a shortcut for system packages inside "packages" sub-popup, as it and "profiles" sub-popup are designed to work with the current profile, so if you want to open packages or generations from some profile, you need to make it the current one at first. But maybe it would be good to add a new sub-popup for system commands, where a key for system packages will be placed, WDYT? -- Alex