[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: COM-EDIT-DEFINITION extension



I have a suitably hacked up version of this function that keeps a stack of 
definitions that it previously looked at and uses this to set the default
argument.  If no argument is given to meta-. , it goes to the previous definition
and pops the stack.  Frequently I am looking at the definition of a function
and need to see the definition of a function it calls but then want to go back
to the original function.  This feature allows this to happen with no typing of
function names.  To make this work requires only a couple lines of code (see
BAK;ZFIX > ) and might be put into standard ZWEI.