Re: [Python-mode] myrkwid bug with backspace/delete

2011-04-01 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 01.04.2011 22:49, schrieb Barry Warsaw: > On Apr 01, 2011, at 10:45 PM, Andreas Röhler wrote: > >>Am 01.04.2011 21:58, schrieb Barry Warsaw: >>> On Apr 01, 2011, at 12:31 PM, Andreas Röhler wrote: >>> checked in fixes. Also cured a mistake of

Re: [Python-mode] myrkwid bug with backspace/delete

2011-04-01 Thread Barry Warsaw
On Apr 01, 2011, at 10:45 PM, Andreas Röhler wrote: >Am 01.04.2011 21:58, schrieb Barry Warsaw: >> 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!

Re: [Python-mode] myrkwid bug with backspace/delete

2011-04-01 Thread Andreas Röhler
Am 01.04.2011 21:58, schrieb Barry Warsaw: 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. ;) -s

Re: [Python-mode] myrkwid bug with backspace/delete

2011-04-01 Thread Barry Warsaw
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,

Re: [Python-mode] myrkwid bug with backspace/delete

2011-04-01 Thread Andreas Röhler
Am 31.03.2011 17:36, schrieb Barry Warsaw: Hi Andreas, myrkwid branch still has a minor problem. -snip snip- class Foo: def foo(self): pass -snip snip- Put point at the end of the 'pass' line. Hit return. Indentation is correct. However backspace/delete never m