Mirko Vukovic <[email protected]> writes:

> Hello,
>
> this is on recently upgraded SBCL1.1.13 and ASDF 3.0.2
>
> I have a system sitting in ~/quicklisp/local-dists and a development
> version sitting in ~/.../lisp-development/
>
> I would like ASDF to open the latter one.  I use asdf:load-system.
>
> I cd to the development directory and start slime there.  (asdf:load-system
> ...) still tries to fetch the version in the
> quicklisp directory.

One easy way:

  (push '*default-pathname-defaults* asdf:*central-registry*)

Zach

Reply via email to