On 3/4/08, Helmut Eller heller@common-lisp.net wrote:
My CLOS skills are pretty much not existent, perhaps somebody could help me out on this. Would it be bad style to do the following in the fancy-inspector?
IMO not horribly so, though
(find-method #'swank:emacs-inspect () (list (find-class 'function)))
should be more portable. #-swank-backend-inspects-functions would be another option.
...but if beauty and code-reuse is a goal, maybe
(append ...portable-stuff.. (swank-backend:inspect-parts ...))
would be worth considering.
Cheers,
-- Nikodemus