Nikolaus Demmel demmeln@in.tum.de writes:
Clojure's swank implementation has to replicate SIMPLE-READ in swank-rpc.lisp. It's only two dozens lines of code, should not be hard.
Having said the above you still might be able to manually handle the %cursor-marker% symbol and change it to something else in Clojure swank. But then again I don't know anything about swank / clojure /
SIMPLE-READ does not involve CL:READ. It's a simplistic clone of it for the purposes of the slime sexp format. Clojure's swank implementation should similiarly _not_ use the reader that comes with Clojure.
-T.