[Zope] Emacs advice

zope-mailinglist zope-mailinglist@mopa.at
Wed, 06 Mar 2002 12:17:38 +0100


seb bacon wrote:
> 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?
> 
> seb
> 
> 
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists - 
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )
> 

in python-mode u can use
C-M-a for the start of def
C-M-e for the end of the def