Hi, sorry for the newbie question:

in 

https://github.com/emacs-ess/ESS/wiki/Julia

Instalation 

(setq inferior-julia-program-name "/path/to/julia/julia-release-basic")

wath path is this? 

"/path/to/julia/julia-release-basic"

I run Julia in Ubuntu 12.04 64bits

thanks in advance



El viernes, 14 de junio de 2013 13:45:57 UTC-3, Ed Z escribió:
>
>
> Hi All,
>
> There are a few threads related to interactive use of Julia's REPL, but 
> none quite touch on my usual workflow. Maybe someone will have suggestions.
>
> I like to run scripted languages inside emacs in shell-mode. This makes it 
> easy to quickly cut-and-paste between the interpreter running in the shell 
> and a file (a running log of successful commands in the session). But 
> Julia's REPL seems to hang after evaluating an expression in emacs 
> shell-mode. I assume it is because the REPL is using readline or ncurses on 
> its own, and shell-mode is trying to wrap this in emacs' version of same 
> functionality.
>
> Anyway, I wonder if anyone has found a workaround? Both shell and eshell 
> have the same result. Emacs term-mode let's the REPL run, but I can't seem 
> to open a file window.
>
> -Ed
>
>

Reply via email to