Oleg Pykhalov <go.wig...@gmail.com> writes:

> Maxim Cournoyer <maxim.courno...@gmail.com> 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

Reply via email to