Barry Warsaw wrote:
> On Nov 29, 2008, at 12:02 PM, Andreas Roehler wrote:
>
>> `beginning-of-defun-raw' in GNU Emacs has a nice
>> feature, enabling functions instead of regexps to
>> determine beginning and end of defun, i.e. function or form.
>
>> In python-mode.el I see you solved this by bin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Nov 29, 2008, at 12:02 PM, Andreas Roehler wrote:
`beginning-of-defun-raw' in GNU Emacs has a nice
feature, enabling functions instead of regexps to
determine beginning and end of defun, i.e. function or form.
In python-mode.el I see you solved