michael graffam <[EMAIL PROTECTED]> writes: > I want to use *debugger-hook* to insulate my users > from trouble. [...] > but how can I restart the entire eval? On error, I'd > like to simply inform the user that there is a > problem, print the condition, clear the textbox, and > allow the user to re-enter their code and continue.
Here is an old CLIM example (but the ideas are general) on how to do that with *debugger-hook*, see menu-debugger.lisp: ftp://ftp.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/lisp/gui/clim/clim_2/menus/0.html Paolo -- Lisp Propulsion Laboratory log - http://www.paoloamoroso.it/log
