Re: [Python-mode] one more myrkwid bug

2011-04-15 Thread Barry Warsaw
Hi Andreas, On Apr 15, 2011, at 08:59 AM, Andreas Röhler wrote: >def foo(): > x = dict( > a=1, > b=2, > c=3, > ) > > >which looks okay for me. Except it's a regression from the trunk. When the open paren ends a line, subsequent lines shoul

Re: [Python-mode] one more myrkwid bug

2011-04-15 Thread Andreas Röhler
Am 15.04.2011 13:49, schrieb Barry Warsaw: Hi Andreas, On Apr 15, 2011, at 08:59 AM, Andreas Röhler wrote: def foo(): x = dict( a=1, b=2, c=3, ) which looks okay for me. Except it's a regression from the trunk. Hi Barry, that

Re: [Python-mode] one more myrkwid bug

2011-04-15 Thread Barry Warsaw
On Apr 15, 2011, at 05:05 PM, Andreas Röhler wrote: >Am 15.04.2011 13:49, schrieb Barry Warsaw: >> Hi Andreas, >> >> On Apr 15, 2011, at 08:59 AM, Andreas Röhler wrote: >> >>> def foo(): >>> x = dict( >>> a=1, >>> b=2, >>> c=3, >>> ) >>>

Re: [Python-mode] one more myrkwid bug

2011-04-15 Thread Andreas Röhler
Am 15.04.2011 21:28, schrieb Barry Warsaw: On Apr 15, 2011, at 05:05 PM, Andreas Röhler wrote: Am 15.04.2011 13:49, schrieb Barry Warsaw: Hi Andreas, On Apr 15, 2011, at 08:59 AM, Andreas Röhler wrote: def foo(): x = dict( a=1, b=2, c=3,

Re: [Python-mode] one more myrkwid bug

2011-04-15 Thread Barry Warsaw
On Apr 15, 2011, at 10:01 PM, Andreas Röhler wrote: >checked in the fix meanwhile. Behavior of trunk now default again. I just grabbed the update and it looks good. Thanks, I'll use this version over the weekend. >As for the new variable, would prefer a pure boolean for simplicity. >Maybe `py-i

Re: [Python-mode] one more myrkwid bug

2011-04-15 Thread Andreas Röhler
Am 15.04.2011 22:09, schrieb Barry Warsaw: On Apr 15, 2011, at 10:01 PM, Andreas Röhler wrote: checked in the fix meanwhile. Behavior of trunk now default again. I just grabbed the update and it looks good. Thanks, I'll use this version over the weekend. As for the new variable, would pref

Re: [Python-mode] one more myrkwid bug

2011-04-15 Thread Barry Warsaw
On Apr 15, 2011, at 10:28 PM, Andreas Röhler wrote: >Am 15.04.2011 22:09, schrieb Barry Warsaw: >> On Apr 15, 2011, at 10:01 PM, Andreas Röhler wrote: >> >>> checked in the fix meanwhile. Behavior of trunk now default again. >> >> I just grabbed the update and it looks good. Thanks, I'll use this

[Python-mode] Control-L's break myrkwid

2011-04-15 Thread Barry Warsaw
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 m

Re: [Python-mode] one more myrkwid bug

2011-04-15 Thread Andreas Röhler
Am 15.04.2011 22:24, schrieb Barry Warsaw: On Apr 15, 2011, at 10:28 PM, Andreas Röhler wrote: Am 15.04.2011 22:09, schrieb Barry Warsaw: On Apr 15, 2011, at 10:01 PM, Andreas Röhler wrote: checked in the fix meanwhile. Behavior of trunk now default again. I just grabbed the update and it

Re: [Python-mode] Control-L's break myrkwid

2011-04-15 Thread Andreas Röhler
Am 15.04.2011 23:20, schrieb Barry Warsaw: 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 lin

Re: [Python-mode] one more myrkwid bug

2011-04-15 Thread Barry Warsaw
On Apr 15, 2011, at 11:41 PM, Andreas Röhler wrote: >Am 15.04.2011 22:24, schrieb Barry Warsaw: >> How about then, calling it py-indent-honor-open-paren? > >Also good. > >But let's reflect maybe a little further: >point for me is not just the open paren, but the multiline-form it introduces. >Ope