From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: PierGianLuca Newsgroups: gmane.emacs.help Subject: Re: Emacs-desktop insists on having 13-pixel scrollbars at startup Date: Sun, 28 Apr 2024 22:13:07 +0200 Message-ID: <12e17f83-5ac9-52c7-f7e8-a6199ba4f652@magnaspesmeretrix.org> References: <87ttjls1gc.fsf@zohomail.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23029"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 Cc: Rahguzar To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Apr 28 22:13:52 2024 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1s1AuF-0005oB-Cb for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 28 Apr 2024 22:13:51 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1s1Ath-0004Sd-3y; Sun, 28 Apr 2024 16:13:17 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s1Ate-0004SC-TM for help-gnu-emacs@gnu.org; Sun, 28 Apr 2024 16:13:15 -0400 Original-Received: from manu28.manufrog.com ([138.128.182.226]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s1Atd-0002dz-2k for help-gnu-emacs@gnu.org; Sun, 28 Apr 2024 16:13:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=magnaspesmeretrix.org; s=default; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:Cc:From:References:To:Subject:MIME-Version:Date:Message-ID:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=epUXqwG/CIvYy9eq2VI3ylqho8wjgLJhaYydxnc/V9I=; b=dQ0LUNu2XRukK4NVvBj/LTVpT5 3uT7aJvy1LuM/Sq62KhJLwweKb0LjKeJW1fszcsouTzAEG7KcTY5RqGARe8fvtN3sRpQnFm54E3CL 1U7e5UnxDNJMT+i7SRI/KagxK; Original-Received: from [51.174.11.164] (port=51136 helo=[192.168.10.171]) by manu28.manufrog.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.96.2) (envelope-from ) id 1s1Atb-005EHr-0o; Sun, 28 Apr 2024 22:13:11 +0200 Content-Language: en-GB, en-US In-Reply-To: <87ttjls1gc.fsf@zohomail.eu> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - manu28.manufrog.com X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - magnaspesmeretrix.org X-Get-Message-Sender-Via: manu28.manufrog.com: authenticated_id: luca@magnaspesmeretrix.org X-Authenticated-Sender: manu28.manufrog.com: luca@magnaspesmeretrix.org Received-SPF: pass client-ip=138.128.182.226; envelope-from=luca@magnaspesmeretrix.org; helo=manu28.manufrog.com X-Spam_score_int: -45 X-Spam_score: -4.6 X-Spam_bar: ---- X-Spam_report: (-4.6 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, NICE_REPLY_A=-2.702, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:146491 Archived-At: Thank you. The problem is that the desktop is *not* using the recorded value of 'scroll-bar-width' (which is one frame parameter) from the session exited previously. Instead, it replaces it with 13 pixels, no matter what it was in the previous session. In other words: 1. Suppose I have one frame that has width 90 (characters), height 14, and scroll-bar-width 30 pixels. 2. Now I close the Emacs session and the desktop is saved automatically. 3. I restart Emacs; desktop should restore the previous configuration: – I expect: width 90, height 14, scroll-bar-width 30 – Instead I get: width 90, height 14, scroll-bar-width 13 This is why I see this as a bug. Let me know if I'm misunderstanding something. Cheers, Luca On 240428 21:57, Rahguzar wrote: > From info node `(emacs) Saving Emacs Sessions` > > When the desktop restores the frame and window configuration, it uses > the recorded values of frame parameters, disregarding any settings for > those parameters you have in your init file (*note Init File::). This > means that frame parameters such as fonts and faces for the restored > frames will come from the desktop file, where they were saved when you > exited your previous Emacs session; any settings for those parameters in > your init file will be ignored. To disable this, customize the value of > ‘frameset-filter-alist’ to filter out the frame parameters you don’t > want to be restored; they will then be set according to your > customizations in the init file. > > So you need to customize frameset-filter-alist