Hmm. I'm not in a place to doublecheck it right now, but I'm 99% sure
it should just be "\\". I remember having to manually replace the
'\\' sequence with a single '\' to get the regex engine to recognize
it as an escape character; I think down in Scala, that would look like
.replace("\\\\", "\\"); maybe that's what got copied into the docs?
> Is it possible to white-list indexing instead ?
Nope. Would probably be pretty easy to add, though, I'll look at it
this weekend.
> 2. My server is small-ish 512MB RAM, but I dont run anything other
> than emacs plus ssh. Is this why ensime cant run smoothly ? What's the
> minimum memory req. ?
My ensime sessions generally run around 450MB, though I've spent some
time getting my index blacklist tweaked to get there. When I'm next
in front of my real computer, I can post my config.
- Jason
This makes me opt for using IntelliJ for the time being in my local
machine.
Would be glad if there is an option for white listing indexing, hence
reducing memory usage.
Thanks guys.