views:

514

answers:

2

Has anyone encountered a problem with emacs on windows and java input ? (read-line) in the REPL does not recognise the delimiter (well thats my guess).

Using a vanilla clojure in the box, same issue.

Further clarification.

Using (read-line) or the scanner class within the REPL in EMACS the reader will not respond to return (As in it will just go down to the next line rather then read the input).

(edit)

The read-line works in inferior lisp buffer but not the swank clojure buffer.

A: 

I strongly recommend using the emacs starter kit with slime, all of which can be downloaded from => http://technomancy.us/126.

Mark F
+2  A: 

This is a (I suppose?) known bug. I'll see what Phil has to say.

Rayne