Pierre Neidhardt (2018-07-03 18:40 +0200) wrote: > Alex Kost <alez...@gmail.com> 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/…" 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/38a20cefe14969970817de97693c3f0f00b1c099 > > 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. -- Alex