Has anyone encountered a problem with emacs for windows and java input? (read-line) in REPL does not recognize the delimiter (well, this is my guess).
Using vanilla clojure in a field is the same problem.
Further clarification.
Using a (read-line) or scanner class in REPL in EMACS, the reader will not respond to a return (as it will simply go to the next line and then read the input).
(edit)
The read line works in the lower lisp buffer, but not in the clojure buffer.
source
share