GNU bug report logs - #27879
Bad behavior with sr-speedbar package

Previous Next

Package: emacs;

Reported by: Angelo Graziosi <angelo.graziosi <at> alice.it>

Date: Sun, 30 Jul 2017 14:57:01 UTC

Severity: normal

Tags: wontfix

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Angelo Graziosi <angelo.graziosi <at> alice.it>
To: "bug-gnu-emacs <at> gnu.org" <bug-gnu-emacs <at> gnu.org>, sebastian_rose <at> gmx.de,
 plunix <at> users.sourceforge.net
Subject: Bad behavior with sr-speedbar package
Date: Sun, 30 Jul 2017 16:56:20 +0200
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.




This bug report was last modified 7 years and 301 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.