This is interesting. I didn't now about julia-repl.
Your setup is not entirely clear. The "ess-dialect" prompt comes (most likely) from the ess-remote. So something (maybe julia-repl) installs `ess-remote`? In general, you can try `M-x ess-remote` from the julia-repl and if things work, then you could add `(ess-remote nil "julia")` to the julia-repl hook (probably `julia-repl-mode-hook`). Vitalie >> On Di, Aug 20 2019 23:50, HaiYing Wang via ESS-help wrote: > Dear All, > Version: Emacs GNU Emacs 26.2, ESS - version 18.10.2 > OS: Ubuntu 18.04 > I have julia-repl minor mode enabled (https://github.com/tpapp/julia-repl).I > start an ESS process for julia, and then exit julia and kill that buffer. > After that, if I execute a julia-repl comment, e.g., C-c C-p, then a > julia-repl term model will promote and I would be asked to choose an ' > ess-dialect'. If I choose julia, I will be able to interact with the > julia-repl while all the ess key bindings work. > This result is ideal for me because I like the keybindings and functioning > from ess and like to have a fully functional julia repl. Is there a way to > config ESS so that I can chose which terminal ESS will start or interact: > the default one or the one from julia-repl? > Any comments or hints are appreciated? Thank you very much! > Best, > HaiYing Wang > [[alternative HTML version deleted]] > ______________________________________________ > [email protected] mailing list > https://stat.ethz.ch/mailman/listinfo/ess-help ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/ess-help
