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.

link|improve this question
1  
Doesn't work for me either. groups.google.com/group/clojure/browse_thread/thread/… may be relevant? – Brian Carper Jul 13 '09 at 19:38
feedback

2 Answers

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

link|improve this answer
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.