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: Tue, 25 Feb 2003 15:50:53 -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 Mon, 24 Feb 2003 07:31:36 -0500, David Abrahams <address@hidden> 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





reply via email to

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