[slime-devel] Time when .swank.lisp is loaded vs. contribs
Tobias C. Rittweiler
tcr at freebits.de
Fri May 14 02:47:15 UTC 2010
~/.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.
More information about the slime-devel
mailing list