From unknown Fri Sep 19 21:46:12 2025 X-Loop: don@donarmstrong.com Subject: bug#1157: Window size problems Reply-To: tk@es.aau.dk, 1157@debbugs.gnu.org Resent-From: tk@es.aau.dk Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Mon, 13 Oct 2008 09:45:03 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 1157 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.12238905125165 (code B ref -1); Mon, 13 Oct 2008 09:45:03 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-7.9 required=4.0 tests=BAYES_00,FOURLA, RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 13 Oct 2008 09:35:12 +0000 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9D9Z5gW004563 for ; Mon, 13 Oct 2008 02:35:07 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KpJpP-0002kW-6w for bug-gnu-emacs@gnu.org; Mon, 13 Oct 2008 05:35:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KpJpK-0002jI-SI for bug-gnu-emacs@gnu.org; Mon, 13 Oct 2008 05:35:01 -0400 Received: from [199.232.76.173] (port=44499 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KpJpK-0002jF-FK for bug-gnu-emacs@gnu.org; Mon, 13 Oct 2008 05:34:58 -0400 Received: from orc.control.auc.dk ([130.225.50.20]:53148) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KpJpJ-00013N-95 for bug-gnu-emacs@gnu.org; Mon, 13 Oct 2008 05:34:58 -0400 Received: from tk-laptop (aau64570-tk.staff.control.auc.dk [192.38.50.63]) (authenticated bits=0) by orc.control.auc.dk (8.13.6/8.13.6) with ESMTP id m9D9YiA8018814 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 13 Oct 2008 11:34:47 +0200 (CEST) From: tk@es.aau.dk Date: Mon, 13 Oct 2008 11:34:45 +0200 Message-Id: <878wsssuru.fsf@es.aau.dk> To: bug-gnu-emacs@gnu.org MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 X-Virus-Scanned: ClamAV 0.88.6/8416/Mon Oct 13 05:12:39 2008 on orc.control.auc.dk X-Virus-Status: Clean Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by orc.control.auc.dk id m9D9YiA8018814 X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) I have a two screen solution where my lap top is left and a external screen is right it starts from 1440. 0. I can not make the following work in .Xresources emacs.geometry:80x64+1440 1. If I have my current emacs in the right screen and do=20 (setq default-frame-alist '((width . 80) (height . 64))) a new frame opens in the right screen but width size 80 x 50. =20 2. If I do (setq default-frame-alist '((top . 0) (left . 0) (width . 80) (height . 6= 4))) I get a frame in the left screen size 80 x 50. Now 80 x 50 is the maximum size in the left window which I get there with height >=3D 50. 3. If instead I do (setq default-frame-alist '((top . 0) (left . 1440) (width . 80) (height = . 64))) the frame opens in the right window with the right size. So it seems that if my current emacs is in the right screen a new frame opens there but limited to the max size according to the screen at left i.e. (top . 0) (left . 0). Now I think my problem is solved. However, maybee this is not intentionally but a bug? In GNU Emacs 22.1.1 (i486-pc-linux-gnu, GTK+ Version 2.12.9) of 2008-05-03 on terranova, modified by Ubuntu Windowing system distributor `The X.Org Foundation', version 11.0.1040009= 0 configured using `configure '--build=3Di486-linux-gnu' '--host=3Di486-li= nux-gnu' '--prefix=3D/usr' '--sharedstatedir=3D/var/lib' '--libexecdir=3D= /usr/lib' '--localstatedir=3D/var' '--infodir=3D/usr/share/info' '--mandi= r=3D/usr/share/man' '--with-pop=3Dyes' '--enable-locallisppath=3D/etc/ema= cs22:/etc/emacs:/usr/local/share/emacs/22.1/site-lisp:/usr/local/share/em= acs/site-lisp:/usr/share/emacs/22.1/site-lisp:/usr/share/emacs/site-lisp:= /usr/share/emacs/22.1/leim' '--with-x=3Dyes' '--with-x-toolkit=3Dgtk' 'bu= ild_alias=3Di486-linux-gnu' 'host_alias=3Di486-linux-gnu' 'CFLAGS=3D-DDEB= IAN -DSITELOAD_PURESIZE_EXTRA=3D5000 -g -O2' 'LDFLAGS=3D-g -Wl,--as-neede= d' 'CPPFLAGS=3D'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 locale-coding-system: utf-8 default-enable-multibyte-characters: t Major mode: Group Minor modes in effect: delete-selection-mode: t gnus-topic-mode: t gnus-undo-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t unify-8859-on-encoding-mode: t utf-translate-cjk-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: r i g t C-a C-c C-z C-x C-o C-c C-c ! m t b a =20 C-c C-f C-s B r u s s e l SPC t u r C-b C-b C-b C-b=20 C-b C-b C-b C-b M-x M-p M-p M-p =20 s C-c C-b T h o=20 m a s D i a n a SPC s i g e r SPC=20 d u SPC h a r SPC e n SPC b i l l e t SPC t i l SPC=20 2 1 - 2 6 SPC n O k t o b e r . SPC SPC=20 M =F8 d e t SPC e r SPC v e l SPC 2 0 - 2 1 SPC O k t=20 o b e r . SPC SPC H v a d SPC m e d SPC h o t e l .=20 SPC SPC K a n SPC d u SPC i k k e SPC r i n g e SPC=20 t i l SPC D i a n a SPC e l l e r SPC m i g ? M-b M-b=20 M-b M-b M-b M-b M-b M-b M-b M-f , SPC h a r SPC d u=20 SPC f u n d e t SPC n o g e t ? M-q C-c C-f C-c d i=20 a n a C-c C-c n R M-e =20 G o d t SPC l =F8 b e t C-c=20 C-z C-c C-c n =20 =20 =20 n n n g n ! m C-x k n=20 ! SPC q =20 Recent messages: Retrieving newsgroup: nnimap+AUC:INBOX.mbox-out... nnimap: Updating info for nnimap+AUC:INBOX.mbox-out...done Fetching headers for nnimap+AUC:INBOX.mbox-out...done Suppressing duplicates...done Generating summary...done Expiring articles...done nnimap: Setting marks in INBOX.mbox-out...done nnimap: Setting marks in INBOX.mbox-out...done No more unread newsgroups Loading emacsbug...done From unknown Fri Sep 19 21:46:12 2025 X-Loop: help-debbugs@gnu.org Subject: bug#1157: Window size problems Resent-From: Andrew Hyatt Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 04 Jan 2016 00:38:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 1157 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: tk@es.aau.dk Cc: 1157@debbugs.gnu.org Received: via spool by 1157-submit@debbugs.gnu.org id=B1157.145186785310021 (code B ref 1157); Mon, 04 Jan 2016 00:38:02 +0000 Received: (at 1157) by debbugs.gnu.org; 4 Jan 2016 00:37:33 +0000 Received: from localhost ([127.0.0.1]:36997 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aFt9R-0002bZ-Ew for submit@debbugs.gnu.org; Sun, 03 Jan 2016 19:37:33 -0500 Received: from mail-qk0-f181.google.com ([209.85.220.181]:34974) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aFt9P-0002bN-ST for 1157@debbugs.gnu.org; Sun, 03 Jan 2016 19:37:32 -0500 Received: by mail-qk0-f181.google.com with SMTP id n135so124170021qka.2 for <1157@debbugs.gnu.org>; Sun, 03 Jan 2016 16:37:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type:content-transfer-encoding; bh=xlZgqPGlGfnR3lh8ZWdT9nlLtY5VoLzT4t2U+ri+8gs=; b=eY1VAJJuAtFwE98RPQwHrSO11pzIWEbukW6YIsjNowaNPD0/uNFfPw/spIq9q0Q1H7 K3B4rkZdkCGIWO/rXu0GamWPlmVPdKVUVoYTLkne54Tv2mxH895RQvQQpIPYYOJVs8SW V7fc7VLQgT02QyPCbYhG7ehyoCZbsovGuJzOiVLdOfEk2nI+Ca76VJQIHJTqzBzaG5PW Z1VX6AcpyGFqzlU1Ncn6NBcHMMT2qHiK1S6cm4lHIh35EtDlZUB2MLeUffxYwxmGW0LS gBDL2mexXSSjLXWS31QibVpn6n+IhY6tt9B7wvhpQU/g/WRlXCVERnB9jZ7LNwIdPJUL HK+g== X-Received: by 10.55.204.135 with SMTP id n7mr59165994qkl.36.1451867846415; Sun, 03 Jan 2016 16:37:26 -0800 (PST) Received: from Andrews-MacBook-Pro.local (cpe-74-73-128-199.nyc.res.rr.com. [74.73.128.199]) by smtp.gmail.com with ESMTPSA id p17sm38752776qhb.34.2016.01.03.16.37.25 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 03 Jan 2016 16:37:25 -0800 (PST) From: Andrew Hyatt X-Google-Original-From: Andrew Hyatt References: <878wsssuru.fsf@es.aau.dk> Date: Sun, 03 Jan 2016 19:37:24 -0500 In-Reply-To: <878wsssuru.fsf@es.aau.dk> (tk@es.aau.dk's message of "Mon, 13 Oct 2008 11:34:45 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (darwin) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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 (/) Hi tk, I've been trying to reproduce various older bugs, but I cannot reproduce yours due to the lack of your two monitor setup. Do you still see this problem on emacs 25? tk@es.aau.dk writes: > I have a two screen solution where my lap top is left and a external > screen is right it starts from 1440. > > 0. I can not make the following work in .Xresources > emacs.geometry:80x64+1440 > > 1. If I have my current emacs in the right screen and do=20 > (setq default-frame-alist '((width . 80) (height . 64))) > a new frame opens in the right screen but width size 80 x 50.=20=20 > > 2. If I do > (setq default-frame-alist '((top . 0) (left . 0) (width . 80) (height . 6= 4))) > I get a frame in the left screen size 80 x 50. > > Now 80 x 50 is the maximum size in the left window which I get there > with height >=3D 50. > > 3. If instead I do > (setq default-frame-alist '((top . 0) (left . 1440) (width . 80) (height = . 64))) > the frame opens in the right window with the right size. > > So it seems that if my current emacs is in the right screen a new > frame opens there but limited to the max size according to the screen > at left i.e. (top . 0) (left . 0). > > Now I think my problem is solved. However, maybee this is not > intentionally but a bug? > > > > In GNU Emacs 22.1.1 (i486-pc-linux-gnu, GTK+ Version 2.12.9) > of 2008-05-03 on terranova, modified by Ubuntu > Windowing system distributor `The X.Org Foundation', version 11.0.10400090 > configured using `configure '--build=3Di486-linux-gnu' '--host=3Di486-li= nux-gnu' '--prefix=3D/usr' '--sharedstatedir=3D/var/lib' '--libexecdir=3D/u= sr/lib' '--localstatedir=3D/var' '--infodir=3D/usr/share/info' '--mandir=3D= /usr/share/man' '--with-pop=3Dyes' '--enable-locallisppath=3D/etc/emacs22:/= etc/emacs:/usr/local/share/emacs/22.1/site-lisp:/usr/local/share/emacs/site= -lisp:/usr/share/emacs/22.1/site-lisp:/usr/share/emacs/site-lisp:/usr/share= /emacs/22.1/leim' '--with-x=3Dyes' '--with-x-toolkit=3Dgtk' 'build_alias=3D= i486-linux-gnu' 'host_alias=3Di486-linux-gnu' 'CFLAGS=3D-DDEBIAN -DSITELOAD= _PURESIZE_EXTRA=3D5000 -g -O2' 'LDFLAGS=3D-g -Wl,--as-needed' 'CPPFLAGS=3D'' > > Important settings: > value of $LC_ALL: nil > value of $LC_COLLATE: nil > value of $LC_CTYPE: nil > value of $LC_MESSAGES: nil > value of $LC_MONETARY: nil > value of $LC_NUMERIC: nil > value of $LC_TIME: nil > value of $LANG: en_US.UTF-8 > locale-coding-system: utf-8 > default-enable-multibyte-characters: t > > Major mode: Group > > Minor modes in effect: > delete-selection-mode: t > gnus-topic-mode: t > gnus-undo-mode: t > tooltip-mode: t > mouse-wheel-mode: t > menu-bar-mode: t > file-name-shadow-mode: t > global-font-lock-mode: t > font-lock-mode: t > blink-cursor-mode: t > unify-8859-on-encoding-mode: t > utf-translate-cjk-mode: t > auto-compression-mode: t > line-number-mode: t > transient-mark-mode: t > > Recent input: > r i g t C-a C-c C-z C-x C-o C-c C-c ! m t b a =20 > C-c C-f C-s B r u s s e l SPC t u r C-b C-b C-b C-b=20 > C-b C-b C-b C-b M-x M-p M-p M-p =20 > s C-c C-b T h o=20 > m a s D i a n a SPC s i g e r SPC=20 > d u SPC h a r SPC e n SPC b i l l e t SPC t i l SPC=20 > 2 1 - 2 6 SPC n O k t o b e r . SPC SPC=20 > M =C3=B8 d e t SPC e r SPC v e l SPC 2 0 - 2 1 SPC O k t=20 > o b e r . SPC SPC H v a d SPC m e d SPC h o t e l .=20 > SPC SPC K a n SPC d u SPC i k k e SPC r i n g e SPC=20 > t i l SPC D i a n a SPC e l l e r SPC m i g ? M-b M-b=20 > M-b M-b M-b M-b M-b M-b M-b M-f , SPC h a r SPC d u=20 > SPC f u n d e t SPC n o g e t ? M-q C-c C-f C-c d i=20 > a n a C-c C-c n R M-e =20 > G o d t SPC l =C3=B8 b e t C-c=20 > C-z C-c C-c n =20 > =20 > =20 > n n n g n ! m C-x k n=20 > ! SPC q =20 > port-emacs-bug> > > Recent messages: > Retrieving newsgroup: nnimap+AUC:INBOX.mbox-out... > nnimap: Updating info for nnimap+AUC:INBOX.mbox-out...done > Fetching headers for nnimap+AUC:INBOX.mbox-out...done > Suppressing duplicates...done > Generating summary...done > Expiring articles...done > nnimap: Setting marks in INBOX.mbox-out...done > nnimap: Setting marks in INBOX.mbox-out...done > No more unread newsgroups > Loading emacsbug...done From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 21 15:45:20 2016 Received: (at control) by debbugs.gnu.org; 21 Jan 2016 20:45:20 +0000 Received: from localhost ([127.0.0.1]:56779 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aMM6Z-0002WJ-UU for submit@debbugs.gnu.org; Thu, 21 Jan 2016 15:45:20 -0500 Received: from mail-wm0-f44.google.com ([74.125.82.44]:34604) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aMM6Z-0002Qf-8A for control@debbugs.gnu.org; Thu, 21 Jan 2016 15:45:19 -0500 Received: by mail-wm0-f44.google.com with SMTP id u188so242209949wmu.1 for ; Thu, 21 Jan 2016 12:45:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=sender:date:message-id:to:from:subject; bh=1ZSGd4/i//r9qG8n3WhjxKuA9s9RJbCMdw1lbZbPMp8=; b=Beno2TI7a+cEHJ/Rhz66V0Pfq/HRhMFvEiWAexMhacf/9PCt2kOP11L1lDnWv1oO74 NDQLZYG+ocaMmdxcmkeKNdJQWkUVnMm3f1IbU2xYxRM/aSbyw545PdPG8sWMUKVDgtwC MrbBtxdFqBQpiT8NERhmeVvc6zmGpTUyqPT8lqY2xusDWsIVDQwYwuSOX65YTi0a9T0S GEKJ/Ej+4xnslOnnoWTSVULV6plgDBIwitnJIUYz8hhiY6umJ6fp5HpBUFzSdTHbW4PK khYN0gAENaCzoYnUofbjz6QfqMxr4T67MqBmIqwA9Q6+V+CDiVV0MyjmevSsQd/P94Nx mW/g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:message-id:to:from:subject; bh=1ZSGd4/i//r9qG8n3WhjxKuA9s9RJbCMdw1lbZbPMp8=; b=CEGnLgLr404Yj5+lGKuQNHd7EmCDcOeh30nEAqU9nNIX0MVyhsMD77PXzvDIoqMo1I nIdww0yyKnUJ/xTvUucpSxyE0lsJEKhcnCxALv+oqSi8zkiGUYg26grJ5BtsEucHzSH7 YnUscOgV5oCmzJrfVvXugz06EQ7tqvtIgV1TyZxq9lV4xUJ9/TAj3Pn1LzWseZUm4oww Lc98BrMmvo2dZPC0H2M3ENoxUZ84vyGacOhLVJIVaBN5IbEqFCEpofkz3ap6WfbJhwku hIni7WUclFFl5yMq885tyD+Tk48CrPBwa2Sma+o2TgZLpZftLjiYy5D0i+17Qgw2Df9s plyw== X-Gm-Message-State: AG10YOTxY/pluK9G1sy4n2sIgeutFmp43V8rbMk7MtwgUApWVwVPsa4PhViUw/myzTY0WQ== X-Received: by 10.28.188.70 with SMTP id m67mr12961934wmf.24.1453409113749; Thu, 21 Jan 2016 12:45:13 -0800 (PST) Received: from galloway.idiocy.org (d.0.d.3.7.a.e.3.0.f.2.b.f.2.5.7.9.2.1.8.8.f.3.0.0.b.8.0.1.0.0.2.ip6.arpa. [2001:8b0:3f8:8129:752f:b2f0:3ea7:3d0d]) by smtp.gmail.com with ESMTPSA id t195sm31551155wme.13.2016.01.21.12.45.12 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 21 Jan 2016 12:45:13 -0800 (PST) Date: Thu, 21 Jan 2016 20:45:12 +0000 Message-Id: To: control@debbugs.gnu.org From: Alan Third Subject: control message for bug #1157 X-Spam-Score: -0.5 (/) 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: -0.5 (/) tags 1157 unreproducible From unknown Fri Sep 19 21:46:12 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: tk@es.aau.dk Subject: bug#1157: closed (Re: bug#1157: Window size problems) Message-ID: References: <878wsssuru.fsf@es.aau.dk> X-Gnu-PR-Message: they-closed 1157 X-Gnu-PR-Package: emacs X-Gnu-PR-Keywords: unreproducible Reply-To: 1157@debbugs.gnu.org Date: Sun, 10 Apr 2016 22:34:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1460327642-29668-1" This is a multi-part message in MIME format... ------------=_1460327642-29668-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #1157: Window size problems which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 1157@debbugs.gnu.org. --=20 1157: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D1157 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1460327642-29668-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 1157-done) by debbugs.gnu.org; 10 Apr 2016 22:33:20 +0000 Received: from localhost ([127.0.0.1]:57638 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1apNuy-0007hb-AH for submit@debbugs.gnu.org; Sun, 10 Apr 2016 18:33:20 -0400 Received: from mail-wm0-f42.google.com ([74.125.82.42]:36215) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1apNux-0007hP-26 for 1157-done@debbugs.gnu.org; Sun, 10 Apr 2016 18:33:19 -0400 Received: by mail-wm0-f42.google.com with SMTP id v188so66423518wme.1 for <1157-done@debbugs.gnu.org>; Sun, 10 Apr 2016 15:33:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=sender:from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version; bh=XpNubaCiA+FR8LDkV4wjd8oEEarOmH+xBEai+IWoo/4=; b=TxIymvRQHpH8xHMZVg5XZ3tWfDlZYWNh22L3G5kBGn9CGe5rske/1ZdmFq8kZUAZ3R n2icSOg2l1AbbKuxIFON2Xw9aF4b4eIqZRzCrHybW9uT1t1nxdG01we0q+2vH2P2FLZz T9Hdu/hMvOgaypcCatgsYyeK6FBNRUtGph6iW04Rbp6kd6q8jGpTg+0PT40pzexDQwAu rboharlq5fAMUpe6yx+astZ/4uSqo8+ngLVCEOzNEKCvf/Wl5Asx18mh/Hz5+OGq3TUi /2GhvMsKjF0l3KMRucGCctjiXKVcXVbjIlWymSCRo12SMsz3WSwYrZZzEtJjOE4p9ETU jElQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:in-reply-to:references :user-agent:date:message-id:mime-version; bh=XpNubaCiA+FR8LDkV4wjd8oEEarOmH+xBEai+IWoo/4=; b=TAAhhJ4+kXIkzl7Z4+QBxCL8BM3eUrG32igTCtfl/A799PHhpULsNQYzZHpkcyoe3b E2klb22j0rsXeKZ0aMV0Xgugsyml/+HoA3rqD4egVPw5HFMJnpIB54qBjDhF6XkqWP6X VZrigSwcHTGBY9/M9jty+LD68ifOS6tTsCI69LcHyvccBvAJsjNZWkcemaoAyx8fNWvf D00iHiuWOUb5TSPNDDWvty7K13Y9pEIP0xNUuCv2UWk8fQUunyQug8pZV/T/PNcQa1Ft rndIc6i2mebJt32J4pgggHYpAkdb1GzN0Pz7G6T5t02DYpPBHiaQUD8/0hGKOfUt3MEb CaVg== X-Gm-Message-State: AOPr4FVzKL8dKvef030WXD5xet49ZYwm2pOwxNKDUtdKf0fQHdhwRjZ6/uFPkRC5Dvpi/w== X-Received: by 10.194.23.226 with SMTP id p2mr5946535wjf.131.1460327593380; Sun, 10 Apr 2016 15:33:13 -0700 (PDT) Received: from breton.local ([2001:8b0:3f8:8129:1c39:e3a3:8476:a64d]) by smtp.gmail.com with ESMTPSA id j18sm14266280wmd.2.2016.04.10.15.33.12 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 10 Apr 2016 15:33:12 -0700 (PDT) From: Alan Third To: Andrew Hyatt Subject: Re: bug#1157: Window size problems In-Reply-To: (Andrew Hyatt's message of "Sun, 03 Jan 2016 19:37:24 -0500") References: <878wsssuru.fsf@es.aau.dk> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.92 (darwin) Date: Sun, 10 Apr 2016 23:33:03 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.5 (/) X-Debbugs-Envelope-To: 1157-done Cc: 1157-done@debbugs.gnu.org, tk@es.aau.dk 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.5 (/) Andrew Hyatt writes: > Hi tk, > > I've been trying to reproduce various older bugs, but I cannot reproduce > yours due to the lack of your two monitor setup. Do you still see this > problem on emacs 25? 13 week with no response. I'm closing this report. -- Alan Third ------------=_1460327642-29668-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From tk@es.aau.dk Mon Oct 13 02:35:12 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-7.9 required=4.0 tests=BAYES_00,FOURLA, RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 13 Oct 2008 09:35:12 +0000 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9D9Z5gW004563 for ; Mon, 13 Oct 2008 02:35:07 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KpJpP-0002kW-6w for bug-gnu-emacs@gnu.org; Mon, 13 Oct 2008 05:35:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KpJpK-0002jI-SI for bug-gnu-emacs@gnu.org; Mon, 13 Oct 2008 05:35:01 -0400 Received: from [199.232.76.173] (port=44499 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KpJpK-0002jF-FK for bug-gnu-emacs@gnu.org; Mon, 13 Oct 2008 05:34:58 -0400 Received: from orc.control.auc.dk ([130.225.50.20]:53148) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KpJpJ-00013N-95 for bug-gnu-emacs@gnu.org; Mon, 13 Oct 2008 05:34:58 -0400 Received: from tk-laptop (aau64570-tk.staff.control.auc.dk [192.38.50.63]) (authenticated bits=0) by orc.control.auc.dk (8.13.6/8.13.6) with ESMTP id m9D9YiA8018814 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 13 Oct 2008 11:34:47 +0200 (CEST) From: tk@es.aau.dk Date: Mon, 13 Oct 2008 11:34:45 +0200 Message-Id: <878wsssuru.fsf@es.aau.dk> To: bug-gnu-emacs@gnu.org Subject: Window size problems MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 X-Virus-Scanned: ClamAV 0.88.6/8416/Mon Oct 13 05:12:39 2008 on orc.control.auc.dk X-Virus-Status: Clean Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by orc.control.auc.dk id m9D9YiA8018814 X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) I have a two screen solution where my lap top is left and a external screen is right it starts from 1440. 0. I can not make the following work in .Xresources emacs.geometry:80x64+1440 1. If I have my current emacs in the right screen and do=20 (setq default-frame-alist '((width . 80) (height . 64))) a new frame opens in the right screen but width size 80 x 50. =20 2. If I do (setq default-frame-alist '((top . 0) (left . 0) (width . 80) (height . 6= 4))) I get a frame in the left screen size 80 x 50. Now 80 x 50 is the maximum size in the left window which I get there with height >=3D 50. 3. If instead I do (setq default-frame-alist '((top . 0) (left . 1440) (width . 80) (height = . 64))) the frame opens in the right window with the right size. So it seems that if my current emacs is in the right screen a new frame opens there but limited to the max size according to the screen at left i.e. (top . 0) (left . 0). Now I think my problem is solved. However, maybee this is not intentionally but a bug? In GNU Emacs 22.1.1 (i486-pc-linux-gnu, GTK+ Version 2.12.9) of 2008-05-03 on terranova, modified by Ubuntu Windowing system distributor `The X.Org Foundation', version 11.0.1040009= 0 configured using `configure '--build=3Di486-linux-gnu' '--host=3Di486-li= nux-gnu' '--prefix=3D/usr' '--sharedstatedir=3D/var/lib' '--libexecdir=3D= /usr/lib' '--localstatedir=3D/var' '--infodir=3D/usr/share/info' '--mandi= r=3D/usr/share/man' '--with-pop=3Dyes' '--enable-locallisppath=3D/etc/ema= cs22:/etc/emacs:/usr/local/share/emacs/22.1/site-lisp:/usr/local/share/em= acs/site-lisp:/usr/share/emacs/22.1/site-lisp:/usr/share/emacs/site-lisp:= /usr/share/emacs/22.1/leim' '--with-x=3Dyes' '--with-x-toolkit=3Dgtk' 'bu= ild_alias=3Di486-linux-gnu' 'host_alias=3Di486-linux-gnu' 'CFLAGS=3D-DDEB= IAN -DSITELOAD_PURESIZE_EXTRA=3D5000 -g -O2' 'LDFLAGS=3D-g -Wl,--as-neede= d' 'CPPFLAGS=3D'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 locale-coding-system: utf-8 default-enable-multibyte-characters: t Major mode: Group Minor modes in effect: delete-selection-mode: t gnus-topic-mode: t gnus-undo-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t unify-8859-on-encoding-mode: t utf-translate-cjk-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: r i g t C-a C-c C-z C-x C-o C-c C-c ! m t b a =20 C-c C-f C-s B r u s s e l SPC t u r C-b C-b C-b C-b=20 C-b C-b C-b C-b M-x M-p M-p M-p =20 s C-c C-b T h o=20 m a s D i a n a SPC s i g e r SPC=20 d u SPC h a r SPC e n SPC b i l l e t SPC t i l SPC=20 2 1 - 2 6 SPC n O k t o b e r . SPC SPC=20 M =F8 d e t SPC e r SPC v e l SPC 2 0 - 2 1 SPC O k t=20 o b e r . SPC SPC H v a d SPC m e d SPC h o t e l .=20 SPC SPC K a n SPC d u SPC i k k e SPC r i n g e SPC=20 t i l SPC D i a n a SPC e l l e r SPC m i g ? M-b M-b=20 M-b M-b M-b M-b M-b M-b M-b M-f , SPC h a r SPC d u=20 SPC f u n d e t SPC n o g e t ? M-q C-c C-f C-c d i=20 a n a C-c C-c n R M-e =20 G o d t SPC l =F8 b e t C-c=20 C-z C-c C-c n =20 =20 =20 n n n g n ! m C-x k n=20 ! SPC q =20 Recent messages: Retrieving newsgroup: nnimap+AUC:INBOX.mbox-out... nnimap: Updating info for nnimap+AUC:INBOX.mbox-out...done Fetching headers for nnimap+AUC:INBOX.mbox-out...done Suppressing duplicates...done Generating summary...done Expiring articles...done nnimap: Setting marks in INBOX.mbox-out...done nnimap: Setting marks in INBOX.mbox-out...done No more unread newsgroups Loading emacsbug...done ------------=_1460327642-29668-1--