终端输出在交互式提示中丢失了字符

时间:2014-03-12 05:50:16

标签: bash clojure leiningen tmux

我刚刚为“indexed-row”输入了一个声明,该声明被解释为“indexxed-row”(带有额外的x)。

我在bash上运行tmux,在Ubuntu 12.04上运行。这是Clojure 1.3和Leinegan REPL。

管道沿线哪里出错了?

(user=> (def indexed-row row)
#'user/indexxed-row

user=> indexed-row
CompilerException java.lang.RuntimeException: Unable to resolve symbol: indexed-row in   this context, compiling:(NO_SOURCE_PATH:0:0) 

这太奇怪了,我不得不双眼看到它。

0 个答案:

没有答案