[ ... ]
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
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
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
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