emacs - Two different buffers, same python shell -
i started using emacs, , installed python-mode.el, along few add-ins (following jess hamrick's setup in emacs python ide).
i find myself 1 tricky issue. want edit different buffers, want able send code both of them python shell. unfortunately, when try send code file buffer using c-c |
, new python buffer opened it, , can't figure out how instruct emacs send original python shell buffer.
any suggestions?
a report @
https://bugs.launchpad.net/python-mode
would useful, turns out there not test this. however, when checking works nice here.
a reason using different output-buffer might different python-version in shebang. each python version connects own process , gets own output-buffer. , running dedicated open new process/buffer every time.
what's python-mode.el version?
setting py-split-windows-on-execute-p
nil
might help.
Comments
Post a Comment