From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [ANN] Emacs-Guix 0.4.1 Date: Wed, 04 Jul 2018 11:34:22 +0300 Message-ID: <878t6rxuup.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> <87woucrv1z.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]:44804) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fadF6-0007vm-Pz for help-guix@gnu.org; Wed, 04 Jul 2018 04:34:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fadF3-0000v7-NO for help-guix@gnu.org; Wed, 04 Jul 2018 04:34:28 -0400 Received: from mail-lf0-x242.google.com ([2a00:1450:4010:c07::242]:42194) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fadF3-0000un-Ev for help-guix@gnu.org; Wed, 04 Jul 2018 04:34:25 -0400 Received: by mail-lf0-x242.google.com with SMTP id u202-v6so3720149lff.9 for ; Wed, 04 Jul 2018 01:34:25 -0700 (PDT) In-Reply-To: <87woucrv1z.fsf@gmail.com> (Alex Kost's message of "Tue, 03 Jul 2018 22:14:16 +0300") 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 Alex Kost (2018-07-03 22:14 +0300) wrote: > Pierre Neidhardt (2018-07-03 18:40 +0200) wrote: [...] >> With >> >> (add-to-list 'geiser-guile-load-path "~/projects/guix") >> >> I still experience the transaction issue. This geiser-guile-load-path should be placed after "~/.config/guix/current/=E2=80=A6" in guile %load-path so it shouldn't make= any effect. So the only possibility for your error I see is that the "pull"-ed directories are not added to the guile load paths. >> Can you reproduce? > > No. Please show what "M-: (guix-repl-guile-args)" returns. Also, please check the values of %load-path and %load-compiled-path variables in Guix REPL. --=20 Alex