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

Re: ERRLIST: Does it really claim to do that?



I believe the precise story is that the ERRLIST is evaluated
*after* unwinding the bindings, but the list of forms to be
evaluated is the value of the variable ERRLIST *before* the
unwinding.  That is, it "works" to lambda-bind ERRLIST.
This is the purpose of the variable //, which is used as
a buffer during this unwinding process.