Are there loveshack python-mode (python.el) equivalents of
- py-shell
- py-execute-region
- py-execute-class-or-def
that are available in python-mode.el?
|
|
|
I'm not that familiar with either, but maybe these are equivalent: python-send-region
python-send-region-and-go
python-send-defun
python-python-command
Also check out 'gallina' python.el as mentioned here. |
|||
|
|