drepl
drepl copied to clipboard
REPL protocol for the dumb terminal
This library would be killer if it were integrated in readline. At a stroke, we'd have dynamic, robust completion support for bash, GDB, and myriad other programs. I'd been meaning...
This is such an interesting approach, similar to but also quite different than what I took. I wonder if you've had any thoughts on handling interrupts? One of the key...
Hi, I have installed v0.3 from ELPA on windows using Anaconda python v3.11 or v3.12. I wanted to try this project as I miss `comint` when using `emacs-jupyter`. However, the...
Instead of creating an interactive shell class instace ourselves, go through launch_new_instance and tell it the class to use. This way, startup behavior loads the same files and init scripts...
Looks like drepl is a lot better than the inferior-python-mode. Is it possible to replace the comint buffer of inferior-python-mode with drepl? Or just advice python-shell-send-string to use the drepl...
Emacs 31 removed the deprecated variable `display-comint-buffer-action` [^1]. [^1]: https://github.com/emacs-mirror/emacs/commit/d706be4b345