[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: CWH at MIT-MC
- From: KMP at MIT-MC (Kent M. Pitman)
- Date: Thu, 28 Feb 80 07:55:00 GMT
- Cc: (BUG LISP) at MIT-MC
- Original-date: 28 FEB 1980 0255-EST
If you are convinced you want to bypass error handlers, use ^G instead
of ERROR to signal a totally fatal lossage and make things bomb out to
lisp toplevel. QUIT is also a winning function for this.
-kmp