[Python-mode] beginning-of-defun-function

2011-04-07 Thread Andreas Röhler
Hi Barry, facing several difficulties with beginning-of-defun-function, like to normalize `py-beginning-of-def-or-class' taking just one argument C-u. That would help in many respects. I'm aware it entangles precious heritages :-) Default would be def-or-class, while C-u would mean `class-only'

Re: [Python-mode] beginning-of-defun-function

2011-04-07 Thread Barry Warsaw
On Apr 07, 2011, at 01:26 PM, Andreas Röhler wrote: >facing several difficulties with >beginning-of-defun-function, like to normalize >`py-beginning-of-def-or-class' taking just one argument >C-u. > >That would help in many respects. I'm aware it >entangles precious heritages :-) > >Default would

Re: [Python-mode] beginning-of-defun-function

2011-04-07 Thread Andreas Röhler
Am 07.04.2011 20:40, schrieb Barry Warsaw: On Apr 07, 2011, at 01:26 PM, Andreas Röhler wrote: facing several difficulties with beginning-of-defun-function, like to normalize `py-beginning-of-def-or-class' taking just one argument C-u. That would help in many respects. I'm aware it entangles p