gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] defclass errors


From: Paul F. Dietz
Subject: Re: [Gcl-devel] defclass errors
Date: Fri, 10 Oct 2003 19:14:22 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624

Camm Maguire wrote:

Greetings!  Just a followup on the last note -- please forget about
the question regarding the point of &allow-other-keys -- I can grok
that.  I do have a question about :allow-other-keys -- are the rules
governing this the same for classes and functions?

For classes?  You mean for generic functions.  Generic functions are
a special kind of function.  There are some special rules concerning
which keyword parameters are allowed (see 7.6.5), but if &key is specified
then :allow-other-keys is always allowed.

        Paul





reply via email to

[Prev in Thread] Current Thread [Next in Thread]