From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesse Gibbons Subject: Re: spacemacs doesn't have the correct PATH when I change HOME Date: Tue, 24 Sep 2019 08:55:35 -0600 Message-ID: References: <694948462831acaf11c63b9e146710d8bbeef8ef.camel@gmail.com> <20190924130937.GB20354@serpent> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:38197) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iCwTa-0004J1-TN for help-guix@gnu.org; Tue, 24 Sep 2019 21:52:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iCwTY-00018r-O3 for help-guix@gnu.org; Tue, 24 Sep 2019 21:52:18 -0400 Received: from mail-pg1-x533.google.com ([2607:f8b0:4864:20::533]:46326) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iCwTX-00017J-EZ for help-guix@gnu.org; Tue, 24 Sep 2019 21:52:15 -0400 Received: by mail-pg1-x533.google.com with SMTP id a3so2252335pgm.13 for ; Tue, 24 Sep 2019 18:52:13 -0700 (PDT) In-Reply-To: <20190924130937.GB20354@serpent> 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: Jeff Bauer Cc: help-guix mailing list On Tue, 2019-09-24 at 08:09 -0500, Jeff Bauer wrote: > > Jesse: > > I'm using spacemacs with guix, but not dual emacs/spacemacs. Some > resources (which you may have already encountered): > > https://www.reddit.com/r/spacemacs/comments/88poow/how_can_i_run_spacemacs > _and_emacs_side_by_side/ > > (ihsec = I hate switching emacs environments) > > https://github.com/daedreth/ihsec > > I don't think your 3rd approach makes sense, as spacemacs > is just emacs with a different configuration. > > -Jeff Isn't guile-studio just emacs with a different configuration? Yet it is packaged. I see it runs a configure file at build time that generates a wrapper script to load guile-studio.el on launch.[0] Is there a reason to suspect a similar script wouldn't work for spacemacs? I think I will try that when I have time, and if it works I'll look into building a spacemacs package. [0] https://git.elephly.net/gitweb.cgi?p=software/guile-studio.git;a=blob;f= guile-studio-configure.scm -- -Jesse