Harald Hanche-Olsen hanche@math.ntnu.no writes:
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.
OK, I applied it.