6 Mar
2002
6 Mar
'02
11:37 a.m.
* 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?