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

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

Re: show all the advise


From: Michael Heerdegen
Subject: Re: show all the advise
Date: Fri, 13 Jan 2012 19:24:41 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)

jidanni@jidanni.org writes:

> (info "(elisp) Advising Functions") should mention how to see all the
> advice currently present. Just like
> $ set
> in bash shows all the shell variables.

The variable `ad-advised-functions' could be a good starting point.  And you
can use (ad-get-advice-info 'some-fun) to retrieve advice information of
`some-fun'.  Those could be combined if you want.


- Michael



reply via email to

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