bug#21347: include-from-path and relative paths in load-path

2016-06-24 Thread Andy Wingo
On Tue 25 Aug 2015 21:42, taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes: > When there are relative paths in the load-path, `include-from-path' > seems to always interpret them relative to the directory of the file in > which the `include-from-path' is called, instead of relative

bug#21347: include-from-path and relative paths in load-path

2015-08-25 Thread Taylan Ulrich Bayırlı/Kammer
When there are relative paths in the load-path, `include-from-path' seems to always interpret them relative to the directory of the file in which the `include-from-path' is called, instead of relative to the current working directory in effect when Guile is started. Transcript: --- SNIP --- tayla