[CM] Path for scm files

Bill Schottstaedt bil@ccrma.Stanford.EDU
Fri, 20 Feb 2004 03:09:10 -0800


 > 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.