Update of /project/eclipse/cvsroot/eclipse/lib/ice In directory common-lisp.net:/tmp/cvs-serv5985/lib/ice
Modified Files: ICE-lib.lisp ICE-macros.lisp ICE-request.lisp package.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:13 2004 Author: ihatchondo