[slime-devel] Unloading SLIME
David Neu
david at davidneu.com
Thu Aug 13 19:59:29 UTC 2009
Thanks!
2009/8/13 Stanisław Halik <sthalik at test123.ltd.pl>:
> thus spoke David Neu <david at davidneu.com>:
>
>> I'm writing some emacs helper functions to support this, and here's my
>> attempt at unloading SLIME before I try to load the other version:
>
>> (defun unload-slime ()
>> (slime-repl-sayoonara)
>> (dolist (feature features)
>> (when (string-match "slime" (format "%s" feature))
>> (unload-feature feature t))))
>
>> I'm wondering if anyone can let me know if this looks OK, or if they
>> have a better idea?
>
> Go through the symbol table and clear symbol cells of everything that
> begins with "slime-", then unintern the symbols.
>
>
> _______________________________________________
> slime-devel site list
> slime-devel at common-lisp.net
> http://common-lisp.net/mailman/listinfo/slime-devel
>
More information about the slime-devel
mailing list