[Python-mode] myrkwid bug with backspace/delete

Barry Warsaw barry at python.org
Fri Apr 1 21:58:49 CEST 2011


On Apr 01, 2011, at 12:31 PM, Andreas Röhler wrote:

>checked in fixes.  Also cured a mistake of 745208'-fix, where python- and
>emacs-lisp logic has been came across...

Thanks Andreas!  Things are looking better, but still not quite perfect. ;)

-----snip snip-----
def foo():
    a = bar(one=1,
            two=2,
            three=3)
-----snip snip-----

Put point at the closing parenthesis and hit return.  You get lined up under
the 't' in 'three' whereas you should be lined up under the 'a'.

Cheers,
-Barry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-mode/attachments/20110401/c1e4be25/attachment.pgp>


More information about the Python-mode mailing list