From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Current master does not work with sr-speedbar package (W64 build) Date: Tue, 04 Dec 2018 19:57:46 +0200 Message-ID: <831s6x9ntx.fsf@gnu.org> References: <1723869815.291238.1543945851468@mail.libero.it> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1543946191 5336 195.159.176.226 (4 Dec 2018 17:56:31 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 4 Dec 2018 17:56:31 +0000 (UTC) Cc: hong@topbug.net, sebastian_rose@gmx.de, plunix@users.sourceforge.net, emacs-devel@gnu.org To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 04 18:56:27 2018 Return-path: Envelope-to: ged-emacs-devel@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 1gUEvq-0001IX-Og for ged-emacs-devel@m.gmane.org; Tue, 04 Dec 2018 18:56:26 +0100 Original-Received: from localhost ([::1]:58343 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gUExx-00056n-HT for ged-emacs-devel@m.gmane.org; Tue, 04 Dec 2018 12:58:37 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35730) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gUExn-00055H-0K for emacs-devel@gnu.org; Tue, 04 Dec 2018 12:58:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gUExl-0004wb-Tw for emacs-devel@gnu.org; Tue, 04 Dec 2018 12:58:26 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:59943) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gUExF-0004O2-68; Tue, 04 Dec 2018 12:57:54 -0500 Original-Received: from [176.228.60.248] (port=3793 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gUExE-0003hc-OX; Tue, 04 Dec 2018 12:57:53 -0500 In-reply-to: <1723869815.291238.1543945851468@mail.libero.it> (message from Angelo Graziosi on Tue, 4 Dec 2018 18:50:51 +0100 (CET)) 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-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:231616 Archived-At: > Date: Tue, 4 Dec 2018 18:50:51 +0100 (CET) > From: Angelo Graziosi > > Current Emacs master (f745cf8c438) does not work with the sr-speedbar package (https://github.com/emacsorphanage/sr-speedbar/blob/master/sr-speedbar.el) from MELPA. > > Usually I have it configured so that Emacs opens in a single frame with 2 window: one for the text (80 characters in width showing the buffer text) and one for sr-speedbar (30 characters in width showing folders and files). > > After the upgrade to the last Emacs master, the sr-speedbar window has the same width as before but it shows the buffer text... if I remove the desktop file, Emacs start with 2 window each containing the scratch buffer. > > If, now, I allow for saving the desktop file, at the next start, I get 3 window (3 scratch buffers): one window 50 characters in width and 2 window 30 characters in width. At the next start, 4 window, about: 25, 30, 30, 30 and so on... Please show the way you configure Emacs for these windows. My guess is that you call functions that create windows while the selected window is dedicated to its buffer, or something similar.