From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.bugs Subject: bug#27879: Bad behavior with sr-speedbar package Date: Mon, 31 Jul 2017 13:15:58 +0200 Message-ID: References: <597E278B.4000705@gmx.at> <6f08ae4a-6cf2-6953-360c-63d92372d947@alice.it> <597ECC49.2070306@gmx.at> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1501500015 12724 195.159.176.226 (31 Jul 2017 11:20:15 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 31 Jul 2017 11:20:15 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 To: martin rudalics , 27879@debbugs.gnu.org, sebastian_rose@gmx.de, plunix@users.sourceforge.net Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Jul 31 13:20:11 2017 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dc8k6-0002xK-LC for geb-bug-gnu-emacs@m.gmane.org; Mon, 31 Jul 2017 13:20:10 +0200 Original-Received: from localhost ([::1]:58805 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dc8kB-0004Oa-3z for geb-bug-gnu-emacs@m.gmane.org; Mon, 31 Jul 2017 07:20:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38140) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dc8k2-0004IZ-0G for bug-gnu-emacs@gnu.org; Mon, 31 Jul 2017 07:20:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dc8jy-0006Pa-Qm for bug-gnu-emacs@gnu.org; Mon, 31 Jul 2017 07:20:06 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:60362) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dc8jy-0006PD-NQ for bug-gnu-emacs@gnu.org; Mon, 31 Jul 2017 07:20:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dc8jy-0005XQ-AM for bug-gnu-emacs@gnu.org; Mon, 31 Jul 2017 07:20:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Angelo Graziosi Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 31 Jul 2017 11:20:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 27879 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: wontfix Original-Received: via spool by 27879-submit@debbugs.gnu.org id=B27879.150149996421241 (code B ref 27879); Mon, 31 Jul 2017 11:20:02 +0000 Original-Received: (at 27879) by debbugs.gnu.org; 31 Jul 2017 11:19:24 +0000 Original-Received: from localhost ([127.0.0.1]:34806 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dc8jL-0005WX-RT for submit@debbugs.gnu.org; Mon, 31 Jul 2017 07:19:24 -0400 Original-Received: from smtp202.alice.it ([82.57.200.98]:18552) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dc8jK-0005WK-Fb for 27879@debbugs.gnu.org; Mon, 31 Jul 2017 07:19:23 -0400 Original-Received: from [192.168.1.102] (87.19.228.159) by smtp202.alice.it (8.6.060.43) (authenticated as angelo.graziosi@alice.it) id 5976E5120A3A3A9E; Mon, 31 Jul 2017 13:16:01 +0200 In-Reply-To: <597ECC49.2070306@gmx.at> Content-Language: en-US X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:135192 Archived-At: Il 31/07/2017 08:20, martin rudalics ha scritto: > > I don't understand these technical details.. I am a simple user of the > > package. You should explain if the user has to put something in the > > init.el file. What I seem to understand is that now sr-speedbar is no > > longer compatible with current development of Emacs... > > sr-speedbar wasn't compatible ever since that advice was added to it. > Stephen Berman explained how to deactivate it. Just add > > (ad-deactivate 'pop-to-buffer) Thanks! Really I already did this.. but in the wrong place (in my true init.el, I use an hook...). Now I found the right place.. Angelo