Kazuki Yoshida
Kazuki Yoshida
Also this package may also be interesting to you. https://melpa.org/#/repl-toggle
It looks for the "def" and try to send the entire functional definition block. I don't think I should change that behavior in a backward-incompatible way. Instead, you can select...
`defcustom` sounds like a good option. I'll investigate that. The current design is geared more toward lisp languages where sending a line makes little sense due to trailing parens.
@Wilfred I think in that case, the empty line between the two print functions is causing the problem. The function body recognition part is dependent on python.el. I don't think...
@arichiardi Maybe I should introduce a toggle between line-by-line execution and current evaluation scheme (goes back to the top-level expression) that users can change on the go. Meanwhile, you can...
The Python blank line issue also reported in https://github.com/kaz-yos/eval-in-repl/issues/15 has been addressed in 0.9.5+.
The new behavior to avoid the blank line issue seems to cause a problem in one-line execution. C-RET at the second line of the following function ``` python def foo():...
Many dependencies are intentionally left unspecified so that I don't force every user of this package to dependency-install esoteric modes such as ```sml-mode``` and ```prolog-mode```. So some of the "function...
Thank you for your information and maintaining ESS. I have been thinking about this. I only took over the maintenance in the last couple of months and the MELPA release...
@rsparapa, where does this ELPA transition stand now for ESS? With the recent maintenance difficulties major emacs package projects like auto-complete, helm, and pdf-tools, this path increasingly seems important. @jrnold,...