Emacs on Julia - can't copy to/from REPL

I am not sure if this is just me not understanding or a bug.

On my Mac, I use julia-repl and julia-repl-mode and things like ‘ctrl-c’ work to send commands to the REPL but I can’t copy/paste to/from the REPL at all.

I have exactly the same issue on my Linux version.

Am I missing something?

Thanks for any help.

You have to switch term mode, see

There is a WIP backend using vterm, which should make this easier.

1 Like

or, without switching modes, use CTRL+INSERT and SHIFT+INSERT like you would do in a regular terminal.

1 Like

Thanks so much - I missed that one (tried for weeks to figure it out!).

1 Like