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: Mon, 29 Sep 2008 13:30:17 -0400 Message-ID: <87myhqrhau.fsf@cyd.mit.edu> References: <87prmo80cj.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 1222710637 1838 80.91.229.12 (29 Sep 2008 17:50:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Sep 2008 17:50:37 +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 Mon Sep 29 19:51:34 2008 connect(): Connection refused 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 1KkMu0-0003r1-Hw for geb-bug-gnu-emacs@m.gmane.org; Mon, 29 Sep 2008 19:51:20 +0200 Original-Received: from localhost ([127.0.0.1]:57956 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KkMsx-0008DF-SB for geb-bug-gnu-emacs@m.gmane.org; Mon, 29 Sep 2008 13:50:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KkMsh-0007tl-W1 for bug-gnu-emacs@gnu.org; Mon, 29 Sep 2008 13:50:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KkMsg-0007pr-4w for bug-gnu-emacs@gnu.org; Mon, 29 Sep 2008 13:49:59 -0400 Original-Received: from [199.232.76.173] (port=47076 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KkMsg-0007pd-17 for bug-gnu-emacs@gnu.org; Mon, 29 Sep 2008 13:49:58 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:43843) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KkMsf-0001sN-E5 for bug-gnu-emacs@gnu.org; Mon, 29 Sep 2008 13:49:57 -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 m8THnt74025772; Mon, 29 Sep 2008 10:49:55 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id m8THZ2WF022247; Mon, 29 Sep 2008 10:35:02 -0700 X-Loop: don@donarmstrong.com Resent-From: Chong Yidong Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Mon, 29 Sep 2008 17:35:02 +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.122270936620992 (code B ref 598); Mon, 29 Sep 2008 17:35:02 +0000 Original-Received: (at 598) by emacsbugs.donarmstrong.com; 29 Sep 2008 17:29:26 +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 m8THTNkj020986 for <598@emacsbugs.donarmstrong.com>; Mon, 29 Sep 2008 10:29:24 -0700 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 1D68857E341; Mon, 29 Sep 2008 13:30:17 -0400 (EDT) In-Reply-To: (Tim Van Holder's message of "Mon, 29 Sep 2008 09:34:55 +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: Mon, 29 Sep 2008 13:49:59 -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:20874 Archived-At: "Tim Van Holder" writes: > 4 consecutive runs of emacs (with 132x60 set via customize) resulted > in windows that were 132x57, 112x55, 132x69 and 175x61 in size. As > before (new-frame) always results in a correctly sized frame - it's > only the initial frame that shows the problem. I'll do a clean > bootstrap build; if that makes a difference, I'll send another mail. Could you start Emacs in gdb, set a gdb breakpoint at Fset_frame_size, run the program, then do `backtrace' and `continue' past each of the breaks? Then mail me the result. Thanks.