Comment 19 for bug 883905

Revision history for this message
Andreas Roehler (a-roehler) wrote : Re: [Bug 883905] Re: More indentation bugs

Am 01.11.2011 15:56, schrieb Georg Brandl:
  I would
> like TAB to indent the line properly, no matter where the point is on
> the line,

TAB was bound to cycling previously and now again.

If it's just to jump to outmost reasonable indent, call

py-indent-line directly.

Or bind it to TAB to avoid cycling.

use BACKSPACE from outmost.

and this is also how TAB behaved previously in python-mode.
>