+ Harald Hanche-Olsen <[EMAIL PROTECTED]>: | CMUCL has search paths. Here is a snippet from my init file: | | (setf (search-list "mylib:") '(#p"home:lib/lisp/" #p"home:src/lisp/")) | | Then I can say, e.g., (load "src:asdf").
That should have been (load "mylib:asdf") of course. - Harald PS. My previous mail contained an unmatched left parenthesis. We can't have that, of course, so here is a match:)
