[CM] loading of .cminit
Rick Taube
taube@uiuc.edu
Tue, 31 Aug 2004 08:59:43 -0500
safe-load is needed because -- in some perverse situations -- a load
may break due to permissions, or a changed file system or a moved
image, etc. I think maybe my handler condition 't' needs to be more
specific but im not really up on the cltl error system -- it may take
me a bit to figure out what conditions my handler should really be
testing for!
> wrapping it inside a
>
> (handler-bind ((simple-warning
> #'(lambda (c) (declare (ignore c)))))
> (load-clm-here))
>
>