all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juanma Barranquero <lektu@terra.es>
Cc: emacs-devel@gnu.org
Subject: Re: frame maximization and fonts
Date: Mon, 24 Feb 2003 15:21:54 +0100	[thread overview]
Message-ID: <20030224151650.3AB3.LEKTU@terra.es> (raw)
In-Reply-To: <ubs11n9lj.fsf@boost-consulting.com>

On Mon, 24 Feb 2003 07:31:36 -0500, David Abrahams <dave@boost-consulting.com> 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	other threads:[~2003-02-24 14:21 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-24  2:53 frame maximization and fonts David Abrahams
2003-02-24  8:08 ` Juanma Barranquero
2003-02-24 12:31   ` David Abrahams
2003-02-24 14:21     ` Juanma Barranquero [this message]
2003-02-25 20:50       ` David Abrahams
2003-02-25 21:01         ` Juanma Barranquero
2003-02-25 21:25           ` David Abrahams
2003-02-26  7:14             ` Juanma Barranquero
2003-02-26 13:03               ` David Abrahams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030224151650.3AB3.LEKTU@terra.es \
    --to=lektu@terra.es \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.