From: Michael A. K. <ma...@ll...> - 2001-10-22 20:48:04
|
I grabbed the CVS'd sources last night and built Matlisp for testing at work. I noted the following three minor items right off. 1. The is a new symbol in USER named TITLE. This caused a name conflict in one of my applications. I UNINTERNed it by hand are saved the core. 2. The SAVE-MATLISP.LISP will create a core that places you in the package MATLISP when it is used. (I believe this had been fixed before, but perhaps I just have a locally hacked copy of SAVE.LISP. 3. The matlisp core saved, leaves *GC-VERBOSE* = T. (This may be just personal preference, mine being NIL :-). tnx mike |