Re: [Python-mode] py-next-statement, py-previous-statement

2009-01-23 Thread Andreas Roehler
[...] . If, however, I am on a line with an elif it might > be useful to have it back up to the preceeding elif Hi Skip, uploaded new functions forward-/backward-block It stops at every line beginning with python-keywords. Andreas Röhler Mentioned python-mode.el branch is available

Re: [Python-mode] py-next-statement, py-previous-statement

2009-01-22 Thread Andreas Roehler
s...@pobox.com wrote: > Andreas> what about putting cursor with > > Andreas> `py-next-statement' and `py-previous-statement' > > Andreas> at first char on line instead of bol? > > Andreas> Committed it, so you may try... > > I've personally never used either command before. I s

Re: [Python-mode] py-next-statement, py-previous-statement

2009-01-22 Thread skip
Andreas> what about putting cursor with Andreas> `py-next-statement' and `py-previous-statement' Andreas> at first char on line instead of bol? Andreas> Committed it, so you may try... I've personally never used either command before. I suppose the changed behavior would be fi

[Python-mode] py-next-statement, py-previous-statement

2009-01-22 Thread Andreas Roehler
Hi, what about putting cursor with `py-next-statement' and `py-previous-statement' at first char on line instead of bol? Committed it, so you may try... Cheers Andreas Röhler ___ Python-mode mailing list Python-mode@python.org http://mail.python.o