Re: [Python-mode] [Bug 873372] [NEW] Comment indented incorrectly after inline comment

2011-10-13 Thread Andreas Röhler
Am 13.10.2011 16:37, schrieb Barry Warsaw: On Oct 13, 2011, at 02:18 PM, Ryan Kaskel wrote: Another little comment bug: - foo = True # the next line is indented incorrectly # to here -- I think it should line up with 'f' in 'foo'. I'm not

Re: [Python-mode] [Bug 873372] [NEW] Comment indented incorrectly after inline comment

2011-10-13 Thread Barry Warsaw
On Oct 13, 2011, at 06:41 PM, Andreas Röhler wrote: >Am 13.10.2011 16:37, schrieb Barry Warsaw: >> On Oct 13, 2011, at 02:18 PM, Ryan Kaskel wrote: >> >>> Another little comment bug: >>> >>> - >>> foo = True # the next line is indented incorrectly >>> # to here >>>

Re: [Python-mode] [Bug 873372] [NEW] Comment indented incorrectly after inline comment

2011-10-13 Thread Andreas Röhler
Am 13.10.2011 19:32, schrieb Barry Warsaw: On Oct 13, 2011, at 06:41 PM, Andreas Röhler wrote: Am 13.10.2011 16:37, schrieb Barry Warsaw: On Oct 13, 2011, at 02:18 PM, Ryan Kaskel wrote: Another little comment bug: - foo = True # the next line is indented incorrectly