Comment 0 for bug 1163423

Revision history for this message
Andreas Roehler (a-roehler) wrote :

up vote 0 down vote favorite

If I press <TAB> on code that is indented like the one below, Emacs runs into an infinite never-ending process, never fixing the indentation

          http://stackoverflow.com/questions/15767481/python-mode-in-emacs-tab-results-in-never-ending-processs

I checked with C-h k and <TAB> is bound to (py-indent-line &optional ARG RECURSIVE), which I think is correct.