From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [ANN] Emacs-Guix 0.4.1 Date: Tue, 03 Jul 2018 22:14:16 +0300 Message-ID: <87woucrv1z.fsf@gmail.com> References: <8736x9h5vs.fsf@gmail.com> <87lgaz8b1w.fsf@gmail.com> <87lgay97hi.fsf@gmail.com> <87lgaykfl7.fsf@gmail.com> <87bmbtesf5.fsf@gmail.com> <87k1qc46ip.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]:53026) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1faQks-0001jf-ND for help-guix@gnu.org; Tue, 03 Jul 2018 15:14:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1faQkl-0001dU-AF for help-guix@gnu.org; Tue, 03 Jul 2018 15:14:26 -0400 Received: from mail-lj1-x243.google.com ([2a00:1450:4864:20::243]:40440) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1faQkk-0001cI-TH for help-guix@gnu.org; Tue, 03 Jul 2018 15:14:19 -0400 Received: by mail-lj1-x243.google.com with SMTP id a6-v6so2414509ljj.7 for ; Tue, 03 Jul 2018 12:14:18 -0700 (PDT) In-Reply-To: <87k1qc46ip.fsf@gmail.com> (Pierre Neidhardt's message of "Tue, 03 Jul 2018 18:40:30 +0200") 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: Pierre Neidhardt Cc: help-guix@gnu.org Pierre Neidhardt (2018-07-03 18:40 +0200) wrote: > Alex Kost writes: > >> Pierre Neidhardt (2018-06-28 19:04 +0200) wrote: >>> Indeed, I had this: >>> >>> (add-to-list 'geiser-guile-load-path "~/projects/guix") >>> >>> as per "(guix) The Perfect Setup" of the Guix manual. Removing this >>> fixed the transaction issues. >>> >>> Insights? >> >> "~/.config/guix/current/=E2=80=A6" overrides "~/projects/guix" in %load-= path of >> Guix REPL, but the problem is that %load-compiled-path does not have the >> according .go files as I wrote in the previous message, so the >> incompatibility between .scm (from "~/.config/guix/current") and .go >> (from "~/projects/guix") led to errors. >> >> I have fixed it in Emacs-Guix: >> >> https://notabug.org/alezost/emacs-guix/commit/38a20cefe14969970817de97= 693c3f0f00b1c099 > > Hmm... I think there is a misunderstanding. > With > > (add-to-list 'geiser-guile-load-path "~/projects/guix") > > I still experience the transaction issue. > Can you reproduce? No. Please show what "M-: (guix-repl-guile-args)" returns. --=20 Alex