[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

MetaClass



I am trying to define my own metaclass using the (:metaclass my-meta-class)
option. I'm not having much success. Below is a simple example:

(defclass my-meta-class (standard-class) (mc-a mc-b) )

(defclass my-class () (a b) )

(defclass my-class1 (my-class) (c d) (:metaclass my-meta-class))

Why doesn't this work!! What am I doing wrong?
I am using the latest version of pcl (12/7/88).

Please Help.


     Thank you,
            greg milich   milich@whuts.att.com