Java input in Clojure with (read-line), which is not read correctly in Emacs

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.

+3
source share
2 answers

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

+2
source
0

Source: https://habr.com/ru/post/1712374/


All Articles