[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
turning off continuable error messages
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: turning off continuable error messages
- From: dxs@evolving.com (Dan Stanger)
- Date: Wed, 16 Feb 1994 13:42:02 -0700
it is possible to turn off the following messages.
;; Loading file /home/dxs/ai/norvig/loop.lsp ...
** - Continuable Error
Redefining the COMMON LISP macro LOOP
If you continue (by typing 'continue'): The old definition will be lost
1. Break>
i would like the lisp system to not query the user but just replace the
definition.
thanks,
dan stanger