bug#23739: Unexpected behavior of 'add-to-load-path'.

2016-06-10 Thread Mathieu Lirzin
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--

bug#23739: Unexpected behavior of 'add-to-load-path'.

2016-06-10 Thread tomas
-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

bug#23739: Unexpected behavior of 'add-to-load-path'.

2016-06-10 Thread Mathieu Lirzin
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