[slime-devel] Case

Harald Hanche-Olsen hanche at math.ntnu.no
Tue Jan 26 22:43:18 UTC 2010


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




More information about the slime-devel mailing list