my apologies if this is a stupid question ...
under scsh-0.3, i seem to have lost the ability to run shell scripts
which load .scm files that do anything related to scsh.
for instance, i can call (date) from the script itself, but
if i (load "foo.scm"), where something in foo.scm calls (date),
i get
Undefined: (date)
interactively loading the file and calling the functions works fine.
this behavior didn't occur in 0.2, and i don't understand enough to
figure out why it started. any suggestions?
jeff
|