Barry Warsaw wrote:
> On Mar 05, 2010, at 07:00 PM, Andreas Roehler wrote:
>
>> question is: how to edit small units in python-code?
>>
>> Let's consider piece below from Dive Into Python:
>>
>> result = roman71.fromRoman(numeral)
>>
>> Beside of operators three python-words are here:
>>
>> resul
I second this, I find the emacs movement bindings work brilliantly.
And if it is a long line, I use incremental search to navigate.
On Sun, Mar 7, 2010 at 10:53 PM, Barry Warsaw wrote:
> On Mar 05, 2010, at 07:00 PM, Andreas Roehler wrote:
>
>>question is: how to edit small units in python-code?