
28 Feb
2009
28 Feb
'09
5:41 p.m.
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. -T.