From unknown Mon Jun 16 23:45:48 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#9485 <9485@debbugs.gnu.org> To: bug#9485 <9485@debbugs.gnu.org> Subject: Status: 24.0.50; Frame size and position parameter problems in Windows (and Linux) Reply-To: bug#9485 <9485@debbugs.gnu.org> Date: Tue, 17 Jun 2025 06:45:48 +0000 retitle 9485 24.0.50; Frame size and position parameter problems in Windows= (and Linux) reassign 9485 emacs submitter 9485 Hannu Koivisto severity 9485 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 12 13:20:24 2011 Received: (at submit) by debbugs.gnu.org; 12 Sep 2011 17:20:24 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R3ABD-0000ll-9d for submit@debbugs.gnu.org; Mon, 12 Sep 2011 13:20:24 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R39Zt-0005wr-GF for submit@debbugs.gnu.org; Mon, 12 Sep 2011 12:41:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R39Ve-0003oY-7K for submit@debbugs.gnu.org; Mon, 12 Sep 2011 12:37:27 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:46136) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R39Ve-0003oU-5R for submit@debbugs.gnu.org; Mon, 12 Sep 2011 12:37:26 -0400 Received: from eggs.gnu.org ([140.186.70.92]:47571) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R39Vc-0000bb-Vo for bug-gnu-emacs@gnu.org; Mon, 12 Sep 2011 12:37:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R39Vb-0003nN-09 for bug-gnu-emacs@gnu.org; Mon, 12 Sep 2011 12:37:24 -0400 Received: from s2.org ([80.83.7.53]:54506 helo=kalahari.s2.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R39Va-0003kA-Qn for bug-gnu-emacs@gnu.org; Mon, 12 Sep 2011 12:37:22 -0400 Received: from azure by kalahari.s2.org with local (Exim 4.76) (envelope-from ) id 1R39VQ-0007Er-Vj for bug-gnu-emacs@gnu.org; Mon, 12 Sep 2011 19:37:12 +0300 From: Hannu Koivisto To: bug-gnu-emacs@gnu.org Subject: 24.0.50; Frame size and position parameter problems in Windows (and Linux) Date: Mon, 12 Sep 2011 19:37:12 +0300 Message-ID: <83zki9af9j.fsf@kalahari.s2.org> User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: azure@iki.fi X-SA-Exim-Scanned: No (on kalahari.s2.org); SAEximRunCond expanded to false 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 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -6.6 (------) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Mon, 12 Sep 2011 13:20:21 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.6 (------) This bug report will be sent to the Bug-GNU-Emacs mailing list and the GNU bug tracker at debbugs.gnu.org. Please check that the From: line contains a valid email address. After a delay of up to one day, you should receive an acknowledgement at that address. Please write in English if possible, as the Emacs maintainers usually do not have translators for other languages. Please describe exactly what actions triggered the bug, and the precise symptoms of the bug. If you can, give a recipe starting from `emacs -Q': Given... (defvar se::frame-config `((fullscreen . fullheight) (width . 100))) (setq default-frame-alist (append se::frame-config default-frame-alist)) (setq initial-frame-alist (append '((left . (- 0))) se::frame-config initial-frame-alist)) ...in .emacs, "runemacs" results to a frame that is neither fullheight nor positioned in the right edge of the screen. The frame I get is approximately half the height of the screen and it is partly positioned outside (from the right edge) of the screen. The same configuration works in Linux with Emacs 23.1.1 usually but not always. I just tried "repeat 5; do emacs&; done" and one out of those five failed to resize to fullheight and two out of five were fullheight but they were not located at the top edge/right edge of the screen (y coordinate was around the middle of the screen and the frame was partly outside the screen in x direction as well). If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. For information about debugging Emacs, please read the file c:/progra~1/emacs24/etc/DEBUG. In GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600) of 2011-08-25 on HANNU Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (3.4)' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: fi_FI value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: FIN value of $XMODIFIERS: nil locale-coding-system: cp1252 default enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: tooltip-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 line-number-mode: t transient-mark-mode: t Recent input: n/a Recent messages: n/a Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr message format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mailabbrev mail-utils gmm-utils mailheader tutorial help-mode easymenu view emacsbug time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel dos-w32 disp-table ls-lisp w32-win w32-vars tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer button faces cus-face files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process multi-tty emacs) -- Hannu From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 13 13:57:48 2015 Received: (at 9485) by debbugs.gnu.org; 13 Feb 2015 18:57:48 +0000 Received: from localhost ([127.0.0.1]:42213 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YMLQy-0000wd-Cs for submit@debbugs.gnu.org; Fri, 13 Feb 2015 13:57:48 -0500 Received: from mout.gmx.net ([212.227.17.21]:51102) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YMLQw-0000wQ-Kj for 9485@debbugs.gnu.org; Fri, 13 Feb 2015 13:57:47 -0500 Received: from [88.117.117.6] ([88.117.117.6]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0M4Wwq-1XNvm502mq-00yhdI; Fri, 13 Feb 2015 19:57:33 +0100 Message-ID: <54DE4913.1070208@gmx.at> Date: Fri, 13 Feb 2015 19:57:23 +0100 From: martin rudalics MIME-Version: 1.0 To: Hannu Koivisto , 9485@debbugs.gnu.org Subject: Re: 24.0.50; Frame size and position parameter problems in Windows (and Linux) References: <83zki9af9j.fsf@kalahari.s2.org> In-Reply-To: <83zki9af9j.fsf@kalahari.s2.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:sYBiL3P9/DuiqYyVjXPeE6zZ3uQLWEM2a33WBgKeo1Wk6VLxIME xN6EPvYkwINUXEbReIiuXzRLUIAoQ8rEC+EaGkBw+MG7R8vgPdpY7VMvxIMRm6V+jfpb14d OTwbrMZ48Cj5zittC0y9AEbeUGBrMIxa7kLY81vw3bUK2KePnPlF5g3lLuoi/M71+jMwYFj brefybGTtHTY7b1s3/wJw== X-UI-Out-Filterresults: notjunk:1; X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 9485 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 (/) > Given... > > (defvar se::frame-config `((fullscreen . fullheight) > (width . 100))) > (setq default-frame-alist (append se::frame-config default-frame-alist)) > (setq initial-frame-alist (append '((left . (- 0))) se::frame-config initial-frame-alist)) > > ...in .emacs, "runemacs" results to a frame that is neither fullheight > nor positioned in the right edge of the screen. The frame I get is > approximately half the height of the screen and it is partly positioned > outside (from the right edge) of the screen. > > The same configuration works in Linux with Emacs 23.1.1 usually but > not always. I just tried "repeat 5; do emacs&; done" and one out > of those five failed to resize to fullheight and two out of five > were fullheight but they were not located at the top edge/right > edge of the screen (y coordinate was around the middle of the > screen and the frame was partly outside the screen in x direction > as well). Hi, Hannu I recently tried to fix a number of related issues and hopefully fixed this as well. Can you try again with current master/trunk? Apologies for the late reply, martin From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 06 07:07:17 2015 Received: (at 9485-done) by debbugs.gnu.org; 6 Jul 2015 11:07:17 +0000 Received: from localhost ([127.0.0.1]:41548 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZC4F2-0005MF-BW for submit@debbugs.gnu.org; Mon, 06 Jul 2015 07:07:16 -0400 Received: from mout.gmx.net ([212.227.17.21]:50892) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZC4F0-0005Lz-Ru for 9485-done@debbugs.gnu.org; Mon, 06 Jul 2015 07:07:15 -0400 Received: from [188.22.238.62] ([188.22.238.62]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0MhNk6-1ZOfP73Zr8-00Mcr9; Mon, 06 Jul 2015 13:07:07 +0200 Message-ID: <559A615A.6030901@gmx.at> Date: Mon, 06 Jul 2015 13:07:06 +0200 From: martin rudalics MIME-Version: 1.0 To: Hannu Koivisto , 9485-done@debbugs.gnu.org Subject: Re: bug#9485: 24.0.50; Frame size and position parameter problems in Windows (and Linux) References: <83zki9af9j.fsf@kalahari.s2.org> <54DE4913.1070208@gmx.at> In-Reply-To: <54DE4913.1070208@gmx.at> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:3OBBfeyIK95lu83jYXa/4oWMH2CmRQDv6N8jlFq05uAI/M0k6bn 6j1wSMsgCHjx9lXgunEUlwQUtrrLoo0T67wz/CcM/R89rY5y7DUk46o7h7kMJOaGLWGf9qV cNPjmkrxhiW2RiTRqVsVmTTxnT8BD3WARu9ntTI+V8n0ephL4WLhYAHMrrw1OJACa2MWwaZ JkhRuqWlmDaYiv5+DZaSA== X-UI-Out-Filterresults: notjunk:1;V01:K0:jxBVFQzsZYU=:MQ1nmTo/6qtIiT5pGq8VKf Mne4jeZKLc6xFVhdDibxuLg/JWQ+ETRpH4CaRn3KpRCBo2D4tYcLDo9M7yrH1aObt7e7BuQnf TAn4CT2LQpgUYLqqLcGeHJFxDzsTRvjyF4jOZLg3xaBJHDPAaIvW/+Q7KbjuZaOVtBMvPsBdm c3Blc/XFxW4n6al1P1EPWTtLV+NLPpHc7tR4pRBflTQPHRXAti8mPcWsulbCbjOj0CaiF5eMf wBR0GVQkc4Rfq7t25d4q8WawxYArZzZYFboJo32OYg4AQcEgcUWR/Kb/qc8NobqeUoYw/3C+c 4dez5mDxoBH+p2kaQQhNMVWMf4k3kozZRfKjX8hL2omR8DmI4tP0dwbxraEcNW4zcW+NTdGha eOMRDb99oIAm7YtweDXbPSp/FRRDf0e/RwMXYVTxpTamd86O09sSAovedLGmWtKNxjAn4FSJT 1pY//LRoxuJljpqE7q8P2EXqKvJ4Y1ZHSPRJFWSju8WXmEBs7AMLZ9O+7JvVJad/y5Qx+RKaf rNBNg03j9QSsNaJ5FxgrUb/DlOVIBLkk0qGddvYUz/Hs9EQPWgg+T9fPSrQi48N4jN3meoLD6 qmeiAWBDe0eSzk8kWX9Po28dTlOGkB6l8rLt+1gZFV286WfW7MN4BtCfFDcuJNob7MUK2ej7z OQD3FIQyiFi5eoZD9Fzl2rv8qihOblWriPev6+xdwIFVxxQePfdxS0kcIDN1X6oIBR3E= X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 9485-done 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 (/) Version: 25.1 > I recently tried to fix a number of related issues and hopefully fixed > this as well. Can you try again with current master/trunk? > > Apologies for the late reply, martin Closing this bug. martin From unknown Mon Jun 16 23:45:48 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, 03 Aug 2015 11:24:07 +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