From: Reiner Steib <4.uce.03.r.s@nurfuerspam.de>
Subject: Re: tool bar mode
Date: Sun, 25 Apr 2004 10:56:35 +0200 [thread overview]
Message-ID: <v9d65w77wc.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: 6VFic.24735$w96.1870331@attbi_s54
On Sun, Apr 25 2004, Charles Jamieson wrote:
> I am unable to get rid of the toolbar in emacs 21.3. I include the line
>
> (setq tool-bar-mode nil)
>
> in the .emacs file. But the tool bar is still there. I am using Linux.
How about reading the documentation?
,----[ C-h v tool-bar-mode RET ]
| tool-bar-mode's value is nil
|
| Documentation:
| Non-nil if Tool-Bar mode is enabled.
| See the command `tool-bar-mode' for a description of this minor-mode.
| Setting this variable directly does not take effect;
| use either M-x customize or the function `tool-bar-mode'.
|
| You can customize this variable.
|
| Defined in `tool-bar'.
`----
Thus, you should use "(tool-bar-mode -1)" or better...
,----[ ~/.Xresources (see [1]) ]
| Emacs.toolBar: 0
`----
If you turn it off via Lisp, Emacs starts with a tool-bar and turns it
off later (when the Lisp code is run). When set via Xresources, no
tool-bar is created at all.
Bye, Reiner.
[1]
,----[ NEWS - `C-h n' ]
| ** Tool bar support.
|
| Emacs supports a tool bar at the top of a frame under X. The frame
| parameter `tool-bar-lines' (X resource "toolBar", class "ToolBar")
| controls how may lines to reserve for the tool bar. A zero value
| suppresses the tool bar. [...]
`----
--
,,,
(o o)
---ooO-(_)-Ooo--- PGP key available via WWW http://rsteib.home.pages.de/
next prev parent reply other threads:[~2004-04-25 8:56 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-04-25 3:05 tool bar mode Charles Jamieson
2004-04-25 8:56 ` Reiner Steib [this message]
2004-04-27 16:23 ` Ryan Bowman
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=v9d65w77wc.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.