Re: [Python-mode] one more myrkwid bug

2011-04-14 Thread Andreas Röhler
Am 14.04.2011 23:09, schrieb Barry Warsaw: On Apr 14, 2011, at 11:18 PM, Andreas Röhler wrote: think we have discussed that with bug #748198: col 8 will be reached _after_ the closing paren, not before. When inside a dict, its pairs get piled up. Unless you want to have that otherwise

Re: [Python-mode] one more myrkwid bug

2011-04-14 Thread Barry Warsaw
On Apr 14, 2011, at 07:59 PM, Eric S. Johansson wrote: >On 4/14/2011 5:18 PM, Andreas Röhler wrote: >> Further fixes still ahead will take a little bit longer probably. >> Maybe we should keep the trunk for some days before a release, to get som >e > more testers. > >I can spend a little time this

Re: [Python-mode] one more myrkwid bug

2011-04-14 Thread Eric S. Johansson
On 4/14/2011 5:18 PM, Andreas Röhler wrote: Further fixes still ahead will take a little bit longer probably. Maybe we should keep the trunk for some days before a release, to get some more testers. I can spend a little time this weekend testing. what do I grab? __

Re: [Python-mode] one more myrkwid bug

2011-04-14 Thread Barry Warsaw
On Apr 14, 2011, at 11:18 PM, Andreas Röhler wrote: >think we have discussed that with bug #748198: > >col 8 will be reached _after_ the closing paren, not before. > >When inside a dict, its pairs get piled up. > >Unless you want to have that otherwise Hi Andreas, yes this is slightly differe

Re: [Python-mode] one more myrkwid bug

2011-04-14 Thread Andreas Röhler
Am 14.04.2011 22:41, schrieb Barry Warsaw: Hi Andreas, One more indentation bug. -snip snip- def foo(): d = dict( -snip snip- Put point after the open paren on the last night and hit return. You'll end up on column 13 on the new line, but you should be on column 8. Hi B

[Python-mode] one more myrkwid bug

2011-04-14 Thread Barry Warsaw
Hi Andreas, One more indentation bug. -snip snip- def foo(): d = dict( -snip snip- Put point after the open paren on the last night and hit return. You'll end up on column 13 on the new line, but you should be on column 8. I think once you've fixed this, myrkwid will be rea