emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: frame maximization and fonts


From: David Abrahams
Subject: Re: frame maximization and fonts
Date: Mon, 24 Feb 2003 07:31:36 -0500
User-agent: Gnus/5.090014 (Oort Gnus v0.14) Emacs/21.3.50 (i386-msvc-nt5.1.2600)

Juanma Barranquero <address@hidden> writes:

> On Sun, 23 Feb 2003 21:53:52 -0500, David Abrahams <address@hidden> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]