|
From: | Maxim Cournoyer |
Subject: | Re: gnu/services/shepherd.scm:90:2: In procedure allocate-struct: Wrong type argument in position 2: 5 |
Date: | Fri, 06 Oct 2017 21:10:03 -0400 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) |
Oleg Pykhalov <address@hidden> writes: > Maxim Cournoyer <address@hidden> writes: > >> There shouldn't be any auto-compilation going on with Guix unless you are >> using Emacs-Guix. This has been fixed in a recent commit[1] but will only >> appear in the next release. >> >> In the mean time you could define the following in your ~/.emacs: >> >> (setq guix-guile-program '("guile" "--no-auto-compile")) >> >> Maxim >> >> [1] https://notabug.org/alezost/emacs-guix/issues/2 > > I think that auto-compilation come from (run-geiser) which doesn't care > about guix-guile-program. I use it to have a > (geiser-edit-symbol-at-point) and for object definition in echo area. > > To disable it I think need to do something with > (geiser-guile--parameters). I think that to configure the guile command line for the Geiser REPL you would use: (setq geiser-guile-binary '("guile" "--no-auto-compile")) Credits to Alex Kost for bringing to my attention that this variable could be defined as list the same way as `guix-guile-program'. Maxim
[Prev in Thread] | Current Thread | [Next in Thread] |