Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
local unfunction
Is it possible to unfunction something just within another function?  
I've tried:
unset -fm ....
... but the functions remain dead after the calling function returns.  I 
can of course just resource them, but I'll bet the unset can be made local.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author