[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: CLisp, CLOS, and warning when you reload a file
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de, oneel@arupa.gsfc.nasa.gov
- Subject: Re: CLisp, CLOS, and warning when you reload a file
- From: haible (Bruno Haible)
- Date: Fri, 25 Nov 94 02:20:25 +0100
Bruce O'Neel <oneel@arupa.gsfc.nasa.gov> wrote:
> when I'm using a file which uses CLOS
> and I reload it I get a load'o warnings. This is ok, but I'd prefer
> not to see them. Is there a simple way to turn them off?
Yes, put a
(handler-bind ((warning #'(lambda (w) (muffle-warning w)))) ... )
around your LOAD form.
Btw, we have already discussed the issue of the CLOS warnings on this
mailing list in July 1994.
Bruno Haible
haible@ma2s2.mathematik.uni-karlsruhe.de