gcv / julia-snail

An Emacs development environment for Julia
GNU General Public License v3.0
231 stars 21 forks source link

Buffer *julia* process has no process #64

Closed jtrakk closed 2 years ago

jtrakk commented 2 years ago

Running julia-snail created a vterm buffer named *julia* and executed

julia> JuliaSnail.start(10011);

julia-snail-send-line works but julia-snail-send-buffer-file says

Buffer *julia* process has no process

as do all the other send- functions.

jtrakk commented 2 years ago

Turns out I'm on an old version. Will reopen if upgrading doesn't fix it.

Update: it worked.

g-gundam commented 3 months ago

In case anyone else runs into this, I had to update eat in addtion to julia-snail before it would work.