From andreas.roehler at online.de Sun Sep 1 05:28:52 2019 From: andreas.roehler at online.de (=?UTF-8?Q?Andreas_R=c3=b6hler?=) Date: Sun, 1 Sep 2019 11:28:52 +0200 Subject: [Python-mode] py-show, py-show-all Message-ID: <0b8eb646-22b5-64e1-6ddc-53c629188ab3@online.de> Hi Barry, hi all, in order to hide forms at point, python-mode.el comes with a couple of commands ?py-hide-def?, ?py-hide-block? etc. Their counterparts ?py-show-block? etc. however turned out rather complicated to use: had to remember which form was hidden. Replaced py-show-FORM commands by single ?py-show?, which shows whatever is hidden at point. There is also a new ?py-show-all? un-hiding all hidden stuff in buffer. Should someone need the dropped specific commands, please tell. Cheers, Andreas From andreas.roehler at online.de Wed Sep 11 08:31:02 2019 From: andreas.roehler at online.de (=?UTF-8?Q?Andreas_R=c3=b6hler?=) Date: Wed, 11 Sep 2019 14:31:02 +0200 Subject: [Python-mode] python-mode.el: sources of named shells restored Message-ID: <94e00ca4-786f-3f78-4101-468d7f4c459c@online.de> Hi Barry, hi all, creating commands on the fly turned out not being convenient WRT debugging - restored the sources. + pypy-shell command. Just FYI. Cheers, Andreas