"Tobias C. Rittweiler" tcr@freebits.de writes:
Russell McManus russell_mcmanus@yahoo.com writes:
Any ideas about how I can get organize the following code so that it works cleanly with slime?
Here is the code:
;; this is the troublesome form. where should it go? (defmethod swank:emacs-inspect ((java-object java-object)) (swank-backend::emacs-inspect-java java-object))
EMACS-INSPECT has been moved into the SWANK-BACKEND package recently. :-)
Send a patch, and I'll apply it.
On the way very soon...
-russ