slime

"bryan o'connor" <[email protected]> Sat, 13 Aug 2005 10:38:28 -0700
Newsgroups gmane.lisp.openmcl.bugs
Message-ID <[email protected]>
one more thing that we should ensure works properly with
0.14.4 is slime.

the only breakage that i've noticed is slime-edit-definition
(M-.) with methods.

adding some missing types (funcallable-standard-class) to the
etypecase in swank::specializer-name will fix it for some
methods.  others, like documentation, still don't work.

i'm not sure if this is strictly a slime problem with 0.14.4
or something with 0.14.4 itself.

     ...bryan