window selection behavior of py-execute-buffer switches focus and does not reuse existing shell buffer if any
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-mode.el |
Fix Committed
|
Medium
|
Andreas Roehler |
Bug Description
Using the window setup is C-x 2 <RET> C-x 3 <RET>
When i execute python from the top left window , a shell is popped on my top right window, but the focus of my buffer switches to the next window for no reason. I guess this wasn't intended?
Additionally, if the python buffer is present in any of the current windows,(see init_setup_
Seems to me that the current implementation just picks the window obtained by C-x o (other-
Again, thanks for looking into this, and , if it's not too much to ask, can the default placement of the chosen window for the shell be like the widest window available?,i.e. the bottom window of my 3-window setup (this would mimic a console-like environment which I'm sure users will like)
Changed in python-mode: | |
status: | Confirmed → Incomplete |
Please send attachments again as plain png.