There is a very easy way to manage asd files in Peter Seibel's
Lispbox. Find a file site-init.lisp in %LISPBOX_PATH%/slime-1.2.1.
Then add

(register-source-directory (lispbox-file
   (make-pathname :device "C" :directory '(:absolute "LISP"))))

(you can use different drive/directory). Then install your libraries
to "c:/lisp". Now you won't ever have to bother with
asdf:*central-registry*, because asdf-extensions.lisp automagically
searches all subdirectories of "c:/lisp" for .asd's.

-- 
Best regards,
 Timofei Shatrov                  mailto:[EMAIL PROTECTED]
_______________________________________________
Gardeners mailing list
[email protected]
http://www.lispniks.com/mailman/listinfo/gardeners

Reply via email to