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: Tue, 25 Feb 2003 15:50:53 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20030224090716.3AAD.LEKTU@terra.es> <20030224151650.3AB3.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 1046206592 20341 80.91.224.249 (25 Feb 2003 20:56:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 25 Feb 2003 20:56:32 +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 18nm7q-0005Hx-00 for ; Tue, 25 Feb 2003 21:56:30 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18nmNx-0006NL-00 for ; Tue, 25 Feb 2003 22:13:09 +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 18nm4R-0002jE-02 for emacs-devel@quimby.gnus.org; Tue, 25 Feb 2003 15:52:59 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18nm3Z-0002Yh-00 for emacs-devel@gnu.org; Tue, 25 Feb 2003 15:52:05 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18nm31-0001eS-00 for emacs-devel@gnu.org; Tue, 25 Feb 2003 15:52:03 -0500 Original-Received: from stlport.com ([64.39.31.56]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18nm2x-0001Tj-00 for emacs-devel@gnu.org; Tue, 25 Feb 2003 15:51:27 -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 202966; Tue, 25 Feb 2003 12:51:25 -0800 Original-To: Juanma Barranquero In-Reply-To: <20030224151650.3AB3.LEKTU@terra.es> (Juanma Barranquero's message of "Mon, 24 Feb 2003 15:21:54 +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:11942 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11942 Juanma Barranquero writes: > On Mon, 24 Feb 2003 07:31:36 -0500, David Abrahams wrote: > >> Yep: > >> Got a fix for me? > > At the risk of shooting fishes on a barrel, try: > > * setting Emacs.Toolbar = 0 on the registry (that's > HKLM\Software\Gnu\Emacs\Emacs.Toolbar) I don't have any such setting in my registry, so I added HKeyLocalMachine\Software\Gnu\Emacs\Emacs.Toolbar as a binary value of 0000. > * deleting the customization for tool-bar-mode, and > > * adding the following to your .emacs: > > (let ((lines (car-safe (assq 'tool-bar-lines default-frame-alist)))) > (when (and lines > (integerp lines) > (> lines 0)) > (add-hook 'window-setup-hook #'(lambda () (tool-bar-mode -1))))) Fills the screen, but the toolbar is still visible. Thanks for trying, Dave -- Dave Abrahams Boost Consulting www.boost-consulting.com