[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Toplevel question
- To: bill@cambridge.apple.com (Bill St. Clair)
- Subject: Re: Toplevel question
- From: moon (David A. Moon)
- Date: Fri, 04 Dec 92 12:13:34 EST
- Cc: cartier@math.uqam.ca (Guillaume Cartier), info-mcl
> Date: Fri, 4 Dec 1992 11:12:17 -0600
> From: bill@cambridge.apple.com (Bill St. Clair)
>
> 1) Many of the conditions that MCL signals are of type SIMPLE-ERROR,
> not ERROR, so you may want to handle SIMPLE-ERROR in your HANDLER-BIND.
(subtypep 'simple-error 'error) => T, as specified by Common Lisp, so
your tongue slipped on that one.