Re: [Python-mode] Error during indentation

2011-03-13 Thread Andreas Röhler
Am 13.03.2011 12:49, schrieb Andrea Crotti: I get a strange error when I have a situation like this: --8<---cut here---start->8--- 1 class Foo(object): 2 """ 3 Some doc 4 """ 5 --8<---cut here-

Re: [Python-mode] Error during indentation

2011-03-13 Thread Barry Warsaw
On Mar 13, 2011, at 12:49 PM, Andrea Crotti wrote: >I get a strange error when I have a situation like this: >--8<---cut here---start->8--- > 1 class Foo(object): > 2 """ > 3 Some doc > 4 """ > 5 >--8<---cut here-

[Python-mode] Error during indentation

2011-03-13 Thread Andrea Crotti
I get a strange error when I have a situation like this: --8<---cut here---start->8--- 1 class Foo(object): 2 """ 3 Some doc 4 """ 5 --8<---cut here---end--->8--- if I go to line 5 an

Re: [Python-mode] highlight-indentation

2011-03-13 Thread Andreas Röhler
Hi Anton, thanks a lot BTW. Added a link onto your repo into the header. In order to get a wider audience with resp. to other modes an entry at http://www.emacswiki.org/emacs-en might be useful. As for bug-tracking think we should forward any report to you, if it concerns your file(s). OTO