Thanks. I started working on this last night and think I
have a fix.
Worrying that fixing this problem in the obvious way might
lead to
other problems elsewhere leads me to wonder if there's a
unit test
package for Emacs Lisp that's similar to Python's unittest
module.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=11105
This problem only occurrs when there is no *Python* shell
buffer. Hitting C-c ! makes the problem disappear.
Logged In: YES
user_id=44345
Thanks. I started working on this last night and think I
have a fix.
Worrying that fixing this problem in the obvious way might
lead to
other problems elsewhere leads me to wonder if there's a
unit test
package for Emacs Lisp that's similar to Python's unittest
module.
Logged In: YES
user_id=11105
I have no idea, but I'm quite sure you will get usefull
answers on the (x)emacs mailing lists.
Logged In: YES
user_id=1557659
In py-execute-region on line 1759 (v. 4.75) change
"py-which-shell" to "shell".