emacs-devel
[Top][All Lists]
Advanced

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

Re: Can ad-do-it be used in a function called from the defadvice code?


From: Davis Herring
Subject: Re: Can ad-do-it be used in a function called from the defadvice code?
Date: Wed, 1 Jul 2009 09:02:43 -0700 (PDT)
User-agent: SquirrelMail/1.4.8-5.7.lanl3.newsieve

Of course not.  It's not a macro, since you don't call it like a function.
 It can't be a variable, because that couldn't trigger evaluation of the
advised function.  So it must be something magical that defadvice itself
looks for.  It can't see into the functions you're calling -- not without
a truly ridiculous amount of instrumentation and overhead -- so it can't
make ad-do-it magic anywhere else.

Davis

-- 
This product is sold by volume, not by mass.  If it appears too dense or
too sparse, it is because mass-energy conversion has occurred during
shipping.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]