Eli Zaretskii <e...@gnu.org> skribis: >> From: l...@gnu.org (Ludovic Courtès) >> Cc: guile-devel@gnu.org >> Date: Tue, 01 Jul 2014 17:38:04 +0200
[...] >> You can look at load.c, and in particular scm_init_load_path. > > OK, thanks for the pointer. > > I've reviewed the related code, and below is what I suggest to push. > (This supersedes what I sent in > http://lists.gnu.org/archive/html/guile-devel/2014-06/msg00066.html.) Also, could you add tests for that? Namely, a ‘search-path’ use that currently returns a file name with backslashes, and will now return a file name with forward slashes. Thanks, Ludo’.