[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Handler-Bind question...part II
- To: info-mcl@cambridge.apple.com
- Subject: Handler-Bind question...part II
- From: schmill@earhart.cs.umass.edu (Matt Schmill)
- Date: 29 Sep 1994 17:43:31 GMT
- Organization: OrgFreeware
- References: <36esve$afu@kernighan.cs.umass.edu>
- Reply-to: schmill@cs.umass.edu
- Sender: owner-info-mcl@cambridge.apple.com
Sorry about the follow-up, but this is a new newsreader. My reply-to line
was screwed up.
I also had the wrong syntax listed... the syntax I wrote originally was
a bastardized mix of handler-case and bind.. the real handler-bind is more
like
(handler-bind ((warning #'(lambda (condition) (gui-handle....)))
,@body)
and again, somehow I want to tell LISP to not bother handling the (warn) call
since I'll have handled it myself.
thanks
Matt Schmill
UMass EKSL