emacs-devel
[Top][All Lists]
Advanced

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

Re: frame maximization and fonts


From: Juanma Barranquero
Subject: Re: frame maximization and fonts
Date: Mon, 24 Feb 2003 15:21:54 +0100

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)

* 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)))))


Hope this helps,

                                                           /L/e/k/t/u





reply via email to

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