From unknown Mon Jun 23 07:48:19 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#27879 <27879@debbugs.gnu.org> To: bug#27879 <27879@debbugs.gnu.org> Subject: Status: Bad behavior with sr-speedbar package Reply-To: bug#27879 <27879@debbugs.gnu.org> Date: Mon, 23 Jun 2025 14:48:19 +0000 retitle 27879 Bad behavior with sr-speedbar package reassign 27879 emacs submitter 27879 Angelo Graziosi severity 27879 normal tag 27879 wontfix thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 30 10:56:50 2017 Received: (at submit) by debbugs.gnu.org; 30 Jul 2017 14:56:50 +0000 Received: from localhost ([127.0.0.1]:34389 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dbpeE-00055D-JB for submit@debbugs.gnu.org; Sun, 30 Jul 2017 10:56:50 -0400 Received: from eggs.gnu.org ([208.118.235.92]:42487) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dbpeD-000551-BN for submit@debbugs.gnu.org; Sun, 30 Jul 2017 10:56:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dbpe7-0001k8-6x for submit@debbugs.gnu.org; Sun, 30 Jul 2017 10:56:44 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=BAYES_50,FREEMAIL_FROM, RCVD_IN_SORBS_SPAM autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:42621) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dbpe7-0001k3-3M for submit@debbugs.gnu.org; Sun, 30 Jul 2017 10:56:43 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33452) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dbpe5-0007vC-MD for bug-gnu-emacs@gnu.org; Sun, 30 Jul 2017 10:56:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dbpe2-0001g6-Ls for bug-gnu-emacs@gnu.org; Sun, 30 Jul 2017 10:56:41 -0400 Received: from smtp201.alice.it ([82.57.200.97]:53905) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dbpe2-0001e8-90 for bug-gnu-emacs@gnu.org; Sun, 30 Jul 2017 10:56:38 -0400 Received: from [192.168.1.102] (87.19.228.159) by smtp201.alice.it (8.6.060.43) (authenticated as angelo.graziosi@alice.it) id 5939890724E1A91F; Sun, 30 Jul 2017 16:56:29 +0200 To: "bug-gnu-emacs@gnu.org" , sebastian_rose@gmx.de, plunix@users.sourceforge.net From: Angelo Graziosi Subject: Bad behavior with sr-speedbar package Message-ID: Date: Sun, 30 Jul 2017 16:56:20 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.5 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.5 (----) With recent builds from master, after 20170728 - f1ed31a8f5c6f19aa5e119e670533241c6375945 commit, visiting a buffer produces a "New window below" (C-x 2) and the buffer shows up in the bottom window. Usually, when one visits a buffer this is in the current window without splitting.. I can reproduce this behavior on GNU/Linux Mint 18.2 x64 (Mate), W64 (MSYS2/MINGW64) and macOS Sierra (10.12.6, NS build). This is the minimal ~/.emacs.d/init.el: $ cat init.el ;; Adds the MELPA repo to Emacs Packages (when (>= emacs-major-version 24) (require 'package) (add-to-list 'package-archives '("melpa" . "http://melpa.org/packages/") t) (package-initialize)) (require 'sr-speedbar) Steps: 1. Start Emacs. It starts with a single window containing the *GNU Emacs* buffer. 2. Now toggle the sr-speedbar: M-x sr-speedbar-toggle. It contains two windows: on the right, the sr-speedbar; on the left the *GNU Emacs* buffer. 3. In *GNU Emacs* buffer visit a buffer: C-x C-f foo.txt. The *GNU Emacs* buffer window is divided (as in C-x 2) and foo.txt is in the bottom window. The last master with the right behavior is 2017-07-28 12:38:22 +0300, f1ed31a8f5c6f19aa5e119e670533241c6375945. Ciao, Angelo. From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 30 13:23:46 2017 Received: (at submit) by debbugs.gnu.org; 30 Jul 2017 17:23:46 +0000 Received: from localhost ([127.0.0.1]:34467 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dbrwP-0001tC-UE for submit@debbugs.gnu.org; Sun, 30 Jul 2017 13:23:46 -0400 Received: from eggs.gnu.org ([208.118.235.92]:41184) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dbrwO-0001t0-L6 for submit@debbugs.gnu.org; Sun, 30 Jul 2017 13:23:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dbrwI-00065O-7x for submit@debbugs.gnu.org; Sun, 30 Jul 2017 13:23:39 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=BAYES_50,FREEMAIL_FROM, RCVD_IN_SORBS_SPAM autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:35881) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dbrwI-00065F-4g for submit@debbugs.gnu.org; Sun, 30 Jul 2017 13:23:38 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60378) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dbrwG-00064a-Sj for bug-gnu-emacs@gnu.org; Sun, 30 Jul 2017 13:23:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dbrwB-00062M-RZ for bug-gnu-emacs@gnu.org; Sun, 30 Jul 2017 13:23:36 -0400 Received: from smtp202.alice.it ([82.57.200.98]:22295) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dbrwB-00061j-En for bug-gnu-emacs@gnu.org; Sun, 30 Jul 2017 13:23:31 -0400 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 5976E512082E8D59; Sun, 30 Jul 2017 19:23:11 +0200 Subject: Re: Bad behavior with sr-speedbar package From: Angelo Graziosi To: "bug-gnu-emacs@gnu.org" , sebastian_rose@gmx.de, stephen.berman@gmx.net References: Message-ID: <912f1be4-1d2c-1a97-5e3f-fbb0b1e004c9@alice.it> Date: Sun, 30 Jul 2017 19:23:09 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.5 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.5 (----) OK, I found the commit that causes this issue: committer Stephen Berman commit 8e394b082bd6ecd9ba212cb3ca07cbace66767a6 Preserve point under 'dired-auto-revert-buffer' (third case) * lisp/files.el (find-file): Use pop-to-buffer-same-window instead of switch-to-buffer. This preserves Dired window point when dired-auto-revert-buffer is non-nil. (Bug#27243) * test/lisp/dired-tests.el (dired-test-bug27243-01) (dired-test-bug27243-02, dired-test-bug27243-03): New tests. The first two replace a previous test that combined them; that test intermittently fails in the Hydra build system, so maybe separating the two cases will help locate the point of failure. The third test involves find-file but is here because it, like the others, is testing the effect of dired-auto-revert-buffer. With the previous commit, author Allen Li committer Eli Zaretskii commit dfee60fe66f3d9fe4249c9662d802753f3e50929 Do not unset user key remaps in dired-x * lisp/dired-x.el (dired-x-bind-find-file): Don't map any keys if user sets dired-x-hands-off-my-keys. (Bug#27828) all works as expected. Angelo Il 30/07/2017 16:56, Angelo Graziosi ha scritto: > With recent builds from master, after 20170728 - > f1ed31a8f5c6f19aa5e119e670533241c6375945 commit, visiting a buffer > produces a "New window below" (C-x 2) and the buffer shows up in the > bottom window. > > Usually, when one visits a buffer this is in the current window without > splitting.. > > I can reproduce this behavior on GNU/Linux Mint 18.2 x64 (Mate), W64 > (MSYS2/MINGW64) and macOS Sierra (10.12.6, NS build). This is the > minimal ~/.emacs.d/init.el: > > $ cat init.el > ;; Adds the MELPA repo to Emacs Packages > (when (>= emacs-major-version 24) > (require 'package) > (add-to-list > 'package-archives > '("melpa" . "http://melpa.org/packages/") > t) > (package-initialize)) > > (require 'sr-speedbar) > > Steps: > > 1. Start Emacs. It starts with a single window containing the *GNU > Emacs* buffer. > > 2. Now toggle the sr-speedbar: M-x sr-speedbar-toggle. It contains two > windows: on the right, the sr-speedbar; on the left the *GNU Emacs* buffer. > > 3. In *GNU Emacs* buffer visit a buffer: C-x C-f foo.txt. The *GNU > Emacs* buffer window is divided (as in C-x 2) and foo.txt is in the > bottom window. > > The last master with the right behavior is 2017-07-28 12:38:22 +0300, > f1ed31a8f5c6f19aa5e119e670533241c6375945. > > > Ciao, > Angelo. From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 30 14:38:25 2017 Received: (at 27879) by debbugs.gnu.org; 30 Jul 2017 18:38:25 +0000 Received: from localhost ([127.0.0.1]:34524 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dbt6f-0003bI-Aj for submit@debbugs.gnu.org; Sun, 30 Jul 2017 14:38:25 -0400 Received: from mout.gmx.net ([212.227.17.22]:50236) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dbt6d-0003b4-LU for 27879@debbugs.gnu.org; Sun, 30 Jul 2017 14:38:24 -0400 Received: from [192.168.1.100] ([46.125.249.68]) by mail.gmx.com (mrgmx101 [212.227.17.168]) with ESMTPSA (Nemesis) id 0Lkjuq-1eA7OP2dSm-00aVJ3; Sun, 30 Jul 2017 20:38:09 +0200 Message-ID: <597E278B.4000705@gmx.at> Date: Sun, 30 Jul 2017 20:38:03 +0200 From: martin rudalics MIME-Version: 1.0 To: Angelo Graziosi , 27879@debbugs.gnu.org, sebastian_rose@gmx.de, plunix@users.sourceforge.net Subject: Re: bug#27879: Bad behavior with sr-speedbar package References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Provags-ID: V03:K0:Tmqjq9QN7+fyXzZNJ3le0moq0RavsWEPmqNfhGYKK5/TZpa5xz0 ALB+So2V3pe1Nk/HeRNAwByqHNrcc+VLkBnclfnWM4V9C5PBfO7ToHrAi+fVJIBhcFv/y+4 vpvnV+6H5b6vkz3AeOG7janfjw5Chb/ctApGtFR6qfKStRK/r53I1Pp7L4q6seZba4lIBgK cSGwqTcm5M4YuA3WndgQg== X-UI-Out-Filterresults: notjunk:1;V01:K0:NgOszZKc2kE=:8Iq/TSG/B4zkw5G4Y2DvUP NbnEOxxIdJeFRJRn8zlSU9PxpVMXRx1sl18Xr8b81DJCu1oBT2gvObk03NaqY+irPq4bMEsmB szX4N8zVSdaePeP48Y28/Z1SCAIIMbxD1i9S6K8kRGQNEYWPfwf/iirS4rGLVngQxajROFxM0 nNcuDdALs5VdFr4QDrfJVYidCy7MEmGivuupJ0zZ33Uvxoo4xt3R4snFznz4Bt1TLP01Njbk4 KQVBWfWc1mq7bfnni8ecAWht2lQSC30SwIZNFQbCsWprqASKvvIFks2weGG7V703PrMGgNROi UpxXJ6Igh62siAxqa1xRABVW0gPi/Vyii7Bk76O2TaAUlbWhcdBKQyd9nvugOWWUhwTtvOuDQ tlncFPIAU42GrL3u5ZMCmYv8Tr8LtFpe4ry7C7r5luLIq/ulHiChAOQNiatWlmi4J7Yt0rNqf ImNdjCYzhio+aROglLx6JEd5FG/4DnvJPH9XRUF9d5YwQcIopEjhTWDOGqFTzPIkCSsF9Oyev y75Y/0j73PQcyEzW0fhxlspYq93rewrK34kVcWJz0M765z+O+MRP6arzXuvJ7zAPyAOrOPF14 jeVOABZtOkIqwzF4TBy/HtLMpCiz6y2XYTXqLw0u66Ic3TZPspLcKHtw3M+ho7Q+XvGkkN06W tuw7DOF44hcGKY2dCLvywevSHL3FLTFrnvqynRx/KQmv+x6tvFX6s2upTR9qnJwjfEtNOeWGb P8mLdF0VRcnjroeDfnhNArOBKM778ToQ9FUVyy4A+5oYaZMgglSoC6Ho+8QFoIXtRU2WXShJv kzWBXtC0nvUcrZlrGp563VvAhU+HE1SZXs6iGiJ/sdRobtSxd3GID2Xp1CIcyHiezDtyH+6 X-Spam-Score: -3.5 (---) X-Debbugs-Envelope-To: 27879 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.5 (---) > 1. Start Emacs. It starts with a single window containing the *GNU Ema= cs* buffer. > > 2. Now toggle the sr-speedbar: M-x sr-speedbar-toggle. It contains two= windows: on the right, the sr-speedbar; on the left the *GNU Emacs* buff= er. > > 3. In *GNU Emacs* buffer visit a buffer: C-x C-f foo.txt. The *GNU Ema= cs* buffer window is divided (as in C-x 2) and foo.txt is in the bottom w= indow. > > The last master with the right behavior is 2017-07-28 12:38:22 +0300, = f1ed31a8f5c6f19aa5e119e670533241c6375945. sr-speedbar advises =E2=80=98pop-to-buffer=E2=80=99. It shouldn't do tha= t or at least do it in some different fashion. The current behavior just breaks it. martin From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 30 15:55:20 2017 Received: (at 27879) by debbugs.gnu.org; 30 Jul 2017 19:55:20 +0000 Received: from localhost ([127.0.0.1]:34549 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dbuJ6-0005RU-Eo for submit@debbugs.gnu.org; Sun, 30 Jul 2017 15:55:20 -0400 Received: from mout.gmx.net ([212.227.15.15]:60931) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dbuJ4-0005RH-UO for 27879@debbugs.gnu.org; Sun, 30 Jul 2017 15:55:19 -0400 Received: from rosalinde ([83.135.31.86]) by mail.gmx.com (mrgmx002 [212.227.17.190]) with ESMTPSA (Nemesis) id 0MfVU3-1dDTgy2JPH-00P2mY; Sun, 30 Jul 2017 21:55:11 +0200 From: Stephen Berman To: Angelo Graziosi Subject: Re: bug#27879: Bad behavior with sr-speedbar package References: <912f1be4-1d2c-1a97-5e3f-fbb0b1e004c9@alice.it> Date: Sun, 30 Jul 2017 21:55:10 +0200 In-Reply-To: <912f1be4-1d2c-1a97-5e3f-fbb0b1e004c9@alice.it> (Angelo Graziosi's message of "Sun, 30 Jul 2017 19:23:09 +0200") Message-ID: <877eypem3l.fsf@rosalinde> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Provags-ID: V03:K0:E02I48x+phqfV2ie5ck6zYEy0yHQBuAfHttItH8muYrvC5st2Z8 dITsmLYnB4RE2wpf8jpnRdw9cj57+XOqTSUn3g9dMH9sa4HCuTFO+5pLIPnS8xYWnMOst4U 0/ekvpBsSYtylm4F1Bfff1H5PYQ7Bkbz76SUyOvivDetUbYdjEgothADUEUMaDVhjg60u6k 3hAMq2uz3lw+4kUjTWPgQ== X-UI-Out-Filterresults: notjunk:1;V01:K0:CTnhslefAvE=:OIFpFUVoojQORjcEwZ6N2K FsEWI3TOhwk+QDrkX0juhjHpJpmEugQCsJtFBYeB0nT4bBASucoTMyFyFgVSt336qNkqbxInK d7wNN+q/y6jnD0F85UieMHR6LP6R4VTMhH2fKgBgkPFEd+GNnGikknciu5Ni4USDjju2Qpswq gxjF1yNs6blaZk7wHrLzjrD7wGWeWMFp2XuVojb0MHxD/XyQmRQLNwot0HFNQd2EYXcPC1F3G peiCRilWsAdzxERs1NxhIKeclEV1k0E0LkKmpnx60UR8GhlB8N2SFFpsburTdR69s8CyvYwUK HW5VGTdKjREeUkwRIMdmCR4CgDJX++wvcOGoXKUI6HJFR8eOXi2UYcZ33vIt+fwpwg0tiSKeF 9ERm01HiR/nPNbZ6EcuFju69C7rWkdddKNoxX2my3vm1OdZ8cWF+uHf4Ev8f1r3YksBJWOr/W lCTUxATIBXTl6uKhev+1VMVfgPE1NXj8FdF1HC4tfa71HEdzQZh5y+jRjQHT0MBfYK7pOEK/I gLS2vWyW/jvcNVGuWy90etAtTiOxn7zYU0SXi73Yc198nv3jFZhqRSZIQiRayr72EbQiMetXt S1/g3EhVCNrz7XLUjdBJncx6Tg+PIfniJD1MtHF1RNPLUHIuYytzeQ36mYpLJ4HIilvdd2jEQ OtJxGKXqAcBbz2kuB6a72SNClBuNpY9JQacCeuKMT/l0T8seILX24OJ0n+nMjpnZxfC29DlcX V1beNF4Wjdws+hZ/KVHcmOXsInom8ZQttoQ8dJxvBFiVLpnHEyUTg+Mps2Vn0lNN5fDAssRK0 k3Mxs37wkoZm6NOQAAiHh/Zncn8zSbFMMkl9GcFuRP5DWDsijU= X-Spam-Score: -3.0 (---) X-Debbugs-Envelope-To: 27879 Cc: sebastian_rose@gmx.de, 27879@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.0 (---) On Sun, 30 Jul 2017 19:23:09 +0200 Angelo Graziosi wrote: > OK, I found the commit that causes this issue: > > > committer Stephen Berman > commit 8e394b082bd6ecd9ba212cb3ca07cbace66767a6 > > Preserve point under 'dired-auto-revert-buffer' (third case) > * lisp/files.el (find-file): Use pop-to-buffer-same-window > instead of switch-to-buffer. This preserves Dired window > point when dired-auto-revert-buffer is non-nil. (Bug#27243) As Martin Rudalics noted, sr-speedbar advises pop-to-buffer. I executed your recipe, but before calling sr-speedbar-toggle I deactivated the advice (M-x ad-deactivate). This still creates a speedbar in the frame, but now C-x C-f visits the file in the same window instead of splitting the window. Whether other sr-speedbar functionality is impaired by not advising pop-to-buffer, I don't know, but Martin's advice in surely appropriate, and sr-speedbar should take it. Steve Berman From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 30 17:44:13 2017 Received: (at 27879) by debbugs.gnu.org; 30 Jul 2017 21:44:13 +0000 Received: from localhost ([127.0.0.1]:34583 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dbw0T-0001Xe-E8 for submit@debbugs.gnu.org; Sun, 30 Jul 2017 17:44:13 -0400 Received: from smtp202.alice.it ([82.57.200.98]:1279) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dbw0S-0001XQ-Af for 27879@debbugs.gnu.org; Sun, 30 Jul 2017 17:44:13 -0400 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 5976E512089A9410; Sun, 30 Jul 2017 23:43:56 +0200 Subject: Re: bug#27879: Bad behavior with sr-speedbar package To: martin rudalics , 27879@debbugs.gnu.org, sebastian_rose@gmx.de, plunix@users.sourceforge.net References: <597E278B.4000705@gmx.at> From: Angelo Graziosi Message-ID: <6f08ae4a-6cf2-6953-360c-63d92372d947@alice.it> Date: Sun, 30 Jul 2017 23:43:48 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <597E278B.4000705@gmx.at> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 27879 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) Il 30/07/2017 20:38, martin rudalics ha scritto: > > 1. Start Emacs. It starts with a single window containing the *GNU > Emacs* buffer. > > > > 2. Now toggle the sr-speedbar: M-x sr-speedbar-toggle. It contains > two windows: on the right, the sr-speedbar; on the left the *GNU Emacs* > buffer. > > > > 3. In *GNU Emacs* buffer visit a buffer: C-x C-f foo.txt. The *GNU > Emacs* buffer window is divided (as in C-x 2) and foo.txt is in the > bottom window. > > > > The last master with the right behavior is 2017-07-28 12:38:22 +0300, > f1ed31a8f5c6f19aa5e119e670533241c6375945. > > sr-speedbar advises ‘pop-to-buffer’. It shouldn't do that or at least > do it in some different fashion. The current behavior just breaks it. 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... From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 30 21:59:39 2017 Received: (at 27879) by debbugs.gnu.org; 31 Jul 2017 01:59:39 +0000 Received: from localhost ([127.0.0.1]:34663 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dbzzf-0007Qt-1h for submit@debbugs.gnu.org; Sun, 30 Jul 2017 21:59:39 -0400 Received: from eggs.gnu.org ([208.118.235.92]:40126) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dbzzd-0007Qf-2G for 27879@debbugs.gnu.org; Sun, 30 Jul 2017 21:59:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dbzzX-0008M1-CQ for 27879@debbugs.gnu.org; Sun, 30 Jul 2017 21:59:32 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:41465) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dbzzS-0008ID-Cr; Sun, 30 Jul 2017 21:59:26 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1dbzzQ-00061q-JO; Sun, 30 Jul 2017 21:59:24 -0400 From: Glenn Morris To: Angelo Graziosi Subject: Re: bug#27879: Bad behavior with sr-speedbar package References: <597E278B.4000705@gmx.at> <6f08ae4a-6cf2-6953-360c-63d92372d947@alice.it> X-Spook: CIA Hazardous material incident TB ANC Attorney General X-Ran: sZR|bU`['ij<4OLM#-3c|N-*YGqL>6KXS&ptsZ\%y5mJ^[ulVLqF$!BJ#[u#:kvf*Rbh-5 X-Hue: white X-Debbugs-No-Ack: yes X-Attribution: GM Date: Sun, 30 Jul 2017 21:59:24 -0400 In-Reply-To: <6f08ae4a-6cf2-6953-360c-63d92372d947@alice.it> (Angelo Graziosi's message of "Sun, 30 Jul 2017 23:43:48 +0200") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 27879 Cc: martin rudalics , sebastian_rose@gmx.de, 27879@debbugs.gnu.org, plunix@users.sourceforge.net X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Angelo Graziosi wrote: > 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... It's not part of Emacs (or GNU ELPA). Report it to whoever maintains it. From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 30 21:59:50 2017 Received: (at control) by debbugs.gnu.org; 31 Jul 2017 01:59:50 +0000 Received: from localhost ([127.0.0.1]:34666 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dbzzq-0007RK-9a for submit@debbugs.gnu.org; Sun, 30 Jul 2017 21:59:50 -0400 Received: from eggs.gnu.org ([208.118.235.92]:40156) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dbzzo-0007R5-Ii for control@debbugs.gnu.org; Sun, 30 Jul 2017 21:59:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dbzzj-0008SV-1a for control@debbugs.gnu.org; Sun, 30 Jul 2017 21:59:43 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:41471) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dbzzi-0008SR-Uf for control@debbugs.gnu.org; Sun, 30 Jul 2017 21:59:42 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1dbzzi-0006he-MU for control@debbugs.gnu.org; Sun, 30 Jul 2017 21:59:42 -0400 Subject: control message for bug 27879 To: X-Mailer: mail (GNU Mailutils 2.99.98) Message-Id: From: Glenn Morris Date: Sun, 30 Jul 2017 21:59:42 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) tag 27879 wontfix close 27879 From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 31 02:21:20 2017 Received: (at 27879) by debbugs.gnu.org; 31 Jul 2017 06:21:20 +0000 Received: from localhost ([127.0.0.1]:34719 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dc44u-00073P-JU for submit@debbugs.gnu.org; Mon, 31 Jul 2017 02:21:20 -0400 Received: from mout.gmx.net ([212.227.15.18]:63760) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dc44s-00073C-Tx for 27879@debbugs.gnu.org; Mon, 31 Jul 2017 02:21:19 -0400 Received: from [192.168.1.100] ([46.125.250.83]) by mail.gmx.com (mrgmx003 [212.227.17.190]) with ESMTPSA (Nemesis) id 0LnxQO-1e4XCh46NE-00fxSI; Mon, 31 Jul 2017 08:21:04 +0200 Message-ID: <597ECC49.2070306@gmx.at> Date: Mon, 31 Jul 2017 08:20:57 +0200 From: martin rudalics MIME-Version: 1.0 To: Angelo Graziosi , 27879@debbugs.gnu.org, sebastian_rose@gmx.de, plunix@users.sourceforge.net Subject: Re: bug#27879: Bad behavior with sr-speedbar package References: <597E278B.4000705@gmx.at> <6f08ae4a-6cf2-6953-360c-63d92372d947@alice.it> In-Reply-To: <6f08ae4a-6cf2-6953-360c-63d92372d947@alice.it> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:7DjDo1/NZpRlFiNiKnS54m2/PTbVH3uMdpvxun6WDOMNdU1WUfg S1hhhCcZOlkzQxSfUJ2uVTpLQ6mUmAK4R/s0g3Av1eViD1Fvhez9euHij1Zs4BmMSJi2Kig v0xg/7PhdkWouSlyQ8hZFHIzRM6b4tRSsxBn0aXBwVHpkqos7D3K8mFu63LLt1AvRIxEfuP o8C7RTn1H1dCB8BJCmv3A== X-UI-Out-Filterresults: notjunk:1;V01:K0:1GjBBszQleY=:rWa0UGkginoOB11ohHytaG NCp32kxyWXilTFGMrL2ikN8HlAVJqSrx8pXG5gledg/vWetEo4ysgdlJpETjneO2RCsijghd0 EEUxi8lDIhUeVfu7tAvxJ//6MoOx6rVcE+AALcctsZrsDoO4mH6LSlB6GBjPNMniUdVaVuC5s FTiHCjjAqd8V+Vn5IAdphvkpNyIgZrflkAnoeUBiz/rxzbR7qTt2tjMDiNr4kfTys9Ou53+R2 43ZBK3UZf+Hq5oo8qDOrDhY7TAk/qobpGA2uS11o3hn1FWOB6vihfaopAK9XNimNpSalx91NQ QNr4Zsw7/90T8CS8+ZW2rlVdDDnCKouh1W/OEquBLmFsxIyO+VDGmglezK1DbJ/HEBUh9/wO5 LKjFjXy4gW5vewSbyj10GQrqUejE8/VNtK1aYER3mXoVjD1wHiPGDSytmoGc5z1pdzZqu5WWO fJCCxARYMiFftsmciS94oDpobuxyvIcgtqzTce5xIjfBTVrymhPv4oVgcj9aVVYuN9sE+uAVD yzGoL5CwBFDdxK2u6P+ElkJYp1A403sL0/D9N1gjE/RrNlCnw1NhlkM3LtKMaXhrmfsT/4rAO BeHgmS0qL5nb3XwL5KMK+snEx/VE5UX/kM+Qqg6+/9KVhzgTg5hE0dMmGYnMqDODZ3/lDULum UsFZSf2lwiYFIdLm2TgCHcIrHQhpww+U4lfTH3p2k3imv7LcaYzcYsjbnW2HpxVHDwyDsYVmE yY3yOTQrvd7xQSG4NIHrJXAm8uMklFq8f7JDICVNV5Yyh1fMRCXQ1US+oLopSk6YIRM+79Kwg XVXouGlRXeJqXnu36G0fRbU+9tkJHRuvi4+o/EHHrDl0dDugIs= X-Spam-Score: -0.2 (/) X-Debbugs-Envelope-To: 27879 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.2 (/) > 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) to your init file or remove the defadvice from sr-speedbar.el. martin From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 31 07:13:58 2017 Received: (at 27879) by debbugs.gnu.org; 31 Jul 2017 11:13:58 +0000 Received: from localhost ([127.0.0.1]:34799 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dc8e6-0005O9-6p for submit@debbugs.gnu.org; Mon, 31 Jul 2017 07:13:58 -0400 Received: from smtp203.alice.it ([82.57.200.99]:9016) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dc8e3-0005Nu-AE for 27879@debbugs.gnu.org; Mon, 31 Jul 2017 07:13:56 -0400 Received: from [192.168.1.102] (87.19.228.159) by smtp203.alice.it (8.6.060.43) (authenticated as angelo.graziosi@alice.it) id 5929F5022DEC6896; Mon, 31 Jul 2017 13:13:25 +0200 Subject: Re: bug#27879: Bad behavior with sr-speedbar package To: Glenn Morris References: <597E278B.4000705@gmx.at> <6f08ae4a-6cf2-6953-360c-63d92372d947@alice.it> From: Angelo Graziosi Message-ID: <348adc2c-b07c-3f5b-5ed2-351c8c78939e@alice.it> Date: Mon, 31 Jul 2017 13:13:17 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 27879 Cc: martin rudalics , sebastian_rose@gmx.de, 27879@debbugs.gnu.org, plunix@users.sourceforge.net X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) If you see my first post, I added their addresses... Il 31/07/2017 03:59, Glenn Morris ha scritto: > Angelo Graziosi wrote: > >> 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... > > It's not part of Emacs (or GNU ELPA). Report it to whoever maintains it. > From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 31 07:19:24 2017 Received: (at 27879) by debbugs.gnu.org; 31 Jul 2017 11:19:24 +0000 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 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 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 Subject: Re: bug#27879: Bad behavior with sr-speedbar package To: martin rudalics , 27879@debbugs.gnu.org, sebastian_rose@gmx.de, plunix@users.sourceforge.net References: <597E278B.4000705@gmx.at> <6f08ae4a-6cf2-6953-360c-63d92372d947@alice.it> <597ECC49.2070306@gmx.at> From: Angelo Graziosi Message-ID: Date: Mon, 31 Jul 2017 13:15:58 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <597ECC49.2070306@gmx.at> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 27879 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) 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 From unknown Mon Jun 23 07:48:19 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 28 Aug 2017 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator