unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: chris@grierwhite.com (Christopher J. White)
Subject: Re: How to get rid of the tool bar
Date: Thu, 16 Jan 2003 21:29:28 -0500	[thread overview]
Message-ID: <m2u1g8fr07.fsf@bluesteel.grierwhite.com> (raw)
In-Reply-To: pan.2003.01.17.14.17.44.679042.13715@despam.yahoo.com

I've got the following in my .emacs:

(setq default-frame-alist `((minibuffer . t) 
                              (menu-bar-lines . 0)
                              (tool-bar-lines . 0)
                              (background-mode . dark)
                              (top . 60)
                              (left . 60)
                              (height . ,default-frame-height)
                              (cursor-color . "white")
                              (foreground-color . "white")
                              (background-color . "black")
                              ))


I think you can also use (tool-bar-mode nil) but I don't know if that works
for all frames.

...cj

-- 
------------------------------------------------------------------------------
 Christopher J. White                                    chris@grierwhite.com
------------------------------------------------------------------------------ 

  parent reply	other threads:[~2003-01-17  2:29 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-17  1:17 How to get rid of the tool bar Zaphod Beeblebrox
2003-01-17  1:19 ` David Kastrup
2003-01-17  3:29   ` Zaphod Beeblebrox
2003-01-17 11:38     ` David Kastrup
2003-01-17 17:33     ` Kai Großjohann
2003-01-19 21:26       ` Zaphod Beeblebrox
2003-01-20  6:47         ` Kai Großjohann
2003-01-20  7:34           ` Kai Großjohann
2003-01-20 11:05           ` David Kastrup
2003-01-20 11:08             ` Klaus Berndl
2003-01-20 22:58           ` Zaphod Beeblebrox
2003-01-21  8:54             ` Kai Großjohann
2003-01-21 17:46               ` Stefan Monnier <foo@acm.com>
2003-01-17  2:29 ` Christopher J. White [this message]
2003-01-17  3:30   ` Zaphod Beeblebrox
2003-01-17  2:40 ` Andrew Brehaut

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=m2u1g8fr07.fsf@bluesteel.grierwhite.com \
    --to=chris@grierwhite.com \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).