~/.swank.lisp is loaded in swank-loader.lisp. However, contribs are loaded on demand controlled by Slime. So .swank.lisp is nowadays loaded before all contribs are loaded.
This means when you try to put stuff in there that uses functions from contribs, you'll get annoying undefined function style-warnings.
What do you think would be the best way to address this issue?
-T.