Clojure中的Java输入(读取行)在Emacs中无法正确读取

时间:2022-06-20 22:49:04

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).

有没有人在Windows和Java输入上遇到emacs的问题? REPL中的(读取行)不识别分隔符(这就是我的猜测)。

Using a vanilla clojure in the box, same issue.

在盒子里使用香草clojure,同样的问题。

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).

在EMACS中的REPL中使用(读取行)或扫描器类,读取器将不响应返回(因为它将直到下一行而不是读取输入)。

(edit)

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

读取线在较低的lisp缓冲区中工作,但不适用于swank clojure缓冲区。

2 个解决方案

#1


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

这是(我猜?)已知的错误。我会看到菲尔有什么要说的。

#2


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

我强烈建议使用带有粘液的emacs入门套件,所有这些都可以从=> http://technomancy.us/126下载。

#1


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

这是(我猜?)已知的错误。我会看到菲尔有什么要说的。

#2


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

我强烈建议使用带有粘液的emacs入门套件,所有这些都可以从=> http://technomancy.us/126下载。