
26 Jan
2010
26 Jan
'10
10:43 p.m.
It's been a while since I updated slime. It broke until I fixed this: --- swank-rpc.lisp 19 Jan 2010 20:13:58 -0000 1.3 +++ swank-rpc.lisp 26 Jan 2010 22:39:20 -0000 @@ -100,7 +100,7 @@ (import '(nil t quote) package) package)) -(defparameter *validate-input* NIL +(defparameter *validate-input* nil "Set to true to require input that strictly conforms to the protocol") (defun read-form (string) I run with (redtable-case *readtable*) => :invert. I very much appreciate code that will work whether the user uses :invert or the default :upcase. - Harald