[CM] Path for scm files
Bill Schottstaedt
bil at ccrma.Stanford.EDU
Fri Feb 20 03:09:10 PST 2004
> Hi, is there any variable path to avoid giving the complete
> path when one wants to load a scm file in Snd.
> (load "new-effects.scm") instead of
> (load "/usr/lib/snd/scheme/new-effects.scm")
You can use load-from-path which looks at the %load-path
list. snd-remember-paths can be set to #t to automatically
add to this list. Perhaps load looks at this list too --
can't remember.
More information about the Cmdist
mailing list