CLIM mail archive
[Prev][Next][Index][Thread]
handling aborts from accepting values
We need to handle aborts arising from the user aborting out of accepting values dialogs. I've tried
(handle-case
(abort #'function)
but in clim 1.1 genera 8.1.1 it doesn't like abort and sys:abort doesn't work
and clim-user:abort doesn't work either. I need to know what condition is generated when the user hits the abort key and/or the abort menu item in an accepting
values menu which has its own window. Also any other ways of cleaning up
after the user aborts, other than handle-case or with-simple-restart, would
be of interest. Thanks.
Follow-Ups:
Main Index |
Thread Index