I'm new to emacs and I want to use ensime in Windows.
I had a try but it doesn't work. It seems that it doesn't work because there is a *nix format file named "\ensime\bin\server.sh" .
Very appreciate if someone give me some tips.
EDIT:
I follow VonC's suggestion but it doesn't work perfect. I'm sure I have missed something.
I have in...
I've installed ensime according to the README.md file, however, I get errors in the inferior-ensime-server buffer with the following:
INFO: Fatal Error: scala.tools.nsc.MissingRequirementError: object scala not found.
scala.tools.nsc.MissingRequirementError: object scala not found.
at scala.tools.nsc.symtab.Definitions$definitions$...
When I run M-X ensime-disconnect I get the following forever:
string matching regex `\"((?:[^\"\\]|\\.)*)\"' expected but `^@' found
and I see this exception when I use C-c C-c
Uncaught exception in com.ensime.server.SocketHandler@769aba32
java.net.SocketException: Broken pipe
at java.net.SocketOutputStream.socketWrite0(Nat...
I'm currently a happy user of emacs-ensime. Wholly it's a good IDE but there is an issue - I can't view scaladoc when I choose some method of a class in type inspector. I use ivy for dependency management, it downloads libs that I need with source code and doc jars (sometimes only with docs/sources).
According to ensime manual it shoul...
I'm trying to start using ENSIME for Scala development with SBT. How should I manage license headers? I used to use Copyright Wizard in Eclipse and that seemed fine.
...