« Return to Thread: [scala-tools] sbt emacs mode

Re: [scala-tools] sbt emacs mode

by L Jantzen :: Rate this Message:

Reply to Author | View in Thread


Mark Harrah wrote:
On Sunday 09 August 2009, L Jantzen wrote:
>
> Sorry for awakening this old thread, but I have a question.  Its probably
> more emacs-related than anything else, but I have a problem with
> ansi-control chars when entering sbt-shell mode:
>
> How do I get rid of the ansi control characters, or how do I get the
> sbt-shell to interpret them correctly?
>
>
> Any pointers?

From the sbt side of things, you can disable the control characters by adding
the option:

  -Dsbt.log.noformat=true

to your sbt startup script.

Thanks,
Mark
Thanks, that will suffice for the moment.  :-)


:-lj

 « Return to Thread: [scala-tools] sbt emacs mode