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

Handler-Bind question...part II



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