Comment 7 for bug 1478122

Revision history for this message
Andreas Roehler (a-roehler) wrote : Re: [Bug 1478122] Re: window selection behavior of py-execute-buffer switches focus and does not reuse existing shell buffer if any

Am 27.07.2015 um 15:26 schrieb <email address hidden>:
> py-keep-window-configuration t implies that I have to manually bring the
> ipython buffer to one of the windows when I execute a script for the
> first time or after the ipython buffer is killed. While I have been
> using it like this for a while, I would like the python shell buffer to
> re-use the bottom window if it's not visible, without switching the
> window focus of the script that I execute. For this purpose py-keep-
> windows configuration is set to nil.
>
> While the splitting behavior was fixed by your commit for +bug/1361535, the window selection process seems bugged, according to the description of this bug.
> My desire to select the bottom window when executing a script is more of a pull request rather than a bug.
> However, the unexpected behavior reported in this bug is that the current window focus changes after executing a script and the fact that an additional window is replaced by the python shell if said shell is already visible in another window. Can you reproduce this according to the screenshots?
>

Yes, the bug is confirmed. Thanks reporting BTW.