tpapp / julia-repl

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

Add julia-repl-send-{paragraph,function} #82

Open justbur opened 4 years ago

justbur commented 4 years ago

Bind C-c C-f to julia-repl-send-function.

I didn't add a binding for the paragraph function, because the logical choice (C-c C-p) was taken.


#

tpapp commented 4 years ago

Thanks for this PR. In the past (beginning-of-defun) etc didn't work well with julia-emacs, because of issues like

https://github.com/JuliaEditorSupport/julia-emacs/issues/76

which is why I didn't include it. How is it working out for you in practice? Also the paragraph version.