문제

I would like to run the Julia REPL inside Emacs, but sadly emacs get frozen when I do so (whether I run from an emacs shell or from ESS run-julia). Does somebody has/had this problem, and if so how did you manage to fix it?

도움이 되었습니까?

해결책

There is no run-julia in ESS. Use M-x julia. Your inferior-julia-program-name should point to your julia-basic. If you have julia-basic in your path, it should work by default.

To diagnose any problem, M-x julia and then go to *julia* buffer and see what is going wrong.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top