From mboxrd@z Thu Jan 1 00:00:00 1970 From: George Clemmer Subject: Re: Guix and Emacs Integration for Polyglot Development Date: Fri, 26 Oct 2018 00:59:34 -0400 Message-ID: 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> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39241) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gFuDm-0003Yd-N1 for help-guix@gnu.org; Fri, 26 Oct 2018 00:59:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gFuDj-00043S-Iu for help-guix@gnu.org; Fri, 26 Oct 2018 00:59:42 -0400 In-reply-to: <875zz7epb6.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 Hi Alex, I have been using code like ... (with-eval-after-load (quote guix-ui-profile) (setq guix-profiles (append (quote("/home/glc/gom/.guix-profile")) guix-profiles))) (setq guix-current-profile "/home/glc/gom/.guix-profile") ... to add a "project" profile to *Guix Profile* and make it current. This has my desired effect: "making" emacs-guix package-related commands operate on a "project" profile instead of the "default user profile". Using your commit ... 4ce2b6a * master origin/master Add new 'guix' command and rename the old one to 'guix-command' ... I tried "guix-set-emacs-environment" expecting it to be another way to do the same thing. I was surprised when it didn't add the "new" profile to *Guix Profiles*. Shouldn't it do this, or am I missing something? In fact, it doesn't seem to be doing anything :-( I'm also using git from guix v0.15.0-2913-g21c51ebd6. TIA - George