gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] Re: list types


From: Paul F. Dietz
Subject: Re: [Gcl-devel] Re: list types
Date: Tue, 28 Jun 2005 05:46:20 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511

Camm Maguire wrote:

The compile-file tests try to fmakunbound the test function before it
is defined, and don't catch the error.  Is this intended?

That shouldn't be an error.  FMAKUNBOUND is described
as doing this:

  "Removes the function or macro definition, if any,
   of name in the global environment."

The type of the argument is 'function name', but a symbol
(or (setf <symbo;>)) can be of that type without being
fbound (or having a macro function), since definition 2
is being used there.

        Paul




reply via email to

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