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: Crappyness of Emacs Version 24.5.1 defadvice Date: Sun, 26 Jun 2016 22:46:09 -0700 (PDT) Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1467010599 31630 80.91.229.3 (27 Jun 2016 06:56:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Jun 2016 06:56:39 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 27 07:47:49 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 1bHPOf-0005Zc-4p for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Jun 2016 07:47:49 +0200 Original-Received: from localhost ([::1]:56592 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bHPOe-0006EM-4Q for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Jun 2016 01:47:48 -0400 X-Received: by 10.31.146.65 with SMTP id u62mr3656741vkd.8.1467006369636; Sun, 26 Jun 2016 22:46:09 -0700 (PDT) X-Received: by 10.36.17.15 with SMTP id 15mr183987itf.10.1467006369559; Sun, 26 Jun 2016 22:46:09 -0700 (PDT) Original-Path: usenet.stanford.edu!jk6no3546045igb.0!news-out.google.com!d62ni20176ith.0!nntp.google.com!r1no3565384ige.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=115.189.99.157; posting-account=SVVH0AoAAABplEQzMkIR3gU7a0gK8IuF Original-NNTP-Posting-Host: 115.189.99.157 User-Agent: G2/1.0 Injection-Date: Mon, 27 Jun 2016 05:46:09 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:218290 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:110600 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.