Hello,
I have noticed something that doesn't feel right when using
‘add-to-load-path’.
$ cat test.scm
--8<---cut here---start->8---
(define old %load-path)
(add-to-load-path "foo")
(pk %load-path)
(pk old)
--8<---cut here---end--
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Fri, Jun 10, 2016 at 02:17:23PM +0200, Mathieu Lirzin wrote:
> Hello,
>
> I have noticed something that doesn't feel right when using
> ‘add-to-load-path’.
>
> $ cat test.scm
> --8<---cut here---start->8---
> (d
writes:
> On Fri, Jun 10, 2016 at 02:17:23PM +0200, Mathieu Lirzin wrote:
>> Hello,
>>
>> I have noticed something that doesn't feel right when using
>> ‘add-to-load-path’.
>>
>> $ cat test.scm
>> --8<---cut here---start->8---
>> (define old %load-path)
>> (a