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

Re: Toplevel question



> 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.