Sorry to crosspost from cmucl-imp. This is where I really ment to send it.
Two questions. 1. When in the debugger if you enter a colon : as a debugger command lisp exits. Why is this? Too many times do I quit accidentally. How can I suppress this "feature"? I use ilisp in emacs and sometimes do not know if the lisp process is in the debugger so I type ":q" but sometimes only ":" accidentally. 2. Using ignore-errors around multiple lisp processes. On error I output the error message to a log file. I wish to also output a backtrace. How can I print a backtrace from the returned condition? Thank you, William
