Skip to content

When using vterm as backend, C-c C-z opens a split but fails to start vterm #156

@johnhamelink

Description

@johnhamelink

with my .dir-config.el like so:

(set-language-environment "UTF-8")
(setq julia-snail-executable (executable-find "julia"))
(julia-repl-set-terminal-backend 'vterm) 

If I try to run C-c C-z, Emacs opens a new split window containing the file buffer of the .jl file. However if I open a vterm window, rename the buffer to *julia*, then try the same commands, they work as expected. 'eat and 'ansi-term work as expected right out of the box.

I'm using Emacs 31.0.50 and julia-repl 20250719.1449. Is anyone else experiencing this issue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions