myglc2 writes:
> Thanks for the comments. I now see that I was confusing the effects of
> installing guile 2.2, which causes recompilation of everything, with the
> effects of this change, which I made at about the same time.
>
> So please forget about the patch. SORRY for the run around!
OK - I
On 04/16/2017 at 11:06 Alex Kost writes:
> myglc2 (2017-04-16 00:19 -0400) wrote:
>
>> On 04/15/2017 at 16:20 Chris Marusich writes:
> [...]
>> The geiser doc says ...
>>
>>You can also specify a couple more initialisation parameters. For
>> Guile, 'geiser-guile-load-path' is a list o
myglc2 (2017-04-16 00:19 -0400) wrote:
> On 04/15/2017 at 16:20 Chris Marusich writes:
[...]
> The geiser doc says ...
>
>You can also specify a couple more initialisation parameters. For
> Guile, 'geiser-guile-load-path' is a list of paths to add to its load
> path (and its compi
On 04/15/2017 at 16:20 Chris Marusich writes:
> myglc2 writes:
>
>> Using geiser-guile-load-path as currently recommended results in source
>> that was already compiled by the guix build being recompiled :-(
>>
>> This patch avoids that. It also moves the configuration to
>> '~/.bash_profile' so
myglc2 writes:
> Using geiser-guile-load-path as currently recommended results in source
> that was already compiled by the guix build being recompiled :-(
>
> This patch avoids that. It also moves the configuration to
> '~/.bash_profile' so it applies when guile is used directly.
>
> From 458549