From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.bugs Subject: bug#598: 23.0.60; frame size issue (--geometry or default-frame-alist) when using customized default face Date: Wed, 08 Oct 2008 18:47:20 -0400 Message-ID: <87y70ywvpj.fsf@cyd.mit.edu> References: <87k5clg04k.fsf@cyd.mit.edu> Reply-To: Chong Yidong , 598@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1223507442 19740 80.91.229.12 (8 Oct 2008 23:10:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 8 Oct 2008 23:10:42 +0000 (UTC) Cc: 598@emacsbugs.donarmstrong.com To: "Tim Van Holder" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Oct 09 01:11:39 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KniBn-0005B9-U4 for geb-bug-gnu-emacs@m.gmane.org; Thu, 09 Oct 2008 01:11:32 +0200 Original-Received: from localhost ([127.0.0.1]:51336 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KniAk-0007jQ-7z for geb-bug-gnu-emacs@m.gmane.org; Wed, 08 Oct 2008 19:10:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KniAM-0007VX-5U for bug-gnu-emacs@gnu.org; Wed, 08 Oct 2008 19:10:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KniAL-0007UZ-9i for bug-gnu-emacs@gnu.org; Wed, 08 Oct 2008 19:10:01 -0400 Original-Received: from [199.232.76.173] (port=51253 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KniAK-0007Tt-Td for bug-gnu-emacs@gnu.org; Wed, 08 Oct 2008 19:10:00 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:47726) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KniAK-0001Qf-QN for bug-gnu-emacs@gnu.org; Wed, 08 Oct 2008 19:10:01 -0400 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m98N9vKx019346; Wed, 8 Oct 2008 16:09:58 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id m98Mt3wR015075; Wed, 8 Oct 2008 15:55:03 -0700 X-Loop: don@donarmstrong.com Resent-From: Chong Yidong Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Wed, 08 Oct 2008 22:55:03 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 598 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 598-submit@emacsbugs.donarmstrong.com id=B598.122350593913800 (code B ref 598); Wed, 08 Oct 2008 22:55:03 +0000 Original-Received: (at 598) by emacsbugs.donarmstrong.com; 8 Oct 2008 22:45:39 +0000 Original-Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m98Mjalx013794 for <598@emacsbugs.donarmstrong.com>; Wed, 8 Oct 2008 15:45:38 -0700 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 0CDC257E218; Wed, 8 Oct 2008 18:47:20 -0400 (EDT) In-Reply-To: (Tim Van Holder's message of "Tue, 7 Oct 2008 13:25:16 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Resent-Date: Wed, 08 Oct 2008 19:10:01 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:21299 Archived-At: "Tim Van Holder" writes: > Unfortunately, even after a maintainer-clean + make bootstrap, the > issue is not resolved for me. In fact, the very first run of the new > emacs resulted in a frame that was 168x61 instead of 132x57 (is that > 132x60->132x57 as a result of menu/toolbars considered a bug or a > feature?). What window manager are you using? Also, does the following change (which disables window manager size hints) have any effect? *** trunk/src/gtkutil.c.~1.140.~ 2008-10-07 13:44:01.000000000 -0400 --- trunk/src/gtkutil.c 2008-10-08 18:46:33.000000000 -0400 *************** *** 925,930 **** --- 925,932 ---- long flags; int user_position; { + return; + /* Don't set size hints during initialization; that apparently leads to a race condition. See the thread at http://lists.gnu.org/archive/html/emacs-devel/2008-10/msg00033.html */