tpapp / julia-repl

Run an inferior Julia REPL in a terminal inside Emacs
Other
171 stars 35 forks source link

Copying from the *julia* #73

Closed PetrKryslUCSD closed 4 years ago

PetrKryslUCSD commented 4 years ago

Copying text in the julia buffer is not successful. For instance, there is a message in the buffer to install a package. I try to copy import Pkg; Pkg.add("Revise") but no go. I use the latest julia-repl and cygwin Emacs 26.

PetrKryslUCSD commented 4 years ago

It might be that I have to switch between line-mode and char-mode.

tpapp commented 4 years ago

Yes, that's the way to do it. See

https://github.com/tpapp/julia-repl#interacting-with-term

Do you think it should be documented in more detail?

PetrKryslUCSD commented 4 years ago

Sorry, I missed it on first reading. I think the documentation is fine.