Tamas K. Papp
Tamas K. Papp
Good point. I am working on a new package that will replace this one, so I opened an issue there. https://github.com/tpapp/TransformVariables.jl/issues/1
I think Jupyter notebook interfaces already handle this kind of workflow very well and there doesn't seem to be a lot of payoff from duplicating this. You may find eg...
Yes, that form returns `nil`. The intention is that functions run in `julia-repl-hook` just use the current buffer, and it should be ensured that it is a valid buffer. Hooks...
Sorry, I don't understand why this is an issue with this package. If you don't have `vterm`, just use the other backend.
Apologies for not resolving this issue for years now. The only excuse I have is that I don't use Windows so I cannot test these things directly. This PR would...
This is unfortunately a bug in Emacs, I already [reported it](https://debbugs.gnu.org/cgi/bugreport.cgi?bug=18484).
I don't know, one would have to dig into the terminal code. Maybe alternative terminals packages in Emacs don't have this problem, or would be more willing to fix this.
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...
@DilumAluthge, since you wrote #24 originally, it would be great if you could review if you have the time.
Thanks for the bugreport. I can reproduce this. It appears that ```emacs-lisp (setq-local term-scroll-show-maximum-output nil) ``` provides a workaround, and setting it to `t` in the code is then possibly...