From unknown Tue Jun 24 05:14:22 2025 X-Loop: help-debbugs@gnu.org Subject: bug#22298: 25.1.50; Enabling tool-bar-mode caused frame size setting failure Resent-From: CHENG Gao Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 03 Jan 2016 18:42:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 22298 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 22298@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.145184647310295 (code B ref -1); Sun, 03 Jan 2016 18:42:02 +0000 Received: (at submit) by debbugs.gnu.org; 3 Jan 2016 18:41:13 +0000 Received: from localhost ([127.0.0.1]:36863 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aFnaa-0002fz-OX for submit@debbugs.gnu.org; Sun, 03 Jan 2016 13:41:13 -0500 Received: from eggs.gnu.org ([208.118.235.92]:45285) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aFej4-00047y-Ti for submit@debbugs.gnu.org; Sun, 03 Jan 2016 04:13:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aFeiy-00049x-Eg for submit@debbugs.gnu.org; Sun, 03 Jan 2016 04:13:17 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:33477) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aFeiy-00049s-BW for submit@debbugs.gnu.org; Sun, 03 Jan 2016 04:13:16 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36224) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aFeix-00041I-5f for bug-gnu-emacs@gnu.org; Sun, 03 Jan 2016 04:13:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aFeit-000478-Pz for bug-gnu-emacs@gnu.org; Sun, 03 Jan 2016 04:13:14 -0500 Received: from royau.me ([67.205.63.247]:40946 helo=mail.royau.me) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aFeit-00046R-MX for bug-gnu-emacs@gnu.org; Sun, 03 Jan 2016 04:13:11 -0500 Received: from [192.168.1.39] (unknown [112.80.135.188]) by mail.royau.me (Postfix) with ESMTPSA id 764935E2E6 for ; Sun, 3 Jan 2016 09:13:08 +0000 (UTC) From: CHENG Gao Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: <6BAAA567-801D-4F0C-9FBE-98C615B2257B@royau.me> Date: Sun, 3 Jan 2016 17:13:05 +0800 Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) X-Mailer: Apple Mail (2.3112) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Mailman-Approved-At: Sun, 03 Jan 2016 13:41:12 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.1 (----) Settings below stopped frame size from resizing to largest. If order changed and upper part put under lower part, it works well. If tool-bar-mode disabled it works well. Other modes are irrelavant. I tested them all with comment/uncomment. ,---- | (when window-system (set-frame-size (selected-frame) 155 38 nil) | (set-frame-position (selected-frame) 0 0)) |=20 | (when window-system | (tool-bar-mode 1) | (set-scroll-bar-mode 'right) | (global-linum-mode 1) | (visual-line-mode 1) | (mouse-wheel-mode 1)) `---- In GNU Emacs 25.1.50.1 (x86_64-apple-darwin15.2.0, NS appkit-1404.34 = Version 10.11.2 (Build 15C50)) of 2016-01-01 Repository revision: ee0117c4a859f7d8c37661c60aa4736add4dd53f Windowing system distributor 'Apple', version 10.3.1404 Configured using: 'configure CC=3Dclang' Configured features: NOTIFY ACL GNUTLS LIBXML2 ZLIB TOOLKIT_SCROLL_BARS NS Important settings: locale-coding-system: utf-8-unix Major mode: Emacs-Lisp Minor modes in effect: display-time-mode: t global-linum-mode: t linum-mode: t auto-image-file-mode: t minibuffer-electric-default-mode: t global-ede-mode: t ede-minor-mode: t show-paren-mode: t tooltip-mode: t global-eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t Recent messages: Loading /Users/cg/.emacs.d/.emacs-custom.el (source)...done Loading /Users/cg/.emacs.d/.session...done For information about GNU Emacs and the GNU system, type C-h C-a. Making completion list... Type C-x 1 to delete the help window, C-M-v to scroll help. uncompressing tool-bar.el.gz...done Mark set Load-path shadows: ~/.emacs.d/site-lisp/compface hides = /Applications/Emacs.app/Contents/Resources/lisp/gnus/compface Features: (shadow sort footnote mail-extr gnus-msg gnus-art mm-uu mml2015 mm-view mml-smime smime dig mailcap gnus-sum gnus-group gnus-undo gnus-start gnus-cloud nnimap nnmail mail-source tls utf7 netrc nnoo parse-time gnus-spec gnus-int gnus-range gnus-win gnus gnus-ems nnheader emacsbug message idna dired dired-loaddefs rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mail-utils seq jka-compr eieio-opt org org-macro org-footnote org-pcomplete pcomplete org-list org-faces org-entities noutline outline easy-mmode org-version ob-emacs-lisp ob ob-tangle ob-ref ob-lob ob-table ob-exp org-src ob-keys ob-comint comint ansi-color ring ob-core ob-eval org-compat org-macs org-loaddefs format-spec find-func cal-menu calendar cal-loaddefs session boxquote rect time linum image-file minibuf-eldef ede/speedbar ede/files ede ede/detect ede/base ede/auto ede/source eieio-base eieio-speedbar speedbar sb-image ezimage dframe eieio-custom wid-edit cedet paren finder-inf info package epg-config url-handlers url-parse auth-source cl-seq eieio byte-opt bytecomp byte-compile cl-extra cconv eieio-core cl-macs gv eieio-loaddefs gnus-util mm-util help-fns help-mode easymenu cl-loaddefs pcase cl-lib mail-prsvr password-cache url-vars time-date mule-util tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel ns-win term/common-win tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment elisp-mode lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese charscript case-table epa-hook jka-cmpr-hook help simple abbrev obarray minibuffer cl-preloaded nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote kqueue cocoa ns multi-tty make-network-process emacs) Memory information: ((conses 16 262181 6488) (symbols 48 36922 0) (miscs 40 259 370) (strings 32 72991 11391) (string-bytes 1 2240815) (vectors 16 32360) (vector-slots 8 687600 3125) (floats 8 594 118) (intervals 56 669 0) (buffers 976 15))= From unknown Tue Jun 24 05:14:22 2025 X-Loop: help-debbugs@gnu.org Subject: bug#22298: 25.1.50; Enabling tool-bar-mode caused frame size setting fai References: <6BAAA567-801D-4F0C-9FBE-98C615B2257B@royau.me> In-Reply-To: <6BAAA567-801D-4F0C-9FBE-98C615B2257B@royau.me> Resent-From: Anders Lindgren Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 10 Jan 2016 05:59:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 22298 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: CHENG Gao , 22298@debbugs.gnu.org Received: via spool by 22298-submit@debbugs.gnu.org id=B22298.145240548815454 (code B ref 22298); Sun, 10 Jan 2016 05:59:01 +0000 Received: (at 22298) by debbugs.gnu.org; 10 Jan 2016 05:58:08 +0000 Received: from localhost ([127.0.0.1]:44802 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aI90x-00041C-Nq for submit@debbugs.gnu.org; Sun, 10 Jan 2016 00:58:07 -0500 Received: from mail-vk0-f54.google.com ([209.85.213.54]:33548) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aI90v-00040h-ST for 22298@debbugs.gnu.org; Sun, 10 Jan 2016 00:58:06 -0500 Received: by mail-vk0-f54.google.com with SMTP id i129so72366744vkb.0 for <22298@debbugs.gnu.org>; Sat, 09 Jan 2016 21:58:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=amCsh2IM6nB8zmx/kNYRl/ofM60PLwftHlLNYcbCm4g=; b=LdXfIwI9BJSGHv7InHT6kR6NLRfNvN/4SiGfleHayoTUeml6qtZj6MA37Ty2x+dq+m ayWwYgmV/hhQI14otNP68U8N9a/CR8VW4e0rqOYgCKgP30TuT73oioum8/fSFwOtwBXH Za6toHXfHuUl2aW16Un+9j5iBDlisz2a68vnf7hBjQWdjVHSHjgHczNVi/eL/6OWnxRT f4JLtSoA3pOKtSc/ekLPfWu/bxOVzzFC44dK+AMk8lDqMyqV4Dk5VGUw1vjQJouKwqlo GXTMrRipvV6o6+UBmkHoTN+MIU7iJKsSIf4ybp5oDX967bX5SKHnVtOIULrkmlZ5dzCK chDw== MIME-Version: 1.0 X-Received: by 10.31.10.199 with SMTP id 190mr85749477vkk.51.1452405480399; Sat, 09 Jan 2016 21:58:00 -0800 (PST) Received: by 10.31.214.131 with HTTP; Sat, 9 Jan 2016 21:58:00 -0800 (PST) Date: Sun, 10 Jan 2016 06:58:00 +0100 Message-ID: From: Anders Lindgren Content-Type: multipart/alternative; boundary=001a11440176baac0c0528f480fc X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --001a11440176baac0c0528f480fc Content-Type: text/plain; charset=UTF-8 > Settings below stopped frame size from resizing to largest. If order changed and upper part put under lower part, it works well. If tool-bar-mode disabled it works well. Other modes are irrelavant. I tested them all with comment/uncomment. Unfortunately, I don't see what the problem is. Could you provide a step by step description of how to reproduce this, starting with "emacs -Q" from the command line. Please state what you see and what you expected to see. Also, make sure that the recipe work regardless of the screen size used. Just one note: In the OS X port, tool-bar is not included in the size of the text part of the frame. In other words, when enabling the tool-bar, the height of the frame increases. This may cause it to stretch below the bottom edge of the screen. -- Anders --001a11440176baac0c0528f480fc Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
> Settings below stopped frame size from resizing to la= rgest. If order changed and upper part put under lower part, it works well.= If tool-bar-mode disabled it works well. Other modes are irrelavant. I tes= ted them all with comment/uncomment.

Unfortunately, I do= n't see what the problem is.

Could you provide= a step by step description of how to reproduce this, starting with "e= macs -Q" from the command line. Please state what you see and what you= expected to see. Also, make sure that the recipe work regardless of the sc= reen size used.

Just one note: In the OS X port, t= ool-bar is not included in the size of the text part of the frame. In other= words, when enabling the tool-bar, the height of the frame increases. This= may cause it to stretch below the bottom edge of the screen.
=C2=A0 =C2=A0 -- Anders

--001a11440176baac0c0528f480fc-- From unknown Tue Jun 24 05:14:22 2025 X-Loop: help-debbugs@gnu.org Subject: bug#22298: 25.1.50; Enabling tool-bar-mode caused frame size setting fai In-Reply-To: <6BAAA567-801D-4F0C-9FBE-98C615B2257B@royau.me> Resent-From: CHENG Gao Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 10 Jan 2016 07:51:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 22298 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 22298@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.145241222126324 (code B ref -1); Sun, 10 Jan 2016 07:51:01 +0000 Received: (at submit) by debbugs.gnu.org; 10 Jan 2016 07:50:21 +0000 Received: from localhost ([127.0.0.1]:44821 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aIAlY-0006qW-Ot for submit@debbugs.gnu.org; Sun, 10 Jan 2016 02:50:20 -0500 Received: from eggs.gnu.org ([208.118.235.92]:45504) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aIAlW-0006qJ-O7 for submit@debbugs.gnu.org; Sun, 10 Jan 2016 02:50:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aIAlQ-0007DW-LC for submit@debbugs.gnu.org; Sun, 10 Jan 2016 02:50:13 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: *** X-Spam-Status: No, score=3.6 required=5.0 tests=BAYES_50,FSL_HELO_BARE_IP_2, RCVD_NUMERIC_HELO autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:50416) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIAlQ-0007DR-IX for submit@debbugs.gnu.org; Sun, 10 Jan 2016 02:50:12 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36418) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIAlP-0003tf-9r for bug-gnu-emacs@gnu.org; Sun, 10 Jan 2016 02:50:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aIAlM-0007Ah-0a for bug-gnu-emacs@gnu.org; Sun, 10 Jan 2016 02:50:11 -0500 Received: from plane.gmane.org ([80.91.229.3]:42518) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIAlL-0007AB-QI for bug-gnu-emacs@gnu.org; Sun, 10 Jan 2016 02:50:07 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aIAlI-0007nZ-EG for bug-gnu-emacs@gnu.org; Sun, 10 Jan 2016 08:50:05 +0100 Received: from 122.96.23.174 ([122.96.23.174]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 10 Jan 2016 08:50:04 +0100 Received: from chenggao by 122.96.23.174 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 10 Jan 2016 08:50:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ From: CHENG Gao Date: Sun, 10 Jan 2016 15:36:47 +0800 Organization: Royau.Me Lines: 35 Message-ID: References: <6BAAA567-801D-4F0C-9FBE-98C615B2257B@royau.me> Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 122.96.23.174 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (darwin) Cancel-Lock: sha1:ziF4+pti98za/mff9mYq2d2VcR8= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -1.6 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.2 (---) *On Sun, 10 Jan 2016 06:58:00 +0100 * Also sprach Anders Lindgren : >> Settings below stopped frame size from resizing to largest. If order > changed and upper part put under lower part, it works well. If > tool-bar-mode disabled it works well. Other modes are irrelavant. I tested > them all with comment/uncomment. > > Unfortunately, I don't see what the problem is. > > Could you provide a step by step description of how to reproduce this, > starting with "emacs -Q" from the command line. Please state what you see > and what you expected to see. Also, make sure that the recipe work > regardless of the screen size used. > > Just one note: In the OS X port, tool-bar is not included in the size of > the text part of the frame. In other words, when enabling the tool-bar, the > height of the frame increases. This may cause it to stretch below the > bottom edge of the screen. > > -- Anders Thank you for looking into this. In my bug report I listed two snippets that can be put into init.el. When (tool-bar-mode 1) is set before set-frame-size, it works. When set after set-frame-size, it won't. Using C-x C-e to eval them, it works. So I think "emacs -Q" can not help here. It's only about order of settings. Later after reporting, I found tool-bar-mode is defaulted to "t" when window-system is detected (in C source code), so I just removed it and it works now. So it does not bother me any more, but I can not say this bug is fixed. From unknown Tue Jun 24 05:14:22 2025 X-Loop: help-debbugs@gnu.org Subject: bug#22298: 25.1.50; Enabling tool-bar-mode caused frame size setting failure References: <6BAAA567-801D-4F0C-9FBE-98C615B2257B@royau.me> In-Reply-To: <6BAAA567-801D-4F0C-9FBE-98C615B2257B@royau.me> Resent-From: Anders Lindgren Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 10 Jan 2016 20:59:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 22298 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: CHENG Gao , 22298@debbugs.gnu.org Received: via spool by 22298-submit@debbugs.gnu.org id=B22298.145245949819332 (code B ref 22298); Sun, 10 Jan 2016 20:59:01 +0000 Received: (at 22298) by debbugs.gnu.org; 10 Jan 2016 20:58:18 +0000 Received: from localhost ([127.0.0.1]:45759 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aIN46-00051k-C4 for submit@debbugs.gnu.org; Sun, 10 Jan 2016 15:58:18 -0500 Received: from mail-vk0-f42.google.com ([209.85.213.42]:36800) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aIN44-00051X-Ml for 22298@debbugs.gnu.org; Sun, 10 Jan 2016 15:58:17 -0500 Received: by mail-vk0-f42.google.com with SMTP id n1so61014496vkb.3 for <22298@debbugs.gnu.org>; Sun, 10 Jan 2016 12:58:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=c00v2dSP+/FKSYHKuybqNu3020ekCx/frsnpAYdKEuA=; b=U0Z+hC9nu6X56cO3sDjSMnK8SdmzenvzQvsaiJvIrQwUZXTeYzJv/9dR5yjZDEz4N+ AhDrspcrUktm1/9ZhVywMzqk/necScVRgJ2x8diqaYJVpRh9GCeBUcaJ/Nb0vavkwLvQ dXvvMT/QtrjND5RdB5WedXvkE0NtRuxlBH0UnBS9rv4GHowFe5qh9lATBB/HIZdS5KKp ro8+2pE7DPNuoVH7zqhgiez6/CzJGsqsQHdHUGKxHuaafetzJpp8vzKhdlXFX/c+rSWa VVcgINTK8GOlmHBlO+S+uTx2vmXHL31IkYG5QQfz2Pn/lN1+Ef/aSbEiQPsUquWVqwqQ uviw== MIME-Version: 1.0 X-Received: by 10.31.162.3 with SMTP id l3mr21150228vke.68.1452459490936; Sun, 10 Jan 2016 12:58:10 -0800 (PST) Received: by 10.31.214.131 with HTTP; Sun, 10 Jan 2016 12:58:10 -0800 (PST) Date: Sun, 10 Jan 2016 21:58:10 +0100 Message-ID: From: Anders Lindgren Content-Type: multipart/alternative; boundary=001a114406ea021028052901149a X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --001a114406ea021028052901149a Content-Type: text/plain; charset=UTF-8 Hi Cheng! Ah, it was the information that the expressions should be placed in the init file that I was missing. I can confirm that I can reproduce the problem using the following recipe. Place the following lines in a file, say bug22298.el: (when window-system (set-frame-size (selected-frame) 155 38 nil) (tool-bar-mode 1)) emacs -Q -l bug22298.el Here, Emacs use its standard frame size whereas it should use the newly specified size (155x38). -- Anders Lindgren > Thank you for looking into this. > In my bug report I listed two snippets that can be put into init.el. > When (tool-bar-mode 1) is set before set-frame-size, it works. When set > after set-frame-size, it won't. > Using C-x C-e to eval them, it works. So I think "emacs -Q" can not help > here. It's only about order of settings. > Later after reporting, I found tool-bar-mode is defaulted to "t" when > window-system is detected (in C source code), so I just removed it and > it works now. So it does not bother me any more, but I can not say this > bug is fixed. --001a114406ea021028052901149a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi Cheng!

