Re: [Python-mode] M-x beginning-of-defun

2008-11-29 Thread Andreas Roehler
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

Re: [Python-mode] M-x beginning-of-defun

2008-11-29 Thread Barry Warsaw
-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