From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Emacs in multiple profiles Date: Fri, 20 Apr 2018 22:52:07 +0200 Message-ID: <87muxxtxc8.fsf@elephly.net> References: <9c395fd0-9458-7894-af8b-9294d212c60b@fastmail.net> <878tajzu03.fsf@gmail.com> <87a7uyd7qy.fsf@gmail.com> <874ll51mq3.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]:47978) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f9d1J-0000EB-Os for help-guix@gnu.org; Fri, 20 Apr 2018 16:52:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f9d1G-0004Uf-LO for help-guix@gnu.org; Fri, 20 Apr 2018 16:52:37 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21055) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f9d1G-0004UG-B8 for help-guix@gnu.org; Fri, 20 Apr 2018 16:52:34 -0400 In-reply-to: <874ll51mq3.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 Alex Kost writes: > Konrad Hinsen (2018-03-24 13:14 +0100) wrote: > >> Alex Kost writes: >> >>> It is completely different: with "-Q", your .emacs file is not loaded a= t >>> all, and with "--no-site-file", only the emacs packages from the guix >>> profile are not autoloaded. Isn't that what you wanted? >> >> Not quite: I want it to autoload the packages from my current Guix >> profile, not from my main Guix profile. > > But what your "current profile" is? How can emacs know about it? We have the variable =E2=80=9CGUIX_PROFILE=E2=80=9D, which may be set to us= e a different profile than the default. --=20 Ricardo