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