Re: [Python-mode] myrkwid ready to merge?

2011-03-31 Thread Andreas Röhler
[ ... ] Hi Barry, added still another python-mode-test.el, running test-cases independently from bugs reported: `py-run-tests' does for now 'py-beginning-of-block-test 'py-end-of-block-test 'py-beginning-of-block-or-clause-test 'py-end-of-block-or-clause-tes

Re: [Python-mode] myrkwid ready to merge?

2011-03-31 Thread Barry Warsaw
On Mar 31, 2011, at 11:56 AM, Andreas Röhler wrote: >added still another python-mode-test.el, running >test-cases independently from bugs reported: > >`py-run-tests' does for now > > 'py-beginning-of-block-test > 'py-end-of-block-test > 'py-beginning-of-block-or-clause-t

[Python-mode] myrkwid bug with backspace/delete

2011-03-31 Thread 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 moves. Cheers, -Barry signature.asc Descript

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

2011-03-31 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