Switching from python-mode.el to python.el
For what it’s worth, I do not see the behavior you are seeing in issue #1, “Each buffer visiting a python file gets its own inferior interactive python shell.” This is what I did using python.el from Emacs 22.2. C-x C-f foo.py [insert: print “foo”] C-x C-f bar.py [insert: print “bar”] C-c C-z [*Python* buffer … Read more