From: Alex Mizrahi
Subject: Re: How to find methods defined for a class
Date: 
Message-ID: <48ea4763$0$90271$14726298@news.sunsite.dk>
 AD> Have I overlooked something obvious in the documentation (CLHS)??

it's not in the Common Lisp standard, but in extension called Meta Object 
Protocol.
see here: http://www.lisp.org/mop/index.html

 AD> Are there any way to list what these methods are?

something like:

(sb-mop:specializer-direct-methods (find-class 'my-object))

this is implementation-dependent, but there is compatibility lib "Closer to 
MOP":

http://common-lisp.net/project/closer/closer-mop.html
From: Kenny
Subject: Re: How to find methods defined for a class
Date: 
Message-ID: <48ea722a$0$4963$607ed4bc@cv.net>
Andreas Davour wrote:
> "Alex Mizrahi" <········@users.sourceforge.net> writes:
> 
> 
>> AD> Have I overlooked something obvious in the documentation (CLHS)??
>>
>>it's not in the Common Lisp standard, but in extension called Meta
>>Object Protocol.  see here: http://www.lisp.org/mop/index.html
> 
> 
> So it's done with MOP. It sure felt like something that should have been
> in the standard. Oh well.

Hey, CLOS itself almost did not make it so something this detailed hence 
close to implementation did not have a prayer. And CLOS is starting to 
look like a mistake*, so...

hth,kzo

* Himself is bored with it. k