We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Any reason why at https://github.com/clojure-emacs/cider/blob/master/cider.el#L119 the REPL process encoding was switched to utf-8-unix?
utf-8-unix
This makes ^M appear on Windows at EOLs.
^M
Using utf-8-auto fixes it for me on windows. Guess that should work on *nix too.
utf-8-auto
The text was updated successfully, but these errors were encountered:
See #474. Maybe using utf-8-auto is a better idea. I'll have to investigate this.
Sorry, something went wrong.
I've asked on emacs-devel regarding this and it seems utf-8-auto is definitely not the way to go. More details - here.
emacs-devel
No branches or pull requests
Any reason why at https://github.com/clojure-emacs/cider/blob/master/cider.el#L119 the REPL process encoding was switched to
utf-8-unix
?This makes
^M
appear on Windows at EOLs.Using
utf-8-auto
fixes it for me on windows. Guess that should work on *nix too.The text was updated successfully, but these errors were encountered: