[Eclipse-cvs] CVS update: eclipse/lib/sm/sm.lisp
Iban Hatchondo
ihatchondo at common-lisp.net
Wed Mar 17 13:38:14 UTC 2004
Update of /project/eclipse/cvsroot/eclipse/lib/sm
In directory common-lisp.net:/tmp/cvs-serv5985/lib/sm
Modified Files:
sm.lisp
Log Message:
slight modification of the error handling:
The signal-request-error was incorectly named so it is now named
request-error-handler.
Furthermore the possibility to have an array of error handler is not anymore
available. Since everything is described in CLOS a generic method is more
apropriated.
new macro:
with-error-handler [macro] : (connection handler) &body body
Changes the error handler of the ice-connection for the specified handler
only within the dynamic extent of the body.
Date: Wed Mar 17 08:38:14 2004
Author: ihatchondo
More information about the Eclipse-cvs
mailing list