From andreas.roehler at online.de Tue Jun 11 08:01:10 2019 From: andreas.roehler at online.de (=?UTF-8?Q?Andreas_R=c3=b6hler?=) Date: Tue, 11 Jun 2019 14:01:10 +0200 Subject: [Python-mode] py-shell interactively switch Message-ID: Hi all, when starting a Py-shell interactively like M-x python RET, suggest to switch into newly opened shell by default. Agreed? Cheers, Andreas From barry at python.org Tue Jun 11 17:40:45 2019 From: barry at python.org (Barry Warsaw) Date: Tue, 11 Jun 2019 14:40:45 -0700 Subject: [Python-mode] py-shell interactively switch In-Reply-To: References: Message-ID: <31399D6C-9D89-4BD7-92B3-E09B2E3456FD@python.org> 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? > > Cheers, > > Andreas > > > -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: Message signed with OpenPGP URL: From andreas.roehler at online.de Wed Jun 12 03:23:41 2019 From: andreas.roehler at online.de (=?UTF-8?Q?Andreas_R=c3=b6hler?=) Date: Wed, 12 Jun 2019 09:23:41 +0200 Subject: [Python-mode] py-shell interactively switch In-Reply-To: <31399D6C-9D89-4BD7-92B3-E09B2E3456FD@python.org> References: <31399D6C-9D89-4BD7-92B3-E09B2E3456FD@python.org> Message-ID: <9035611e-77bf-009a-9b8c-727351199547@online.de> 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 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? >> >> Cheers, >> >> Andreas >> >> >> From barry at python.org Wed Jun 12 13:00:10 2019 From: barry at python.org (Barry Warsaw) Date: Wed, 12 Jun 2019 10:00:10 -0700 Subject: [Python-mode] py-shell interactively switch In-Reply-To: <9035611e-77bf-009a-9b8c-727351199547@online.de> References: <31399D6C-9D89-4BD7-92B3-E09B2E3456FD@python.org> <9035611e-77bf-009a-9b8c-727351199547@online.de> Message-ID: 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. +1 from me then. :) -Barry -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: Message signed with OpenPGP URL: