From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Emacs-desktop insists on having 13-pixel scrollbars at startup Date: Mon, 29 Apr 2024 11:20:41 +0300 Message-ID: <86jzkgshpi.fsf@gnu.org> References: <87ttjls1gc.fsf@zohomail.eu> <12e17f83-5ac9-52c7-f7e8-a6199ba4f652@magnaspesmeretrix.org> <86wmogslns.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7937"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Mon Apr 29 10:21:33 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 1s1MGT-0001sn-KA for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 29 Apr 2024 10:21:33 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1s1MG7-00012n-R2; Mon, 29 Apr 2024 04:21:11 -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 1s1MFv-0000zz-5p for help-gnu-emacs@gnu.org; Mon, 29 Apr 2024 04:20:59 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s1MFt-0000Ot-A4 for help-gnu-emacs@gnu.org; Mon, 29 Apr 2024 04:20:57 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=xYJRPQSHotfulvr+fldGE/cY3U3Eojbpn+5+OrhFXVk=; b=gl0sc6sX1Kkx1M28hrJU tSFE0DHph+kcF7OFdKwzyu2u46q/g0GZa2Ho2XbZM8YRlabzU1amJiZZdFx2Fa6Y9h+90Pb137sXX 8Tbs5rCaiOKasdrzzroUlYtP92zeJxQZVYo+rqQMwTcf9aN8IIE/QBCnKsvlaUHmQ3+MC7voaonCK WLeiQvyu09821RIBah1sxMzJ9rkPNY2ZW0EEqY+B6C7+ePVGTayC6wDQrlVFHPdmQ7ezmQnRTOcWV +BN478ATOROOgtS1Kz68oI3X0/+8XRLp1L1E+wx6fsNSzB/qhSbWJaCXeWo3suEqV3U8nyHJgdZwV +zPahZZtJcBeZg==; In-Reply-To: (message from PierGianLuca on Mon, 29 Apr 2024 09:16:45 +0200) 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:146500 Archived-At: > Date: Mon, 29 Apr 2024 09:16:45 +0200 > From: PierGianLuca > Cc: Eli Zaretskii > > – Yes I'm sure about the correct desktop file. I can quit Emacs with very peculiar final configurations – many frames of very different, manually adjusted, size – but they are always correctly restored upon restart. Except the scroll-bar-width. If I delete the desktop file then Emacs doesn't remember the previous configuration. > > > – The scrollbar-width peculiarity happens with vv. 29.2/29.3 and > > --with-x-toolkit=gtk --without-toolkit-scroll-bars > > and also with > > --with-x-toolkit=lucid --without-toolkit-scroll-bars > > So it seems something peculiar to the "built-in" scrollbars. But I'll recompile without the "--without-toolkit-scroll-bars" and report what happens. Thanks. Please submit a bug report using report-emacs-bug, with all the details, if you find this to happen in some particular configurations. FTR: it works for me in Emacs 29.3 as well.