Oh you're going to love this one Andreas. ;) -----snip snip----- class Foo: def baz(self):
^L -----snip snip----- I'm not sure this will come through on the email, but there is a control-L in column zero of the last line. Now put point the line after `def baz` and hit TAB. You'll get a max-lisp-eval-depth error. Remove the ^L and it works fine. Note that Python treats ^L's as whitespace. Cheers, -Barry
signature.asc
Description: PGP signature
_______________________________________________ Python-mode mailing list Python-mode@python.org http://mail.python.org/mailman/listinfo/python-mode