我使用emacs在scala中编程,现在我安装了ensime,以便能够直接从emacs运行SBT。
我使用C-c-C-v-s来启动ensime-sbt的缓冲区。
但是当我键入run并按enter键时什么都没有发生,如何使sbt运行呢?
在命令行中查找
我在windows中使用Emacs 23和Ensime。
谢谢
尝试添加"- djline . windowterminal "。directConsole=false"到您的sbt启动命令。这为我解决了问题。
从这里:http://code.google.com/p/simple-build-tool/wiki/IntegrationSupport