tpapp / julia-repl

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

Switch to main REPL before sending code #49

Closed dangirsh closed 5 years ago

dangirsh commented 5 years ago

I sometimes accidentally send code to the pkg> repl. This change sends a backspace before sending code.

If there were use-cases for sending code to pkg> or shell> repls, I wasn't aware of them.

dangirsh commented 5 years ago

Closing, as I didn't see tp/clear-prompt. Glad there's a better solution in progress.