Re: Changing tab behavior in Python Interactive mode

2010-01-29 Thread Terry Reedy
On 1/29/2010 4:43 PM, Andrej Mitrovic wrote: On Jan 29, 10:07 pm, Steve Holden wrote: Andrej Mitrovic wrote: On Jan 29, 6:47 pm, Steve Holden wrote: Andrej Mitrovic wrote: I've noticed that when running Python in interactive mode (via cmd on windows), the first time I hit tab it will move 4

Re: Changing tab behavior in Python Interactive mode

2010-01-29 Thread Andrej Mitrovic
On Jan 29, 10:07 pm, Steve Holden wrote: > Andrej Mitrovic wrote: > > On Jan 29, 6:47 pm, Steve Holden wrote: > >> Andrej Mitrovic wrote: > >>> I've noticed that when running Python in interactive mode (via cmd on > >>> windows), the first time I hit tab it will move 4 spaces to the right, > >>>

Re: Changing tab behavior in Python Interactive mode

2010-01-29 Thread Steve Holden
Andrej Mitrovic wrote: > On Jan 29, 6:47 pm, Steve Holden wrote: >> Andrej Mitrovic wrote: >>> I've noticed that when running Python in interactive mode (via cmd on >>> windows), the first time I hit tab it will move 4 spaces to the right, >>> however each new tab will move 8 spaces instead of 4.

Re: Changing tab behavior in Python Interactive mode

2010-01-29 Thread Andrej Mitrovic
On Jan 29, 6:47 pm, Steve Holden wrote: > Andrej Mitrovic wrote: > > I've noticed that when running Python in interactive mode (via cmd on > > windows), the first time I hit tab it will move 4 spaces to the right, > > however each new tab will move 8 spaces instead of 4. Why this > > inconsistent

Re: Changing tab behavior in Python Interactive mode

2010-01-29 Thread Steve Holden
Andrej Mitrovic wrote: > I've noticed that when running Python in interactive mode (via cmd on > windows), the first time I hit tab it will move 4 spaces to the right, > however each new tab will move 8 spaces instead of 4. Why this > inconsistent behavior? And how could I change this to be consist

Changing tab behavior in Python Interactive mode

2010-01-29 Thread Andrej Mitrovic
I've noticed that when running Python in interactive mode (via cmd on windows), the first time I hit tab it will move 4 spaces to the right, however each new tab will move 8 spaces instead of 4. Why this inconsistent behavior? And how could I change this to be consistent and always move only 4 spac