Thanks!
2009/8/13 Stanisław Halik sthalik@test123.ltd.pl:
thus spoke David Neu david@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@common-lisp.net http://common-lisp.net/mailman/listinfo/slime-devel