<div dir="ltr">Hi,<div><br></div><div>I'm trying to find all the systems that use a particular subclass of system. The goal is that through that mechanism they signal/register themselves as modules of another system. In order to list all such modules I though map-systems would do the trick: </div><div><br></div><div></div><div><div>(remove-if #'null</div><div>           (let (results)</div><div>             (asdf:map-systems (lambda (system)</div><div>                                 (when (stumpwm-module-p system)</div><div>                                   (setf results (cons system results)))))</div><div>             results))</div><div><br></div><div>However it appears map-systems only works on when the system *definition* has been loaded (is that the proper term?). Is there a way to load all the system definitions in asdf's path? (That is according to *source-registry* and *central-registry*)</div><div><br></div><div><br></div><div>Cheers,</div><div>  Javier</div>-- <br><div class="gmail_signature">"I object to doing things that computers can do." — Olin Shivers</div>
</div></div>