Hi Barry,
herewith a function I'm used to when editing and didn't want miss it in
python-mode.
Maybe have a look, if it seems useful for others too.
Needs
(require 'beg-end)
(require 'thing-at-point-utils)
(require 'thingatpt-utils-base)
from https://code.launchpad.net/s-x-emacs-werkstatt/
Hi pythonics,
introduced `py-match-paren', known as `match-paren' in
Emacs Lisp - jump to and fro beg-end of block.
Realising this, traversing comments needed to be
reliable: re-implemented `forward-comment', called here
py-forward-comment, but should work with any mode.
BTW next weeks I have t