From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.bugs Subject: bug#9485: 24.0.50; Frame size and position parameter problems in Windows (and Linux) Date: Fri, 13 Feb 2015 19:57:23 +0100 Message-ID: <54DE4913.1070208@gmx.at> References: <83zki9af9j.fsf@kalahari.s2.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1423853904 30890 80.91.229.3 (13 Feb 2015 18:58:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 13 Feb 2015 18:58:24 +0000 (UTC) To: Hannu Koivisto , 9485@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Feb 13 19:58:14 2015 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YMLRL-0006Oj-I3 for geb-bug-gnu-emacs@m.gmane.org; Fri, 13 Feb 2015 19:58:11 +0100 Original-Received: from localhost ([::1]:57145 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMLRL-0001vA-2f for geb-bug-gnu-emacs@m.gmane.org; Fri, 13 Feb 2015 13:58:11 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50593) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMLRF-0001tk-Tx for bug-gnu-emacs@gnu.org; Fri, 13 Feb 2015 13:58:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YMLRC-0007l7-KR for bug-gnu-emacs@gnu.org; Fri, 13 Feb 2015 13:58:05 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:50973) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMLRC-0007l3-Hb for bug-gnu-emacs@gnu.org; Fri, 13 Feb 2015 13:58:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YMLRC-0000x7-8I for bug-gnu-emacs@gnu.org; Fri, 13 Feb 2015 13:58:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: martin rudalics Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 13 Feb 2015 18:58:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9485 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 9485-submit@debbugs.gnu.org id=B9485.14238538683639 (code B ref 9485); Fri, 13 Feb 2015 18:58:02 +0000 Original-Received: (at 9485) by debbugs.gnu.org; 13 Feb 2015 18:57:48 +0000 Original-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 Original-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 Original-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 In-Reply-To: <83zki9af9j.fsf@kalahari.s2.org> X-Provags-ID: V03:K0:sYBiL3P9/DuiqYyVjXPeE6zZ3uQLWEM2a33WBgKeo1Wk6VLxIME xN6EPvYkwINUXEbReIiuXzRLUIAoQ8rEC+EaGkBw+MG7R8vgPdpY7VMvxIMRm6V+jfpb14d OTwbrMZ48Cj5zittC0y9AEbeUGBrMIxa7kLY81vw3bUK2KePnPlF5g3lLuoi/M71+jMwYFj brefybGTtHTY7b1s3/wJw== X-UI-Out-Filterresults: notjunk:1; X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:99323 Archived-At: > 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