Description
Evaluating the forms at each single keystroke seems like a very bad idea. If I write a (DEFUN FOO (...) ...)
and then want to rename FOO
to FOOBARBAZQUX
, I do not want to define the functions named FOOB
, FOOBA
, FOOBAR
, ..., FOOBARBAZQUU
while I type. And this is the behaviour that is currently exhibited.