From unknown Sat Sep 20 01:10:07 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#15216 <15216@debbugs.gnu.org> To: bug#15216 <15216@debbugs.gnu.org> Subject: Status: cygwin: Can't modify initial frame appearance on gtk3 Emacs Reply-To: bug#15216 <15216@debbugs.gnu.org> Date: Sat, 20 Sep 2025 08:10:07 +0000 retitle 15216 cygwin: Can't modify initial frame appearance on gtk3 Emacs reassign 15216 emacs submitter 15216 Katsumi Yamaoka severity 15216 normal tag 15216 moreinfo thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 30 03:48:47 2013 Received: (at submit) by debbugs.gnu.org; 30 Aug 2013 07:48:47 +0000 Received: from localhost ([127.0.0.1]:58312 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VFJRm-0000x4-NJ for submit@debbugs.gnu.org; Fri, 30 Aug 2013 03:48:47 -0400 Received: from eggs.gnu.org ([208.118.235.92]:55605) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VFJRj-0000wp-Tl for submit@debbugs.gnu.org; Fri, 30 Aug 2013 03:48:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VFJRW-0004nl-7E for submit@debbugs.gnu.org; Fri, 30 Aug 2013 03:48:38 -0400 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]:38883) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFJRW-0004nh-3r for submit@debbugs.gnu.org; Fri, 30 Aug 2013 03:48:30 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57279) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFJRM-0006fG-WB for bug-gnu-emacs@gnu.org; Fri, 30 Aug 2013 03:48:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VFJRG-0004kV-Pn for bug-gnu-emacs@gnu.org; Fri, 30 Aug 2013 03:48:20 -0400 Received: from mail-hampton.hostforweb.net ([216.246.15.223]:52534 helo=hampton.hostforweb.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFJRG-0004kC-Dr for bug-gnu-emacs@gnu.org; Fri, 30 Aug 2013 03:48:14 -0400 Received: from localhost.localdomain ([127.0.0.1]:44092 helo=localhost) by hampton.hostforweb.net with smtp (Exim 4.80.1) (envelope-from ) id 1VFJRD-0027Dg-5s; Fri, 30 Aug 2013 02:48:12 -0500 Date: Fri, 30 Aug 2013 16:48:09 +0900 Message-ID: From: Katsumi Yamaoka To: bug-gnu-emacs@gnu.org Subject: 24.3.50; Can't modify initial frame appearance on gtk3 Emacs Organization: Emacsen advocacy group X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.130008 (=?iso-2022-jp?B?GyRCPz8bKEI=?= Gnus v0.8) Emacs/24.3.50 (i686-pc-cygwin) Cancel-Lock: sha1:daOir7a2Xb9TIJeVQH54QRXoisM= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hampton.hostforweb.net X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Get-Message-Sender-Via: hampton.hostforweb.net: acl_c_authenticated_local_user: yamaoka X-Source: X-Source-Args: X-Source-Dir: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (barebone) [generic] X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -3.4 (---) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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.4 (---) Hi, I tried gtk3 Emacs for the first time and found this behavior. Say, I have only this line in the .emacs file, it doesn't achieve its purpose: (setq default-frame-alist '((width . 40) (height . 20))) The Emacs frame once goes small but expands again. Then I tried making it run after splashing the screen. These two advices make no difference: (defadvice command-line-1 (after set-frame-size activate) "Set the frame size after splashing the screen." (setq default-frame-alist '((width . 40) (height . 20)))) (defadvice command-line-1 (after set-frame-size activate) "Set the frame size after splashing the screen." (modify-frame-parameters nil '((width . 40) (height . 20)))) But this works: (defadvice command-line-1 (after set-frame-size activate) "Set the frame size after splashing the screen." (modify-frame-parameters nil '((width . 40) (height . 20))) (setq default-frame-alist '((width . 40) (height . 20)))) In relation to this, changing the default font in the .emacs file makes the splash image disappear. Here it is: (set-face-font 'default "-*-fixed-medium-r-normal-*-16-*-*-*-*-*-iso8859-1") This can be solved by a similar workaround like the following: (defadvice command-line-1 (after set-default-font activate) "Set the default font after splashing the screen." (set-face-font 'default "-*-fixed-medium-r-normal-*-16-*-*-*-*-*-iso8859-1")) I think those workarounds should be unnecessary because of `frame-notice-user-settings'. Thanks. In GNU Emacs 24.3.50.1 (i686-pc-cygwin, GTK+ Version 3.8.2) of 2013-08-30 on localhost Bzr revision: 114075 monnier@iro.umontreal.ca-20130829210018-w5kvrixpf2k1yjcv Windowing system distributor `The Cygwin/X Project', version 11.0.11402000 Configured using: `configure --verbose --with-x-toolkit=gtk3 --without-imagemagick --without-dbus --without-gconf --without-gsettings' From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 30 05:08:39 2013 Received: (at 15216) by debbugs.gnu.org; 30 Aug 2013 09:08:39 +0000 Received: from localhost ([127.0.0.1]:58459 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VFKh4-0002xB-Ly for submit@debbugs.gnu.org; Fri, 30 Aug 2013 05:08:38 -0400 Received: from mtaout22.012.net.il ([80.179.55.172]:49361) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VFKh1-0002ww-Hp for 15216@debbugs.gnu.org; Fri, 30 Aug 2013 05:08:37 -0400 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MSC00G006J3AY00@a-mtaout22.012.net.il> for 15216@debbugs.gnu.org; Fri, 30 Aug 2013 12:08:29 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MSC00G0I6Q4BX00@a-mtaout22.012.net.il>; Fri, 30 Aug 2013 12:08:29 +0300 (IDT) Date: Fri, 30 Aug 2013 12:08:32 +0300 From: Eli Zaretskii Subject: Re: bug#15216: 24.3.50; Can't modify initial frame appearance on gtk3 Emacs In-reply-to: X-012-Sender: halo1@inter.net.il To: Katsumi Yamaoka Message-id: <83r4dbeeb3.fsf@gnu.org> References: X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 15216 Cc: 15216@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii 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: 1.0 (+) > Date: Fri, 30 Aug 2013 16:48:09 +0900 > From: Katsumi Yamaoka > > Say, I have only this line in the .emacs file, it doesn't achieve > its purpose: > > (setq default-frame-alist '((width . 40) (height . 20))) > > The Emacs frame once goes small but expands again. Did you try the same with initial-frame-alist, instead of default-frame-alist? From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 30 06:03:18 2013 Received: (at 15216) by debbugs.gnu.org; 30 Aug 2013 10:03:18 +0000 Received: from localhost ([127.0.0.1]:58576 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VFLXt-0004O5-NT for submit@debbugs.gnu.org; Fri, 30 Aug 2013 06:03:14 -0400 Received: from mail-hampton.hostforweb.net ([216.246.15.223]:46866 helo=hampton.hostforweb.net) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VFLXr-0004Ns-Aw for 15216@debbugs.gnu.org; Fri, 30 Aug 2013 06:03:11 -0400 Received: from localhost.localdomain ([127.0.0.1]:50705 helo=localhost) by hampton.hostforweb.net with smtp (Exim 4.80.1) (envelope-from ) id 1VFLXk-001PxT-1V; Fri, 30 Aug 2013 05:03:04 -0500 Date: Fri, 30 Aug 2013 19:03:01 +0900 Message-ID: From: Katsumi Yamaoka To: Eli Zaretskii Subject: Re: bug#15216: 24.3.50; Can't modify initial frame appearance on gtk3 Emacs References: <83r4dbeeb3.fsf@gnu.org> Organization: Emacsen advocacy group X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.130008 (=?iso-2022-jp?B?GyRCPz8bKEI=?= Gnus v0.8) Emacs/24.3.50 (i686-pc-cygwin) Cancel-Lock: sha1:kN9FmjaHws3Sk1ca7S5w6na4wUg= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hampton.hostforweb.net X-AntiAbuse: Original Domain - debbugs.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Get-Message-Sender-Via: hampton.hostforweb.net: acl_c_authenticated_local_user: root X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 15216 Cc: 15216@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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.0 (/) Eli Zaretskii wrote: >> Date: Fri, 30 Aug 2013 16:48:09 +0900 >> From: Katsumi Yamaoka >> Say, I have only this line in the .emacs file, it doesn't achieve >> its purpose: >> (setq default-frame-alist '((width . 40) (height . 20))) >> The Emacs frame once goes small but expands again. > Did you try the same with initial-frame-alist, instead of > default-frame-alist? Yes, I did. Emacs frame contracted and expanded. From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 30 08:13:21 2013 Received: (at 15216) by debbugs.gnu.org; 30 Aug 2013 12:13:21 +0000 Received: from localhost ([127.0.0.1]:58772 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VFNZl-0000MC-J9 for submit@debbugs.gnu.org; Fri, 30 Aug 2013 08:13:21 -0400 Received: from mtaout20.012.net.il ([80.179.55.166]:52663) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VFNZg-0000Lt-Ez for 15216@debbugs.gnu.org; Fri, 30 Aug 2013 08:13:16 -0400 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MSC00D00F59RY00@a-mtaout20.012.net.il> for 15216@debbugs.gnu.org; Fri, 30 Aug 2013 15:13:05 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MSC00DM2F9TILA0@a-mtaout20.012.net.il>; Fri, 30 Aug 2013 15:13:05 +0300 (IDT) Date: Fri, 30 Aug 2013 15:13:09 +0300 From: Eli Zaretskii Subject: Re: bug#15216: 24.3.50; Can't modify initial frame appearance on gtk3 Emacs In-reply-to: X-012-Sender: halo1@inter.net.il To: Katsumi Yamaoka Message-id: <83mwnze5re.fsf@gnu.org> References: <83r4dbeeb3.fsf@gnu.org> X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 15216 Cc: 15216@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii 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: 1.0 (+) > Date: Fri, 30 Aug 2013 19:03:01 +0900 > From: Katsumi Yamaoka > Cc: 15216@debbugs.gnu.org > > Eli Zaretskii wrote: > >> Date: Fri, 30 Aug 2013 16:48:09 +0900 > >> From: Katsumi Yamaoka > > >> Say, I have only this line in the .emacs file, it doesn't achieve > >> its purpose: > > >> (setq default-frame-alist '((width . 40) (height . 20))) > > >> The Emacs frame once goes small but expands again. > > > Did you try the same with initial-frame-alist, instead of > > default-frame-alist? > > Yes, I did. Emacs frame contracted and expanded. Well, this works for me, so it might indeed be GTK-specific. From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 30 08:48:13 2013 Received: (at 15216) by debbugs.gnu.org; 30 Aug 2013 12:48:13 +0000 Received: from localhost ([127.0.0.1]:58840 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VFO7Y-0001KD-Ht for submit@debbugs.gnu.org; Fri, 30 Aug 2013 08:48:12 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.182]:27409) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VFO7V-0001Jx-Iu for 15216@debbugs.gnu.org; Fri, 30 Aug 2013 08:48:10 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av8EABK/CFHO+KK6/2dsb2JhbABEuzWDWRdzgh4BAQQBViMFCws0EhQYDSSIHgbBLZEKA6R6gV6DEw X-IPAS-Result: Av8EABK/CFHO+KK6/2dsb2JhbABEuzWDWRdzgh4BAQQBViMFCws0EhQYDSSIHgbBLZEKA6R6gV6DEw X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="26039706" Received: from 206-248-162-186.dsl.teksavvy.com (HELO pastel.home) ([206.248.162.186]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 30 Aug 2013 08:45:19 -0400 Received: by pastel.home (Postfix, from userid 20848) id 9BE8062E73; Fri, 30 Aug 2013 08:48:03 -0400 (EDT) From: Stefan Monnier To: Katsumi Yamaoka Subject: Re: bug#15216: 24.3.50; Can't modify initial frame appearance on gtk3 Emacs Message-ID: References: Date: Fri, 30 Aug 2013 08:48:03 -0400 In-Reply-To: (Katsumi Yamaoka's message of "Fri, 30 Aug 2013 16:48:09 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: 15216 Cc: 15216@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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.3 (/) > I tried gtk3 Emacs for the first time and found this behavior. > Say, I have only this line in the .emacs file, it doesn't achieve > its purpose: > (setq default-frame-alist '((width . 40) (height . 20))) > The Emacs frame once goes small but expands again. That's the "canonical" way, so it should work. IOW we have a bug. Stefan From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 30 09:14:23 2013 Received: (at 15216) by debbugs.gnu.org; 30 Aug 2013 13:14:23 +0000 Received: from localhost ([127.0.0.1]:58876 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VFOWs-00020d-Pr for submit@debbugs.gnu.org; Fri, 30 Aug 2013 09:14:23 -0400 Received: from mail-hampton.hostforweb.net ([216.246.15.223]:40714 helo=hampton.hostforweb.net) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VFOWo-00020N-5T for 15216@debbugs.gnu.org; Fri, 30 Aug 2013 09:14:20 -0400 Received: from softbank219034144017.bbtec.net ([219.34.144.17]:49892 helo=) by hampton.hostforweb.net with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.80.1) (envelope-from ) id 1VFOWe-002ALJ-6J; Fri, 30 Aug 2013 08:14:10 -0500 From: Katsumi Yamaoka To: Stefan Monnier Subject: Re: bug#15216: 24.3.50; Can't modify initial frame appearance on gtk3 Emacs References: X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( Date: Fri, 30 Aug 2013 22:14:04 +0900 Message-ID: User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:eptnnDeUjA9iRMAIlNfJDrdcsLM= MIME-Version: 1.0 Content-Type: text/plain X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hampton.hostforweb.net X-AntiAbuse: Original Domain - debbugs.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Get-Message-Sender-Via: hampton.hostforweb.net: authenticated_id: yamaoka/from_h X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 15216 Cc: 15216@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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.0 (/) Stefan Monnier wrote: >> I tried gtk3 Emacs for the first time and found this behavior. >> Say, I have only this line in the .emacs file, it doesn't achieve >> its purpose: >> (setq default-frame-alist '((width . 40) (height . 20))) >> The Emacs frame once goes small but expands again. > That's the "canonical" way, so it should work. IOW we have a bug. Sorry, this might be a problem that occurs only on Cygwin. I just tested it on Fedora 18 right now, it works as expected. In GNU Emacs 24.3.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.6.4) of 2013-08-30 on localhost.localdomain Bzr revision: 114076 dmantipov@yandex.ru-20130830121744-dzilf27l8pb3997i Windowing system distributor `Fedora Project', version 11.0.11303000 From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 30 09:34:38 2013 Received: (at 15216) by debbugs.gnu.org; 30 Aug 2013 13:34:38 +0000 Received: from localhost ([127.0.0.1]:58923 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VFOqT-0002Wl-11 for submit@debbugs.gnu.org; Fri, 30 Aug 2013 09:34:37 -0400 Received: from mail01.bdtv.se ([176.10.222.34]:43635) by debbugs.gnu.org with smtp (Exim 4.80) (envelope-from ) id 1VFOqN-0002WX-PU for 15216@debbugs.gnu.org; Fri, 30 Aug 2013 09:34:32 -0400 Received: (qmail 19669 invoked by uid 89); 30 Aug 2013 13:34:29 -0000 Received: from h-46-59-42-57.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.57) by mail01.bdtv.se with ESMTPA; 30 Aug 2013 13:34:29 -0000 Received: from [172.20.199.240] (unknown [172.20.199.240]) by coolsville.localdomain (Postfix) with ESMTPSA id 5A6061A027D; Fri, 30 Aug 2013 13:34:29 +0000 (UTC) References: Mime-Version: 1.0 (1.0) In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <94C10CDE-F43F-4B97-BD67-B24FB275904E@swipnet.se> X-Mailer: iPhone Mail (10B350) From: =?utf-8?Q?Jan_Dj=C3=A4rv?= Subject: Re: bug#15216: 24.3.50; Can't modify initial frame appearance on gtk3 Emacs Date: Fri, 30 Aug 2013 15:34:28 +0200 To: Stefan Monnier X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 15216 Cc: Katsumi Yamaoka , "15216@debbugs.gnu.org" <15216@debbugs.gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: 1.0 (+) Hi. It could also be the window manager that remembers the old size. Jan D. 30 aug 2013 kl. 14:48 skrev Stefan Monnier : >> I tried gtk3 Emacs for the first time and found this behavior. >> Say, I have only this line in the .emacs file, it doesn't achieve >> its purpose: > >> (setq default-frame-alist '((width . 40) (height . 20))) > >> The Emacs frame once goes small but expands again. > > That's the "canonical" way, so it should work. IOW we have a bug. > > > Stefan > > From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 30 10:30:51 2013 Received: (at submit) by debbugs.gnu.org; 30 Aug 2013 14:30:51 +0000 Received: from localhost ([127.0.0.1]:59256 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VFPis-0003wJ-G8 for submit@debbugs.gnu.org; Fri, 30 Aug 2013 10:30:50 -0400 Received: from eggs.gnu.org ([208.118.235.92]:46476) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VFPip-0003w5-7L for submit@debbugs.gnu.org; Fri, 30 Aug 2013 10:30:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VFPib-0002Zh-TU for submit@debbugs.gnu.org; Fri, 30 Aug 2013 10:30:40 -0400 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,FREEMAIL_FROM autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:43692) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFPib-0002Zb-QA for submit@debbugs.gnu.org; Fri, 30 Aug 2013 10:30:33 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48118) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFPiV-00087C-Nf for bug-gnu-emacs@gnu.org; Fri, 30 Aug 2013 10:30:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VFPiP-0002X3-Uk for bug-gnu-emacs@gnu.org; Fri, 30 Aug 2013 10:30:27 -0400 Received: from smtp204.alice.it ([82.57.200.100]:59307) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFPiP-0002Wi-Nz for bug-gnu-emacs@gnu.org; Fri, 30 Aug 2013 10:30:21 -0400 Received: from [192.168.1.100] (80.181.213.214) by smtp204.alice.it (8.6.060.28) (authenticated as angelo.graziosi@alice.it) id 51F278600324413C for bug-gnu-emacs@gnu.org; Fri, 30 Aug 2013 16:30:20 +0200 Message-ID: <5220AC73.7090106@alice.it> Date: Fri, 30 Aug 2013 16:30:11 +0200 From: Angelo Graziosi User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: bug-emacs Subject: bug#15216: 24.3.50; Can't modify initial frame appearance on gtk3 Emacs Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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: 208.118.235.17 X-Spam-Score: -3.4 (---) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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.4 (---) Katsumi Yamaoka wrote: > Sorry, this might be a problem that occurs only on Cygwin. > I just tested it on Fedora 18 right now, it works as expected. Yes, I concord.. see also this: http://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00386.html http://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00390.html ... Ciao, Angelo. From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 30 16:15:24 2013 Received: (at control) by debbugs.gnu.org; 30 Aug 2013 20:15:25 +0000 Received: from localhost ([127.0.0.1]:59839 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VFV6K-00050z-4x for submit@debbugs.gnu.org; Fri, 30 Aug 2013 16:15:24 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:43024 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VFV6H-00050p-9d for control@debbugs.gnu.org; Fri, 30 Aug 2013 16:15:21 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1VFV6G-0004DY-EL for control@debbugs.gnu.org; Fri, 30 Aug 2013 16:15:20 -0400 Date: Fri, 30 Aug 2013 16:15:20 -0400 Message-Id: Subject: control message for bug 15216 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -7.2 (-------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -7.2 (-------) retitle 15216 cygwin: Can't modify initial frame appearance on gtk3 Emacs From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 05 18:36:32 2022 Received: (at 15216) by debbugs.gnu.org; 5 Feb 2022 23:36:32 +0000 Received: from localhost ([127.0.0.1]:35892 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nGUbX-0007Zz-Tk for submit@debbugs.gnu.org; Sat, 05 Feb 2022 18:36:32 -0500 Received: from quimby.gnus.org ([95.216.78.240]:50374) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nGUbW-0007Zi-36 for 15216@debbugs.gnu.org; Sat, 05 Feb 2022 18:36:30 -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=ANYEKoTYJDcXdmWzs9HAq6wOff7baJvnv8bzx47Fdvs=; b=eUlwhDQ0bpcZooGLKOmqeeCPVM F6eTJ84SIx+bHbIknJhdHMU8sHr/oMZb1PBTsUDvL19GjBSD82Xi/IdadAGSyzypBHvPFgZ5OaM4w eWJG5GYjEgPC4ZCCZwDc+8dsXs7O2F/qOW01diorJxEW6i9XDeNybUFeL7l+7+JKOnLY=; 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 1nGUbK-00055D-Qz; Sun, 06 Feb 2022 00:36:21 +0100 From: Lars Ingebrigtsen To: Katsumi Yamaoka Subject: Re: bug#15216: cygwin: Can't modify initial frame appearance on gtk3 Emacs References: X-Now-Playing: Brian Eno's _Another Green World_: "Sky Saw" Date: Sun, 06 Feb 2022 00:36:17 +0100 In-Reply-To: (Katsumi Yamaoka's message of "Fri, 30 Aug 2013 22:14:04 +0900") Message-ID: <874k5canta.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: Katsumi Yamaoka writes: > Sorry, this might be a problem that occurs only on Cygwin. > I just tested it on Fedora 18 right now, it works as expected. (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-Debbugs-Envelope-To: 15216 Cc: 15216@debbugs.gnu.org, Stefan Monnier 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 (---) Katsumi Yamaoka writes: > Sorry, this might be a problem that occurs only on Cygwin. > I just tested it on Fedora 18 right now, it works as expected. (I'm going through old bug reports that unfortunately weren't resolved at the time.) Are you still seeing this issue in more recent versions of Emacs/Cygwin/gtk3? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 05 18:36:36 2022 Received: (at control) by debbugs.gnu.org; 5 Feb 2022 23:36:36 +0000 Received: from localhost ([127.0.0.1]:35895 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nGUbc-0007aI-3U for submit@debbugs.gnu.org; Sat, 05 Feb 2022 18:36:36 -0500 Received: from quimby.gnus.org ([95.216.78.240]:50390) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nGUba-0007Zo-B5 for control@debbugs.gnu.org; Sat, 05 Feb 2022 18:36:34 -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=XuTvjv2M3+J2IDzYkZIDi6ILVt5pLIX2UUVOxnJPYHY=; b=p989/adLeWpzaepySWr2FesC6y 3Lc0bVM9pxrDymClGGfnYfnGrVnkl7WdUng4M0LLmLiX9YJ+SP8jHiLIe6GbXJCi0q2zdAtbh8x5W YtISwo9CPCN1nHoL2Z7HdlB2XWekPlSRmYWg0RsGgfoC+meLaDXtYtb0DVoG8nNIUu3U=; 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 1nGUbS-00055I-7w for control@debbugs.gnu.org; Sun, 06 Feb 2022 00:36:28 +0100 Date: Sun, 06 Feb 2022 00:36:24 +0100 Message-Id: <8735kwant3.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #15216 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 15216 + moreinfo 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 15216 + moreinfo quit From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 06 17:44:24 2022 Received: (at 15216) by debbugs.gnu.org; 6 Feb 2022 22:44:24 +0000 Received: from localhost ([127.0.0.1]:40101 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nGqGe-0007vS-Dd for submit@debbugs.gnu.org; Sun, 06 Feb 2022 17:44:24 -0500 Received: from cross.elm.relay.mailchannels.net ([23.83.212.46]:64905) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nGqGc-0007vJ-MM for 15216@debbugs.gnu.org; Sun, 06 Feb 2022 17:44:23 -0500 X-Sender-Id: tih5qno0ow|x-authuser|yamaoka@cloud1.hostforweb.net Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 7991E621E29; Sun, 6 Feb 2022 22:44:21 +0000 (UTC) Received: from cloud1.hostforweb.net (unknown [127.0.0.6]) (Authenticated sender: tih5qno0ow) by relay.mailchannels.net (Postfix) with ESMTPA id 8DFEA621D2F; Sun, 6 Feb 2022 22:44:19 +0000 (UTC) X-Sender-Id: tih5qno0ow|x-authuser|yamaoka@cloud1.hostforweb.net Received: from cloud1.hostforweb.net (cloud1.hostforweb.net [154.16.119.57]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384) by 100.126.0.25 (trex/6.4.3); Sun, 06 Feb 2022 22:44:21 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: tih5qno0ow|x-authuser|yamaoka@cloud1.hostforweb.net X-MailChannels-Auth-Id: tih5qno0ow X-Slimy-Battle: 4d5ec55859194243_1644187460888_2698511774 X-MC-Loop-Signature: 1644187460888:301211091 X-MC-Ingress-Time: 1644187460888 Received: from 157-205-200-190.cns.tayoreru.com ([157.205.200.190]:63472 helo=localhost) by cloud1.hostforweb.net with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nGqGY-00065K-8Q; Sun, 06 Feb 2022 17:44:18 -0500 Date: Mon, 07 Feb 2022 07:44:13 +0900 Message-ID: From: Katsumi Yamaoka To: Lars Ingebrigtsen Subject: Re: bug#15216: cygwin: Can't modify initial frame appearance on gtk3 Emacs References: <874k5canta.fsf_-_@gnus.org> Organization: Emacsen advocacy group X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-cygwin) Cancel-Lock: sha1:VTXZehk2mVqjbZLpzoMdxCJ78nY= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-AuthUser: yamaoka@cloud1.hostforweb.net X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 15216 Cc: 15216@debbugs.gnu.org, Stefan Monnier 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: -1.0 (-) On Sun, 06 Feb 2022 00:36:17 +0100, Lars Ingebrigtsen wrote: > Are you still seeing this issue in more recent versions of > Emacs/Cygwin/gtk3? On Fri, 30 Aug 2013 16:48:09 +0900, Katsumi Yamaoka wrote: > Say, I have only this line in the .emacs file, it doesn't achieve > its purpose: > (setq default-frame-alist '((width . 40) (height . 20))) > The Emacs frame once goes small but expands again. There's no such a problem is in Emacs/Cygwin/gtk3 now. It should have been fixed. Thanks. From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 06 17:47:18 2022 Received: (at 15216) by debbugs.gnu.org; 6 Feb 2022 22:47:19 +0000 Received: from localhost ([127.0.0.1]:40115 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nGqJD-00080Y-SW for submit@debbugs.gnu.org; Sun, 06 Feb 2022 17:47:18 -0500 Received: from quimby.gnus.org ([95.216.78.240]:60692) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nGqJC-0007zp-F6 for 15216@debbugs.gnu.org; Sun, 06 Feb 2022 17:47:03 -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=4/MXIy3Oe3do0T6IT2D7AV2lzKHBcgIKGhYTRsrtEmQ=; b=HJHNtJxpoMQuTW7sL2USsabDWq gRTufkoI38JT9DYWC6ReSfyMubxQGiaHo6g22GU5lAlg7nVDkNz8uiTyf+5k9n8rgclqe3L0Q0mnm IyJ6aeWXrmgMC3dOj4UTtToHOFpfhmQPTJdwQaa2UWlKyzua0AZOPeNa1ShRyNzzN16Y=; 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 1nGqJ0-0000YA-BV; Sun, 06 Feb 2022 23:46:53 +0100 From: Lars Ingebrigtsen To: Katsumi Yamaoka Subject: Re: bug#15216: cygwin: Can't modify initial frame appearance on gtk3 Emacs References: <874k5canta.fsf_-_@gnus.org> Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAACBj SFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAFVBMVEXu5ODBtayKf3Iv KBsKCQZZT0D///9OA1bqAAAAAWJLR0QGYWa4fQAAAAd0SU1FB+YCBhYDD/BbzxMAAAG5SURBVDjL nZTPksIgDMbBWe8Et/eW2vta4AGUeF9Lef9X2RCgrTOeNv4dfn7Jl4RRiP8GqPyQAP/OsIU06uP5 yeHzI/hCxJ9P4Ergo+SqCB2rNNujEA5/j15q7QDigvf2a1B6Ll+7JwjpWhGjoXtVMLMBTgLSmGHU JeMwKiVWrg5aJwpdLVx7ISfOq42OKXkuLntxhUEMxc6gJ6OtLwK53sjAPq4yfpqfxpCo9zC8dd2l Xo5YYlFNwmQQ5wpwbsn4bUyugeNcFukwbOS5DVG6FbFfN0nfXJ2o8ENtRcooc3F5QXzRbN9zEVDf pOj26tu+8u58Ko2wh83Xil6ryOc2g1tbrcO5W7KrOaWItlanZ7CLWbRKUQnorMdXVZxCGnrTLt4U A6+LwBmt6VO7LnLNADKgDmyydRcSHB4AhuCNMSlNkdwp2EEOG8tnAA7uj899iraOZAfWehstlQo0 HpmHmy8gA+sdvbLmUVOdSiKSUFDnpCiAF+Hyjylu5OQuD4pQBFZFh/eaCkYGLLCAuwIu7LUAj3sN +M5gKiA7fEr6j2jgNsZ2njtXrcEAMVcnyDtXpfM13wUWvIE/JvCD9CjSHecAAAAldEVYdGRhdGU6 Y3JlYXRlADIwMjItMDItMDZUMjI6MDM6MTUrMDA6MDDxfiW7AAAAJXRFWHRkYXRlOm1vZGlmeQAy MDIyLTAyLTA2VDIyOjAzOjE1KzAwOjAwgCOdBwAAAABJRU5ErkJggg== X-Now-Playing: Joni Mitchell's _Hejira_: "Blue Motel Room" Date: Sun, 06 Feb 2022 23:46:49 +0100 In-Reply-To: (Katsumi Yamaoka's message of "Mon, 07 Feb 2022 07:44:13 +0900") Message-ID: <87o83j62au.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: Katsumi Yamaoka writes: > There's no such a problem is in Emacs/Cygwin/gtk3 now. It should > have been fixed. Thanks. Thanks for checking; I'm closing this bug report, then. 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: 15216 Cc: 15216@debbugs.gnu.org, Stefan Monnier 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: -1.0 (-) Katsumi Yamaoka writes: > There's no such a problem is in Emacs/Cygwin/gtk3 now. It should > have been fixed. Thanks. Thanks for checking; I'm closing this bug report, then. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 06 17:47:19 2022 Received: (at control) by debbugs.gnu.org; 6 Feb 2022 22:47:19 +0000 Received: from localhost ([127.0.0.1]:40118 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nGqJS-00080x-VJ for submit@debbugs.gnu.org; Sun, 06 Feb 2022 17:47:19 -0500 Received: from quimby.gnus.org ([95.216.78.240]:60710) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nGqJL-00080d-MT for control@debbugs.gnu.org; Sun, 06 Feb 2022 17:47:12 -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=8m1NxJlevSFGCm4HUDQWn/eBMq6UF9d5ULYmVooGCgY=; b=DRMbpIPLCxmuPGYHOUeB7PSgt6 850k0oHQqgCPiYNG4kGZWoytYlFfEgZv0eLDKDu9BFd2JMin6OpyiV+gb8EZuGOgKvvUbx51SPNPm PhXj/U3mkQ0y30eycx+ynw1Ni7Ta3b0LvpsXC6ocUPD2SdJC3aoxQxcXvwEwW6PNHNxk=; 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 1nGqJD-0000YQ-E1 for control@debbugs.gnu.org; Sun, 06 Feb 2022 23:47:05 +0100 Date: Sun, 06 Feb 2022 23:47:02 +0100 Message-Id: <87mtj362ah.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #15216 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: close 15216 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 (---) close 15216 quit From unknown Sat Sep 20 01:10:07 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 07 Mar 2022 12:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator