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#26537: Problems with Emacs frame (GTK) Date: Mon, 17 Apr 2017 12:44:47 +0200 Message-ID: References: <58F47A0D.8030308@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 1492425971 26297 195.159.176.226 (17 Apr 2017 10:46:11 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 17 Apr 2017 10:46:11 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 To: martin rudalics , 26537@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Apr 17 12:46:07 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 1d04AZ-0006m1-7Z for geb-bug-gnu-emacs@m.gmane.org; Mon, 17 Apr 2017 12:46:07 +0200 Original-Received: from localhost ([::1]:35836 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d04Af-0000GP-5x for geb-bug-gnu-emacs@m.gmane.org; Mon, 17 Apr 2017 06:46:13 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40948) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d04AX-0000GH-TV for bug-gnu-emacs@gnu.org; Mon, 17 Apr 2017 06:46:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d04AU-00082d-Ri for bug-gnu-emacs@gnu.org; Mon, 17 Apr 2017 06:46:05 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:53382) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d04AU-00082W-OG for bug-gnu-emacs@gnu.org; Mon, 17 Apr 2017 06:46:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d04AU-0007tC-Ho for bug-gnu-emacs@gnu.org; Mon, 17 Apr 2017 06:46: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, 17 Apr 2017 10:46:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 26537 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 26537-submit@debbugs.gnu.org id=B26537.149242590730252 (code B ref 26537); Mon, 17 Apr 2017 10:46:02 +0000 Original-Received: (at 26537) by debbugs.gnu.org; 17 Apr 2017 10:45:07 +0000 Original-Received: from localhost ([127.0.0.1]:51581 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d049b-0007rs-4f for submit@debbugs.gnu.org; Mon, 17 Apr 2017 06:45:07 -0400 Original-Received: from smtp202.alice.it ([82.57.200.98]:58428) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d049a-0007r7-8u for 26537@debbugs.gnu.org; Mon, 17 Apr 2017 06:45:06 -0400 Original-Received: from [192.168.1.102] (79.35.224.245) by smtp202.alice.it (8.6.060.43) (authenticated as angelo.graziosi@alice.it) id 58EDD525065D01D0; Mon, 17 Apr 2017 12:44:59 +0200 In-Reply-To: <58F47A0D.8030308@gmx.at> 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:131683 Archived-At: Il 17/04/2017 10:17, martin rudalics ha scritto: >> Start Emacs-2017-03-10 [1] without desktop file. The result is in >> screen-no-desktop.png, and don't looks ok to me. > > So let's look into this first. Do you mean the speedbar window should > be wider? As you can see, in the init.el file I had attached I have (setq default-frame-alist '( (width . 110) ; character (height . 49) ; lines (font . "Monospace-11") ; font )) and (setq sr-speedbar-default-width 30) (setq sr-speedbar-width 30) (setq sr-speedbar-max-width 30) which should give a frame 110 characters wide and a sr-speedbar 30 chs. wide.. Why then, at first start, without desktop file, I have the frame in screen-no-desktop.png? > > Instead of "init file" I suppose you mean "desktop" here, i.e., the file > written by desktop.el. Right? Or do you mean something like "what the No, init.el. The settings for sr-speedbar I cited before should set (and up to the builds <= 20170327, they SET) to a frame with a sr-speedbar window of about 30 chs. Instead now it is of about 40 chs. Notice I do not resize the frame or windows inside it, so I would expect more or less the width specified in init.el.. Angelo