From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Reiner Steib <4.uce.03.r.s@nurfuerspam.de> Newsgroups: gmane.emacs.help Subject: Re: getting rid of button bar Date: Mon, 27 Oct 2003 13:53:24 +0100 Organization: Dept. of Theoretical Physics, University of Ulm Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <87llr8nz03.fsf@helmut.nilsson.homedns.org> Reply-To: reiner.steib@gmx.de NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1067272937 12032 80.91.224.253 (27 Oct 2003 16:42:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Oct 2003 16:42:17 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 27 15:15:33 2003 Return-path: Original-Received: from mail-relay.eunet.no ([193.71.71.242]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AE88Y-0004ih-03 for ; Mon, 27 Oct 2003 15:14:27 +0100 Original-Received: from monty-python.gnu.org (monty-python.gnu.org [199.232.76.173]) by mail-relay.eunet.no (8.12.2/8.12.2/GN) with ESMTP id h9RD7WJi055843 for ; Mon, 27 Oct 2003 14:07:32 +0100 (CET) (envelope-from help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org) Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AE74y-00079d-2q for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Oct 2003 08:06:40 -0500 Original-Newsgroups: gnu.emacs.help X-Face: 3Phac&+dw=IZHjhua]bp}LH<*p{qzj8u+> "Emacs.toolBar: 0" in your ~/Xresources file. > I don't have an Xresources file Create a new one. The name is =BB~/.Xresources=AB -- 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 =BBxrdb -merge ~/.Xresources=AB 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 =BB~/.emacs=AB, 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. --=20 ,,, (o o) ---ooO-(_)-Ooo--- PGP key available via WWW http://rsteib.home.pages.de= /