(test "call on one arg autoquotes" :valueof (call 'idfn xxzx) :should be 'xxzx)
Hmm, I wonder if I should shoot for the moon and find the right handler to install for the UNBOUND-VARIABLE condition..
Update: I'm tantalizingly close, but perhaps it's not possible. This page outlines how: http://www.cs.cmu.edu/Groups/AI/html/cltl/clm/node322.html
But I'm concerned by the phrase, "If this [restart clause] were part of the implementation of symbol-value.." Does that mean it isn't possible?
If we can do this we can also handle 'undefined-function and turn wart into a lisp-1!
-----