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

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

Re: Can an :around advice know the name of the function it is advising?


From: Michael Heerdegen
Subject: Re: Can an :around advice know the name of the function it is advising?
Date: Sun, 14 Feb 2016 17:40:26 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.91 (gnu/linux)

Michael Heerdegen <michael_heerdegen@web.de> writes:

> AFAICT the process of installing advises only touches functions, but
> doesn't cause changes on the symbol level apart from the functions
> fbound to them.

Correction: it can change the property list of a symbol.  But that
doesn't help: if you look at the symbol-function of an advised named
function, there is no reference to the name there.

But well, that's not the case for unadvised named functions as well.

Michael.





reply via email to

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