From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Davin Pearson Newsgroups: gmane.emacs.help Subject: Re: Crappyness of Emacs Version 24.5.1 defadvice Date: Mon, 27 Jun 2016 22:58:24 -0700 (PDT) Message-ID: <51b6ce57-51f6-43b9-9ad0-20540a877dca@googlegroups.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1467093637 1653 80.91.229.3 (28 Jun 2016 06:00:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 28 Jun 2016 06:00:37 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 28 08:00:37 2016 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1bHm4Z-0000wF-3Z for geh-help-gnu-emacs@m.gmane.org; Tue, 28 Jun 2016 08:00:35 +0200 Original-Received: from localhost ([::1]:34357 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bHm4U-00044Y-Tc for geh-help-gnu-emacs@m.gmane.org; Tue, 28 Jun 2016 02:00:30 -0400 X-Received: by 10.98.192.93 with SMTP id x90mr1048555pff.10.1467093505040; Mon, 27 Jun 2016 22:58:25 -0700 (PDT) X-Received: by 10.36.204.4 with SMTP id x4mr24331itf.1.1467093505000; Mon, 27 Jun 2016 22:58:25 -0700 (PDT) Original-Path: usenet.stanford.edu!goblin2!goblin1!goblin.stu.neva.ru!g127no922959ith.0!news-out.google.com!d62ni1567ith.0!nntp.google.com!jk6no4773340igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=122.56.207.223; posting-account=SVVH0AoAAABplEQzMkIR3gU7a0gK8IuF Original-NNTP-Posting-Host: 122.56.207.223 User-Agent: G2/1.0 Injection-Date: Tue, 28 Jun 2016 05:58:25 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:218324 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:110633 Archived-At: 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?