Comment 17 for bug 883905

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

Am 01.11.2011 18:31, schrieb Georg Brandl:
> No, it's not bound by python.el. TAB invokes 'indent-for-tab-command,
> which invokes the function given by 'indent-line-function, which is set
> by 'python-mode to 'py-indent-line. But apparently it is called in such
> a way that (interactive-p) is nil.
>

that's correct.

it's called from indent-for-tab-command, which means from another
function, not interactive here.

In that case, TAB cycles possible indents.
So you should get cycling when repeating TAB

So this bug is done?