I have emacs setup according to the instructions here:
After some fiddling it seems to work, except that the colors that sbt uses for its shell are coming across as gibberish text, and as a result links back to where compile errors occurred don't work because the gibberish is treated as part of the file name.
Is there a way to either make emacs handle the colors or turn them off in sbt?
Here's a sample:
^[[0m[^[[31merror^[[0m] ^[[0m foo^[[0m
^[[0m[^[[31merror^[[0m] ^[[0m ^^[[0m
^[[0m[^[[31merror^[[0m] ^[[0mone error found^[[0m
^[[0m[^[[0minfo^[[0m] ^[[34m== compile ==^[[0m
^[[0m[^[[31merror^[[0m] ^[[0mError running compile: Compilation unsuccessful.^[[0m
^[[0m[^[[0minfo^[[0m] ^[[0m^[[0m
^[[0m[^[[0minfo^[[0m] ^[[0mTotal time: 2 s^[[0m
This happens in both Emacs 22.1.1 on the terminal and AquaMacs 1.8.
Thanks,
Erik