3

I am using emacs to program in scala, now I installed ensime to be able to run SBT directly from emacs.

I use C-c-C-v-s to launch a buffer for ensime-sbt.

but when I type the run and hit enter nothing happens, how to make sbt run run ?

It's working find in command line

I am using Emacs 23 and Ensime in windows.

Thanks

Cristiano Fontes
  • 4,920
  • 6
  • 43
  • 76

1 Answers1

4

Try adding "-Djline.WindowsTerminal.directConsole=false" to your sbt startup command. This fixed the problem for me.

From here: http://code.google.com/p/simple-build-tool/wiki/IntegrationSupport

Ivan Poliakov
  • 2,245
  • 1
  • 18
  • 19