From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yoshinori Arai Subject: Re: emacs-guix error Date: Wed, 30 Jan 2019 16:29:31 +0900 Message-ID: <20190130072931.d3rtzbtgekjibhbe@WaraToNora> References: <87zhrly2jz.fsf@gmail.com> <87a7jlov1h.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:44424) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gokJb-0004BP-PB for help-guix@gnu.org; Wed, 30 Jan 2019 02:29:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gokJa-0004wB-Vz for help-guix@gnu.org; Wed, 30 Jan 2019 02:29:43 -0500 Received: from mail-pl1-x62c.google.com ([2607:f8b0:4864:20::62c]:46599) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gokJa-0004ut-LY for help-guix@gnu.org; Wed, 30 Jan 2019 02:29:42 -0500 Received: by mail-pl1-x62c.google.com with SMTP id t13so10652967ply.13 for ; Tue, 29 Jan 2019 23:29:41 -0800 (PST) Content-Disposition: inline In-Reply-To: <87a7jlov1h.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 On Mon, Jan 28, 2019 at 02:56:10PM +0300, Alex Kost wrote: > Maxim Cournoyer (2019-01-27 20:49 -0500) wrote: > > > Hello! > > > > [...] > > > >> Are you using Guix from a git checkout? In that case you’ll need to > >> recompile as there has been an ABI change. > > > > My normal Guix run from guix pull, but I do have a Guix checkout that I > > use with the pre-inst-env wrapper. > > > > I have this set in my ~/.emacs. > > > > (setq guix-directory "~/src/guix") > > > > IIUC, that doesn't cause Emacs-Guix to use that Guix, only locate > > package definition. > > This is correct. If someone wants to augment the default load path used > by Emacs-Guix, they can set 'guix-load-path' variable. > > -- > Alex > I can recovered. I set (setq guix-guile-program "guile") in my user-config of dot.spacemacs and restart emacs. It's same as to set environment variable, GUILE_AUTO_COMPILE="fresh".