From: Tayssir John Gabbour
Subject: Shortcut for defclass
Date: 
Message-ID: <1138861620.953773.230810@f14g2000cwb.googlegroups.com>
Hi,

What do people use instead of specifying DEFCLASS slot options, when
they really don't care yet about the details, and just want sane
defaults? I have my own macro for this, but I'd like to use something
more common.

(If I didn't use this, I'd probably hack together some emacs
autocompletion..)


Thanks,
Tayssir
From: Pascal Costanza
Subject: Re: Shortcut for defclass
Date: 
Message-ID: <44e1ehF1mo5eU2@individual.net>
Tayssir John Gabbour wrote:
> Hi,
> 
> What do people use instead of specifying DEFCLASS slot options, when
> they really don't care yet about the details, and just want sane
> defaults? I have my own macro for this, but I'd like to use something
> more common.
> 
> (If I didn't use this, I'd probably hack together some emacs
> autocompletion..)

I recall reading a few times that people implement their own 
abbreviations of defclass, but ultimately throw it away because it turns 
out not to buy a lot. Apparently, the defaults for slot options are 
already quite sane.


Pascal

-- 
My website: http://p-cos.net
Closer to MOP & ContextL:
http://common-lisp.net/project/closer/