Ah, it was the inf= ormation that the expressions should be placed in the init file that I was = missing.

I can confirm that I can reproduce the pr= oblem using the following recipe.

Place the follow= ing lines in a file, say bug22298.el:

=C2=A0 = =C2=A0 (when window-system
=C2=A0 =C2=A0 =C2=A0 (set-frame-size (= selected-frame) 155 38 nil)
=C2=A0 =C2=A0 =C2=A0 (tool-bar-mode 1= ))

=C2=A0 =C2=A0 emacs -Q -l bug22298.el

Here, Emacs use its standard frame size whereas it sh= ould use the newly specified size (155x38).

=C2=A0= =C2=A0 -- Anders Lindgren


> Thank you for l= ooking into this.

> In my bug report I listed two snippets that c= an be put into init.el.
> When (tool-bar-mode 1) is set before set-fr= ame-size, it works. When set
> after set-frame-size, it won't.
> Using C-x C-e to eval them, it works. So I think "emacs -Q&q= uot; can not help
> here. It's only about order of settings.
<= br>> Later after reporting, I found tool-bar-mode is defaulted to "= t" when
> window-system is detected (in C source code), so I jus= t removed it and
> it works now. So it does not bother me any more, b= ut I can not say this
> bug is fixed.
--001a114406ea021028052901149a-- From unknown Tue Jun 24 05:14:22 2025 X-Loop: help-debbugs@gnu.org Subject: bug#22298: 25.1.50; Enabling tool-bar-mode caused frame size setting failure In-Reply-To: <6BAAA567-801D-4F0C-9FBE-98C615B2257B@royau.me> Resent-From: CHENG Gao Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 11 Jan 2016 11:09:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 22298 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 22298@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.145251052311130 (code B ref -1); Mon, 11 Jan 2016 11:09:02 +0000 Received: (at submit) by debbugs.gnu.org; 11 Jan 2016 11:08:43 +0000 Received: from localhost ([127.0.0.1]:45979 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aIaL5-0002tR-4h for submit@debbugs.gnu.org; Mon, 11 Jan 2016 06:08:43 -0500 Received: from eggs.gnu.org ([208.118.235.92]:37275) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aIaL4-0002tE-5p for submit@debbugs.gnu.org; Mon, 11 Jan 2016 06:08:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aIaKy-00011O-3S for submit@debbugs.gnu.org; Mon, 11 Jan 2016 06:08:36 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: *** X-Spam-Status: No, score=3.6 required=5.0 tests=BAYES_50,FSL_HELO_BARE_IP_2, RCVD_NUMERIC_HELO autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:56889) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIaKy-00011J-0B for submit@debbugs.gnu.org; Mon, 11 Jan 2016 06:08:36 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56478) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIaKx-0003VY-6H for bug-gnu-emacs@gnu.org; Mon, 11 Jan 2016 06:08:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aIaKt-000112-3i for bug-gnu-emacs@gnu.org; Mon, 11 Jan 2016 06:08:35 -0500 Received: from plane.gmane.org ([80.91.229.3]:51037) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIaKs-00010y-TW for bug-gnu-emacs@gnu.org; Mon, 11 Jan 2016 06:08:31 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aIaKo-0006U3-Pu for bug-gnu-emacs@gnu.org; Mon, 11 Jan 2016 12:08:27 +0100 Received: from 122.96.23.174 ([122.96.23.174]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Jan 2016 12:08:26 +0100 Received: from chenggao by 122.96.23.174 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Jan 2016 12:08:26 +0100 X-Injected-Via-Gmane: http://gmane.org/ From: CHENG Gao Date: Mon, 11 Jan 2016 19:08:20 +0800 Organization: Royau.Me Lines: 46 Message-ID: References: <6BAAA567-801D-4F0C-9FBE-98C615B2257B@royau.me> Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 122.96.23.174 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (darwin) Cancel-Lock: sha1:iPvHUhoo9r01HY00youGQy7qJgI= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -1.6 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.2 (---) *On Sun, 10 Jan 2016 21:58:10 +0100 * Also sprach Anders Lindgren : > Hi Cheng! > > Ah, it was the information that the expressions should be placed in the > init file that I was missing. > > I can confirm that I can reproduce the problem using the following recipe. > > Place the following lines in a file, say bug22298.el: > > (when window-system > (set-frame-size (selected-frame) 155 38 nil) > (tool-bar-mode 1)) > > emacs -Q -l bug22298.el > > Here, Emacs use its standard frame size whereas it should use the newly > specified size (155x38). > > -- Anders Lindgren Thank you Anders. I played a while and tweaked some settings to do more tests, and found out that though tool-bar-mode can trigger this bug, the culprit seems not to be tool-bar-mode. Before set-frame-size setting, I have: ,---- | (setq frame-resize-pixelwise t) `---- With this setting, tool-bar-mode can not show after set-frame-size. If I comment it out, location of tool-bar-mode setting does not matter. Even I comment out frame-resize-pixelwise setting, if I use ,---- | (set-frame-size (selected-frame) 155 38 t) `---- that's to use pixelwise setting, same problem as before. So it's all about pixelwise setting. I can't decide it's a bug or a (mis)feature. I'll try to dig a little in C source code (set-frame-size), but my knowledge of C is very limited. From unknown Tue Jun 24 05:14:22 2025 X-Loop: help-debbugs@gnu.org Subject: bug#22298: 25.1.50; Enabling tool-bar-mode caused frame size setting failure In-Reply-To: <6BAAA567-801D-4F0C-9FBE-98C615B2257B@royau.me> Resent-From: CHENG Gao Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 11 Jan 2016 11:32:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 22298 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 22298@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.145251188113520 (code B ref -1); Mon, 11 Jan 2016 11:32:02 +0000 Received: (at submit) by debbugs.gnu.org; 11 Jan 2016 11:31:21 +0000 Received: from localhost ([127.0.0.1]:45985 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aIagz-0003Vz-Jj for submit@debbugs.gnu.org; Mon, 11 Jan 2016 06:31:21 -0500 Received: from eggs.gnu.org ([208.118.235.92]:41706) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aIagx-0003Vm-0F for submit@debbugs.gnu.org; Mon, 11 Jan 2016 06:31:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aIagq-0006Ks-UP for submit@debbugs.gnu.org; Mon, 11 Jan 2016 06:31:13 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: *** X-Spam-Status: No, score=3.6 required=5.0 tests=BAYES_50,FSL_HELO_BARE_IP_2, RCVD_NUMERIC_HELO autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:34284) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIagq-0006Km-Qz for submit@debbugs.gnu.org; Mon, 11 Jan 2016 06:31:12 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60903) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIagp-0000Oq-QG for bug-gnu-emacs@gnu.org; Mon, 11 Jan 2016 06:31:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aIagm-0006KD-Kc for bug-gnu-emacs@gnu.org; Mon, 11 Jan 2016 06:31:11 -0500 Received: from plane.gmane.org ([80.91.229.3]:52447) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIagm-0006K2-DV for bug-gnu-emacs@gnu.org; Mon, 11 Jan 2016 06:31:08 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aIagf-0000b8-Df for bug-gnu-emacs@gnu.org; Mon, 11 Jan 2016 12:31:01 +0100 Received: from 122.96.23.174 ([122.96.23.174]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Jan 2016 12:31:01 +0100 Received: from chenggao by 122.96.23.174 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Jan 2016 12:31:01 +0100 X-Injected-Via-Gmane: http://gmane.org/ From: CHENG Gao Date: Mon, 11 Jan 2016 19:30:53 +0800 Organization: Royau.Me Lines: 58 Message-ID: References: <6BAAA567-801D-4F0C-9FBE-98C615B2257B@royau.me> Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 122.96.23.174 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (darwin) Cancel-Lock: sha1:YNThvU6md+c+NDSj72k05uy62fc= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -1.6 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.2 (---) *On Mon, 11 Jan 2016 19:08:20 +0800 * Also sprach CHENG Gao : > *On Sun, 10 Jan 2016 21:58:10 +0100 > * Also sprach Anders Lindgren : > >> Hi Cheng! >> >> Ah, it was the information that the expressions should be placed in the >> init file that I was missing. >> >> I can confirm that I can reproduce the problem using the following recipe. >> >> Place the following lines in a file, say bug22298.el: >> >> (when window-system >> (set-frame-size (selected-frame) 155 38 nil) >> (tool-bar-mode 1)) >> >> emacs -Q -l bug22298.el >> >> Here, Emacs use its standard frame size whereas it should use the newly >> specified size (155x38). >> >> -- Anders Lindgren > > Thank you Anders. > > I played a while and tweaked some settings to do more tests, and found > out that though tool-bar-mode can trigger this bug, the culprit seems > not to be tool-bar-mode. > > Before set-frame-size setting, I have: > ,---- > | (setq frame-resize-pixelwise t) > `---- > > With this setting, tool-bar-mode can not show after set-frame-size. If I > comment it out, location of tool-bar-mode setting does not matter. > > Even I comment out frame-resize-pixelwise setting, if I use > ,---- > | (set-frame-size (selected-frame) 155 38 t) > `---- > that's to use pixelwise setting, same problem as before. > > So it's all about pixelwise setting. I can't decide it's a bug or a > (mis)feature. I'll try to dig a little in C source code > (set-frame-size), but my knowledge of C is very limited. Sorry for my stupidity. ,---- | (set-frame-size (selected-frame) 155 38 t) `---- This explicitly uses pixelwise to set frame size. Please ignore above message. It's false alarm. I need do more tests. From unknown Tue Jun 24 05:14:22 2025 X-Loop: help-debbugs@gnu.org Subject: bug#22298: 25.1.50; Enabling tool-bar-mode caused frame size setting failure In-Reply-To: <6BAAA567-801D-4F0C-9FBE-98C615B2257B@royau.me> Resent-From: CHENG Gao Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 11 Jan 2016 12:04:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 22298 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 22298@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.145251383116526 (code B ref -1); Mon, 11 Jan 2016 12:04:01 +0000 Received: (at submit) by debbugs.gnu.org; 11 Jan 2016 12:03:51 +0000 Received: from localhost ([127.0.0.1]:45992 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aIbCR-0004IU-8u for submit@debbugs.gnu.org; Mon, 11 Jan 2016 07:03:51 -0500 Received: from eggs.gnu.org ([208.118.235.92]:49839) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aIbCQ-0004II-4U for submit@debbugs.gnu.org; Mon, 11 Jan 2016 07:03:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aIbCK-0005JV-6P for submit@debbugs.gnu.org; Mon, 11 Jan 2016 07:03:44 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: ** X-Spam-Status: No, score=2.8 required=5.0 tests=BAYES_20,FSL_HELO_BARE_IP_2, RCVD_NUMERIC_HELO autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:47851) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIbCK-0005JR-3B for submit@debbugs.gnu.org; Mon, 11 Jan 2016 07:03:44 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40809) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIbCJ-0006ES-6H for bug-gnu-emacs@gnu.org; Mon, 11 Jan 2016 07:03:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aIbCF-0005J0-4a for bug-gnu-emacs@gnu.org; Mon, 11 Jan 2016 07:03:43 -0500 Received: from plane.gmane.org ([80.91.229.3]:54045) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIbCE-0005It-U0 for bug-gnu-emacs@gnu.org; Mon, 11 Jan 2016 07:03:39 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aIbC9-0007O8-IF for bug-gnu-emacs@gnu.org; Mon, 11 Jan 2016 13:03:36 +0100 Received: from 122.96.23.174 ([122.96.23.174]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Jan 2016 13:03:33 +0100 Received: from chenggao by 122.96.23.174 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Jan 2016 13:03:33 +0100 X-Injected-Via-Gmane: http://gmane.org/ From: CHENG Gao Date: Mon, 11 Jan 2016 20:03:24 +0800 Organization: Royau.Me Lines: 22 Message-ID: References: <6BAAA567-801D-4F0C-9FBE-98C615B2257B@royau.me> Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 122.96.23.174 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (darwin) Cancel-Lock: sha1:BJ8XqUI+LjtFUhkQkySQp1NgbG8= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -1.6 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.2 (---) ,---- | Here, Emacs use its standard frame size whereas it should use the newly | specified size (155x38). `---- You are right. ,---- | (when window-system | (set-frame-position (selected-frame) 0 0) | (set-frame-size (selected-frame) 156 41 nil)) | | (sleep-for 3) | | (when window-system | (tool-bar-mode nil)) `---- I added sleep-for to check startup process, and I can see frame size is resized correctly, and then shrink back by tool-bar-mode. So tool-bar-mode does not use newly set size but standard frame size. From unknown Tue Jun 24 05:14:22 2025 X-Loop: help-debbugs@gnu.org Subject: bug#22298: 25.1.50; Enabling tool-bar-mode caused frame size setting failure Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 24 Jan 2022 13:41:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 22298 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: CHENG Gao Cc: 22298@debbugs.gnu.org Received: via spool by 22298-submit@debbugs.gnu.org id=B22298.164303165925200 (code B ref 22298); Mon, 24 Jan 2022 13:41:02 +0000 Received: (at 22298) by debbugs.gnu.org; 24 Jan 2022 13:40:59 +0000 Received: from localhost ([127.0.0.1]:42558 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nBzad-0006YO-4b for submit@debbugs.gnu.org; Mon, 24 Jan 2022 08:40:59 -0500 Received: from quimby.gnus.org ([95.216.78.240]:50956) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nBzaa-0006Y4-7I for 22298@debbugs.gnu.org; Mon, 24 Jan 2022 08:40:57 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: 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=hymvByrDIjt0Z+j8hS9VUyrbVJsKxrDCzFS63cAV+vk=; b=LEOxrittTD0iYdRCPUDGxpz/p3 nzjypUIeD183/zHZ3f1WSNw7AdcweUbzv9QPTygplBJbz8CubdLfBa7NCDgZ/mwH6GGCNACiSGuh7 PRPOMe9ttlu2R4H+loxLAFTHYT53x1cjLVyzcG/bBWx3w8CMrz5crSQMsTV7Bb5JLaBQ=; Received: from [84.212.220.105] (helo=giant) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nBzaR-00084E-CO; Mon, 24 Jan 2022 14:40:49 +0100 From: Lars Ingebrigtsen References: <6BAAA567-801D-4F0C-9FBE-98C615B2257B@royau.me> X-Now-Playing: Peter Gabriel's _So_: "That Voice Again" Date: Mon, 24 Jan 2022 14:40:46 +0100 In-Reply-To: <6BAAA567-801D-4F0C-9FBE-98C615B2257B@royau.me> (CHENG Gao's message of "Sun, 3 Jan 2016 17:13:05 +0800") Message-ID: <87y2356yld.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: CHENG Gao writes: > , ---- > | (when window-system (set-frame-size (selected-frame) 155 38 nil) > | (set-frame-position (selected-frame) 0 0)) (I'm going through old bug reports that unfortunately weren't resolved at the time.) Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) CHENG Gao writes: > ,---- > | (when window-system (set-frame-size (selected-frame) 155 38 nil) > | (set-frame-position (selected-frame) 0 0)) (I'm going through old bug reports that unfortunately weren't resolved at the time.) Yes, en/disabling the tool bar will change the size of the frame, so you have to en/disable it before setting the frame size. I don't think this is a bug -- it's how Emacs has always worked, so I'm closing this bug report. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 24 08:41:04 2022 Received: (at control) by debbugs.gnu.org; 24 Jan 2022 13:41:04 +0000 Received: from localhost ([127.0.0.1]:42562 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nBzai-0006Z9-D3 for submit@debbugs.gnu.org; Mon, 24 Jan 2022 08:41:04 -0500 Received: from quimby.gnus.org ([95.216.78.240]:50970) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nBzag-0006YD-Ab for control@debbugs.gnu.org; Mon, 24 Jan 2022 08:41:02 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=GVcX9DE3ID0aXlxM0sZrEwNvZRstMeJCRAMoxXmlwkI=; b=fbvkL4JUF9qyeAgFSjyS4HE6Re LrVO2LKuHke9dUcvHfJEE/dJlnyyxQLVVd83laLeHlJPdvSBhrwgMy3G7TPHUtyX5EM0ntSFhfzvE 6vykGrso1y27m5M2HbdlNrdbIVdc3wbyAfBi99p8vGpNhmXOQCXOJbvCBfJSssoJV+vY=; Received: from [84.212.220.105] (helo=giant) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nBzaY-00084L-A8 for control@debbugs.gnu.org; Mon, 24 Jan 2022 14:40:56 +0100 Date: Mon, 24 Jan 2022 14:40:53 +0100 Message-Id: <87wnip6yl6.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #22298 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 22298 notabug close 22298 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) tags 22298 notabug close 22298 quit