[Zope] Re: Emacs advice

Robin S. Socha robin@xemacs.org
Wed, 06 Mar 2002 06:37:19 -0500


* seb bacon <seb@jamkit.com> writes:

> A quickie for you emacs gurus (sorry, not very zope):
> 
> When I'm editing python code in emacs, is there a way of jumping to
> the definition of the function currently under the point?

C-M-a aka py-beginning-of-def-or-class will search back back for the
closest preceding `def'. Does that help?