Camm -- Using GCL-2.6.8pre (CVS) included in Axiom distribution, I'm seeing a curious interaction between *features* and :common-lisp. Below is a session to reproduce the problem:
[EMAIL PROTECTED]:~> gcl GCL (GNU Common Lisp) 2.6.8 CLtL1 Apr 7 2007 11:02:56 Source License: LGPL(gcl,gmp), GPL(unexec,bfd,xgcl) Binary License: GPL due to GPL'ed components: (READLINE BFD UNEXEC) Modifications of this banner must retain notice of a compatible license Dedicated to the memory of W. Schelter Use (help) to get some basic information on how to use GCL. Temporary directory for compiler files set to /tmp/ >(member :common-lisp *features*) NIL >(member :gcl *features*) (:GCL :AKCL :COMMON :KCL) >#-:common-lisp foo Error: The variable FOO is unbound. Fast links are on: do (si::use-fast-links nil) for debugging Error signalled by EVAL. Broken at EVAL. Type :H for Help. I would have expected the system NOT to try to evaluate foo. -- Gaby _______________________________________________ Axiom-developer mailing list Axiom-developer@nongnu.org http://lists.nongnu.org/mailman/listinfo/axiom-developer