When I supply simple names, the I/O streams stuff seem to default to the installation directory and not the current directory. I built CLISP from
source. Is there some critical bit of infrastructure I got wrong?
Larry
Try (merge-pathnames "simple-name.file" *load-pathname*)
this may happen to work as you hope in whatever context you happen to be
using it. My impression though is that to do this properly (ie. get the
"right" directory all the time) is not always straightforward.
Coby
--
(remove #\space "coby . beck @ opentechgroup . com")