[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: turning off continuable error messages



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