<br>the problem seems to be with loading a recent slime with asdf when common lisp controller is acting in the background.<br><br>in my experience clc was a pita, and ended up uninstalling and managing cl packages myself.<br>
<br>as a quick fix you may try:<br><br><span style="font-weight: bold;">sbcl --no-sysinit --no-userinit --load start.lisp</span><br style="font-weight: bold;"><br>please report back if it works, because then i'll update the note at the beginning of 
start.lisp.<br><br>i handle the similar case of asdf-binary-location like this:<br><br>(when (asdf:find-system :asdf-binary-locations nil)<br>  (write-line "*** ASDF Binary Locations detected, we'll try to disable it for Slime/Swank")
<br>  (terpri)<br>  ;; turn off asdf-binary-locations for slime if it's happened to be loaded<br>  (eval `(pushnew (list (merge-pathnames #P"slime/" *ucw-boxset-home-directory*) nil)<br>          ,(read-from-string "asdf:*source-to-target-mappings*") :test #'equal)))
<br><br>if someone knows the equivalent for clc, we could add that to start.lisp, too.<br><br>hth,<br clear="all"><br>-- <br>- attila<br><br>"- The truth is that I've been too considerate, and so became unintentionally cruel...
<br> - I understand.<br> - No, you don't understand! We don't speak the same language!"<br><br>Ingmar Bergman - Smultronstället (Wild Strawberries)