Re: [Python-mode] py-shell interactively switch

2019-06-12 Thread Barry Warsaw
On Jun 12, 2019, at 00:23, Andreas Röhler wrote: > > Current behavior is ruled by ‘py-switch-buffers-on-execute-p’, which > defaults to nil - display the result but don't move cursor thereto. > > Assume yours is customized to ‘t’, so new setting proposed here would > make no difference. Got it.

Re: [Python-mode] py-shell interactively switch

2019-06-12 Thread Andreas Röhler
Hi Barry, Current behavior is ruled by ‘py-switch-buffers-on-execute-p’, which defaults to nil - display the result but don't move cursor thereto. Assume yours is customized to ‘t’, so new setting proposed here would make no difference. On 11.06.19 23:40, Barry Warsaw wrote: Sorry, I’m unsure

Re: [Python-mode] py-shell interactively switch

2019-06-11 Thread Barry Warsaw
Sorry, I’m unsure how what you propose differs from the current behavior. Cheers, -Barry > On Jun 11, 2019, at 05:01, Andreas Röhler wrote: > > Hi all, > > when starting a Py-shell interactively like M-x python RET, > suggest to switch into newly opened shell by default. > > Agreed? > > Chee