简体   繁体   中英

Emacs Ensime-sbt not responding to enter after I try to use RUN command

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

I use CcCvs 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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM