[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: turning off continuable error messages
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: Re: turning off continuable error messages
- From: haible (Bruno Haible)
- Date: Wed, 16 Feb 94 22:28:09 +0100
Dan Stanger <dxs@evolving.com> says:
(load "loop.lsp")
> ** - Continuable Error
> Redefining the COMMON LISP macro LOOP
>
> i would like the lisp system to not query the user but just replace the
> definition.
You absolutely want to live dangerous? Then
(defun sys::exported-lisp-symbol-p (symbol) (declare (ignore symbol)) nil)
One should be able to handle this using the new condition system (instead
of modifying an undocumented function). Does someone know how?
Bruno Haible
haible@ma2s2.mathematik.uni-karlsruhe.de