Hi Cle,

On Thu, Dec 10, 2009 at 08:32:38AM +0100, Alexander Burger wrote:
> oops, didn't look carefully enough. The 'foos>' method must, as in your
> *1c* case, specify the current '*Class' directly:
> 
>    (dm foos> ()
>       (mapcar cdr (val (get '`*Class 'Foos))) )

Now I begin to grasp your intention. "Hard coding" the class into a
method is not nice. So wouldn't simply

   (dm foos> ()
      (mapcar cdr (val (: Foos))) )

do what you want?

Cheers,
- Alex
-- 
UNSUBSCRIBE: mailto:[email protected]?subject=unsubscribe

Reply via email to