Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output special chars #75

Closed
chalmagean opened this issue May 27, 2016 · 3 comments
Closed

Output special chars #75

chalmagean opened this issue May 27, 2016 · 3 comments

Comments

@chalmagean
Copy link
Contributor

How can I get rid of those special characters in my error output?

2016-05-27 at 17 32

@Bogdanp
Copy link
Collaborator

Bogdanp commented May 28, 2016

Most of those escape sequences (except for ^[[36m) should be taken care of elm-compile--colorize-compilation-buffer. Try requiring ansi-color before you initialize elm-mode and make sure elm-compile--colorize-compilation-buffer is in your compilation-filter-hooks.

@chalmagean
Copy link
Contributor Author

That doesn't seem to work. I still get those characters.

@Bogdanp
Copy link
Collaborator

Bogdanp commented Sep 3, 2016

Then you might have a different hook in compilation-filter-hooks (before the colorize hook) that's interfering or it could be due to something else in your setup. This seems to work fine on a vanilla Emacs install so I'm closing this issue for now.

@Bogdanp Bogdanp closed this as completed Sep 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants