Hi! I wrote simple patch for swank.lisp. Now you can type M-. and see (ASDF:DEFSYSTEM SOMESYSTEM) among other stuff. You can select it and go to the definition of the system in somesystem.asd. Hope this will be usefull.
Tim
Tim tymmym@gmail.com writes:
Hi! I wrote simple patch for swank.lisp. Now you can type M-. and see (ASDF:DEFSYSTEM SOMESYSTEM) among other stuff. You can select it and go to the definition of the system in somesystem.asd. Hope this will be usefull.
Thank you for the efforts. The proper solution is to wait until
https://bugs.launchpad.net/sbcl/+bug/313242
has been added to SBCL, and then modify ASDF accordingly. Other implementations may already provide the necessary ground work.
-T.