Hi Barry,

trying to keep some experimental implementations synced
semantically, I'm stumbling about the following:

py-goto-block-up (&optional nomark)
  "Move up to start of current block.
Go to the statement that starts the smallest enclosing block; roughly
speaking, this will be the closest preceding statement that ends with a
colon and is indented less than the statement you started on....
"

IMHO it should rather be named into something like
`py-goto-beginning-of-block'

while `py-goto-block-up' indicates a higher level.

(?)

Cheers

Andreas

--
https://code.launchpad.net/~a-roehler/python-mode
https://code.launchpad.net/s-x-emacs-werkstatt/

_______________________________________________
Python-mode mailing list
Python-mode@python.org
http://mail.python.org/mailman/listinfo/python-mode

Reply via email to