tpapp / julia-repl

Run an inferior Julia REPL in a terminal inside Emacs
Other
171 stars 35 forks source link

Don't use Unicode when querying basedir, document preference for UTF8. #91

Closed tpapp closed 4 years ago

tpapp commented 4 years ago

Fixes #90.

tpapp commented 4 years ago

@apparluk, can you please test if this fixes #90 for you?

ghost commented 4 years ago

README.md

Placing the following line in ~/.emacs.d/init.el had no effect on the GUI Emacs julia-repl unicode rendering.

(set-language-environment "UTF-8")

julia-repl.el

As expected with converting from to <= and starting the GUI Emacs then M-x julia-repl the *Warnings* buffer did not appear.

tpapp commented 4 years ago

I am surprised by that, as set-language-environment usually sets the coding system, eg see https://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/international/mule-cmds.el#n1905.