emacs-ess / ESS

Emacs Speaks Statistics: ESS
https://ess.r-project.org/
GNU General Public License v3.0
613 stars 160 forks source link

ess-remote for julia #111

Closed cgroll closed 9 years ago

cgroll commented 9 years ago

trying ess-remote for julia returns the following error:

julia> options(STERM='iESS', str.dendrogram.last="'", editor='emacsclient', pager='emacsclient', help.pager='emacsclient', show.error.locations=TRUE)
ERROR: syntax: invalid character literal
vspinu commented 9 years ago

You should use tramp. See http://ess.r-project.org/Manual/ess.html#ESS-processes-on-Remote-Computers . ess-remtoe is an old way which doesn't work for recent julia. So it's not supported.

cgroll commented 9 years ago

thank you very much, it perfectly works the way that you described!