From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: no way to remove festive icons from within menus
Date: Wed, 17 Nov 2004 10:47:10 -0700 [thread overview]
Message-ID: <301h52F2r9ecqU1@uni-berlin.de> (raw)
In-Reply-To: <mailman.2444.1100325251.8225.bug-gnu-emacs@gnu.org>
Dan Jacobson wrote:
> $ emacs -q #21.3.1
> gives a line of icons atop the screen.
> The funny thing is, searching thru them and the menus at the very top
> of the screen, one finds no way to turn off the icons.
> Therefore a way to turn them off should be amongst the menu items.
See below.
> So there should be a way to do (tool-bar-mode 0) right in the toolbar
> itself.
(tool-bar-add-item "exit" 'tool-bar-mode 'toggle-tool-bar-mode
:help "Toggle the Tool Bar")
> And a way to bring it back via the menus.
(define-key menu-bar-options-menu [toggle-tool-bar-mode]
(menu-bar-make-toggle toggle-tool-bar-mode tool-bar-mode
"Display Tool Bar (Tool Bar mode)"
"Tool Bar mode %s"
"Display the tool bar icons"
(tool-bar-mode)))
> Or just have it fold up and sit on the edge...
???
--
Kevin Rodgers
next parent reply other threads:[~2004-11-17 17:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.2444.1100325251.8225.bug-gnu-emacs@gnu.org>
2004-11-17 17:47 ` Kevin Rodgers [this message]
[not found] ` <mailman.3350.1100714210.8225.bug-gnu-emacs@gnu.org>
2004-11-18 16:40 ` no way to remove festive icons from within menus Kevin Rodgers
2004-11-13 0:35 Dan Jacobson
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=301h52F2r9ecqU1@uni-berlin.de \
--to=ihs_4664@yahoo.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.
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.