From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: David Abrahams Newsgroups: gmane.emacs.devel Subject: Re: frame maximization and fonts Date: Mon, 24 Feb 2003 07:31:36 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20030224090716.3AAD.LEKTU@terra.es> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1046089995 22568 80.91.224.249 (24 Feb 2003 12:33:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 24 Feb 2003 12:33:15 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18nHnB-0005rb-00 for ; Mon, 24 Feb 2003 13:33:09 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18nI2d-0004Iq-00 for ; Mon, 24 Feb 2003 13:49:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18nHmf-0004iw-07 for emacs-devel@quimby.gnus.org; Mon, 24 Feb 2003 07:32:37 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18nHmM-0004M8-00 for emacs-devel@gnu.org; Mon, 24 Feb 2003 07:32:18 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18nHmH-00043O-00 for emacs-devel@gnu.org; Mon, 24 Feb 2003 07:32:15 -0500 Original-Received: from stlport.com ([64.39.31.56]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18nHmA-0003YZ-00 for emacs-devel@gnu.org; Mon, 24 Feb 2003 07:32:06 -0500 Original-Received: from [146.115.123.43] (account dave HELO PENGUIN.boost-consulting.com) by stlport.com (CommuniGate Pro SMTP 3.5.9) with ESMTP id 202199; Mon, 24 Feb 2003 04:32:03 -0800 Original-To: Juanma Barranquero In-Reply-To: <20030224090716.3AAD.LEKTU@terra.es> (Juanma Barranquero's message of "Mon, 24 Feb 2003 09:08:28 +0100") User-Agent: Gnus/5.090014 (Oort Gnus v0.14) Emacs/21.3.50 (i386-msvc-nt5.1.2600) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:11904 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11904 Juanma Barranquero writes: > On Sun, 23 Feb 2003 21:53:52 -0500, David Abrahams wrote: > >> The frame appears to grow to fill the entire screen, but then, almost >> instantaneously, it gets about 30 pixels shorter (the bottom edge of >> the frame moves up). This happens even if I put the call to >> w32-maximize-frame at the very end of my .emacs file. Any clues? > > Could be related to tool-bar-mode. > > Are you disabling tool-bar-mode on your .emacs? On the registry (with > Emacs.Toolbar = 0)? None of the above? Yep: (custom-set-variables ;; custom-set-variables was added by Custom -- don't edit or cut/paste it! ;; Your init file should contain only one such instance. ... '(tool-bar-mode nil nil (tool-bar)) ... '(use-dialog-box nil)) Got a fix for me? Thanks for your attention to this, Dave -- Dave Abrahams Boost Consulting www.boost-consulting.com