bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#3984:


From: Ryan
Subject: bug#3984:
Date: Thu, 19 Sep 2013 22:03:39 -0700
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130801 Thunderbird/17.0.8

On a related note, what is the proper way to test for the new advice system? (featurep 'nadvice)?

Anyway, now that we have a fix for when call-interactively is advised, what do you want to do about the case where the called function is advised with the innermost advice being around? The only problem we really need to solve is being absolutely whether or not a given stack frame is the innermost function in an advice stack. The two options that I can see are a complete top-down search or modifying around advice so that it gives a consistent signature (e.g. by wrapping the advised function in a special lambda.

-Ryan





reply via email to

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