Nala Ginrut <nalagin...@gmail.com> writes: > 2013-11-17 AM11:19 "Mark H Weaver" <m...@netris.org>: >> When you're at the REPL, why not just use 'load' instead? > > Thanks for the explain, but it's not used in a REPL. I just used the > REPL to explain the issue.
In that case, can you tell us where the 'include' macro was used? > Racket's "include" support relative path, so I made the mistake. Guile's 'include' also supports relative paths if the (include "...") form is found within a file, or more generally, if it was read from a port that had its filename set. Please tell us more about what you were doing, so that we can find out what's going wrong. Thanks, Mark