From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: emacs-guix error Date: Mon, 28 Jan 2019 14:56:10 +0300 Message-ID: <87a7jlov1h.fsf@gmail.com> References: <87zhrly2jz.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 ([209.51.188.92]:38827) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1go5WV-0003Ow-En for help-guix@gnu.org; Mon, 28 Jan 2019 06:56:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1go5WT-0003gb-HH for help-guix@gnu.org; Mon, 28 Jan 2019 06:56:19 -0500 Received: from mail-lf1-x129.google.com ([2a00:1450:4864:20::129]:45199) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1go5WQ-0003em-I1 for help-guix@gnu.org; Mon, 28 Jan 2019 06:56:15 -0500 Received: by mail-lf1-x129.google.com with SMTP id b20so11597890lfa.12 for ; Mon, 28 Jan 2019 03:56:11 -0800 (PST) In-Reply-To: <87zhrly2jz.fsf@gmail.com> (Maxim Cournoyer's message of "Sun, 27 Jan 2019 20:49:04 -0500") 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: Maxim Cournoyer Cc: help-guix@gnu.org Maxim Cournoyer (2019-01-27 20:49 -0500) wrote: > Hello! > > [...] > >> Are you using Guix from a git checkout? In that case you=E2=80=99ll nee= d 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. --=20 Alex