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

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

Re: Crappyness of Emacs Version 24.5.1 defadvice


From: Davin Pearson
Subject: Re: Crappyness of Emacs Version 24.5.1 defadvice
Date: Mon, 27 Jun 2016 22:58:24 -0700 (PDT)
User-agent: G2/1.0

On Monday, June 27, 2016 at 5:46:10 PM UTC+12, Davin Pearson wrote:
> I have recently upgraded Emacs Version 24.5.1
> 
> emacs-24.5-bin-i686-mingw32.zip
> 
> I have a bunch of defadvice forms for implementing a d-speedbar
> feature that is superior to the built in speedbar feature.
> 
> (defadvice describe-mode (around d-speedbar activate)
>   (delete-other-windows)
>   ad-do-it)
> 
> C-h f describe-mode RET says:
> 
> :around advice: `ad-Advice-describe-mode'
> 
> it used to say:
> 
> :around advice: d-speedbar
> 
> The old behavior is preferable so I know which file the advice
> is coming from.

Could someone tell me how to get the old behavior back?


reply via email to

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