all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Reiner Steib <4.uce.03.r.s@nurfuerspam.de>
Subject: Re: getting rid of button bar
Date: Mon, 27 Oct 2003 13:53:24 +0100	[thread overview]
Message-ID: <v9vfqa970b.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: v9k76soz04.fsf@marauder.physik.uni-ulm.de

On Mon, Oct 27 2003, someone asked per private mail:

> On 10/26/2003 03:27 PM Reiner Steib wrote:
>> This toggles the mode once or twice.  If you want to switch it off in
>> Emacs, use "(tool-bar-mode -1)".  But it's better to use
>> "Emacs.toolBar: 0" in your ~/Xresources file.

> I don't have an Xresources file

Create a new one.  The name is »~/.Xresources« -- the dot was missing
in my previous posting.  Normally it's read automatically when the X
server is started.  If not, you need to enter »xrdb -merge
~/.Xresources« or put this in your ~/.xsession (or
/etc/X11/xdm/Xsession).

> - why is it better to use it? I have all my emacs config stuff in my
> one .emacs file, and having two places to configure stuff would IMHO
> not make anything better.

If you do it in »~/.emacs«, Emacs starts *with* a tool bar (which
obviously doesn't make much sense) and removes it later.  Compare the
two calls below.  You'll see that they lead to different sizes of the
Emacs frame.

emacs -q -no-site-file -xrm 'Emacs.toolBar: 0' -geometry 80x20

emacs -q -no-site-file -xrm 'Emacs.toolBar: 1' -geometry 80x20 \
  -eval '(tool-bar-mode -1)

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo--- PGP key available via WWW   http://rsteib.home.pages.de/

  reply	other threads:[~2003-10-27 12:53 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-26  7:59 getting rid of button bar Lowell
2003-10-26  9:19 ` Ola Nilsson
2003-10-26 14:27   ` Reiner Steib
2003-10-27 12:53     ` Reiner Steib [this message]
2003-11-04  8:18       ` Adam Hardy
     [not found]       ` <mailman.3097.1067933984.21628.help-gnu-emacs@gnu.org>
2003-11-04 11:05         ` Reiner Steib
2003-11-04 23:10           ` Adam Hardy
     [not found]           ` <mailman.3173.1067987611.21628.help-gnu-emacs@gnu.org>
2003-11-05 15:03             ` Reiner Steib
2003-11-06 11:12               ` Adam Hardy
2003-10-26 13:33 ` Chris F.A. Johnson
2003-10-29 21:05   ` jan
2003-10-27  9:47 ` Gian Uberto Lauri

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=v9vfqa970b.fsf@marauder.physik.uni-ulm.de \
    --to=4.uce.03.r.s@nurfuerspam.de \
    --cc=reiner.steib@gmx.de \
    /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.