Re: [Python-mode] python.el cleanup

2011-04-05 Thread Stefan Monnier
Please don't reply on this list. Stefan > "Andreas" == Andreas Röhler writes: > Am 05.04.2011 00:24, schrieb Glenn Morris: >> Stefan Monnier wrote: >> >>> The problem was with some of the other contributors, from what I remember. >> >> For example, Andreas Roehler has issues with

[Python-mode] myrkwid branch indentation bug

2011-04-05 Thread Barry Warsaw
Here's another myrkwid branch bug. I've updated to r474 of the branch. -snip snip- def foo(): """The foo thing. -snip snip- Put point on the last line just after the period and hit return. You end up in column zero of the new line, but you should end up under the first doubl

Re: [Python-mode] myrkwid branch indentation bug

2011-04-05 Thread Andreas Röhler
Am 06.04.2011 00:51, schrieb Barry Warsaw: Here's another myrkwid branch bug. I've updated to r474 of the branch. Great, thanks. BTW I'm not sure how to proceed here. Shall I push further into myrkwid, or rather freeze it, opening a new branch for any progress? -snip snip- def f