I just started using emacs, and installed python-mode.el, along with a few extra add-ins (following Jess Hamrick's setup in Emacs as a python IDE).
I find myself with one tricky issue. I want to edit different buffers, but I want to be able to send code from both of them to my python shell. Unfortunately, when I try to send code from a file buffer using C-c |
, a new python buffer is opened for it, and I can't figure out how to instruct emacs to send it to the original python shell buffer.
Any suggestions?