Subject: An interesting issue with noninteractive and kill
From: Raymond Toy
Date: Mon, 25 Oct 2010 13:46:17 -0400
Here is an interesting issue. Do load(noninteractive); then
kill(all). Now enter anything. The answer is always MEVAL1().
Ok, I thought. I'll just load up mlisp.lisp where meval1 is defined.
Well, of course, load("src/mlisp.lisp") does nothing except return
MEVAL1(). :-( So, try :lisp (load "src/mlisp.lisp"). That works.
Except that MEVAL1() is still returned for everything.
Ray