* Frames without toolbar and menu
@ 2002-09-05 19:39 Glen Foy
2002-09-05 20:26 ` Matthias Meulien
0 siblings, 1 reply; 2+ messages in thread
From: Glen Foy @ 2002-09-05 19:39 UTC (permalink / raw)
Is there a way to create frames without the toolbar and menu?
Thanks,
Glen
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Frames without toolbar and menu
2002-09-05 19:39 Frames without toolbar and menu Glen Foy
@ 2002-09-05 20:26 ` Matthias Meulien
0 siblings, 0 replies; 2+ messages in thread
From: Matthias Meulien @ 2002-09-05 20:26 UTC (permalink / raw)
Glen Foy <onion7@toast.net> wrote:
> Is there a way to create frames without the toolbar and menu? (...)
To create a new frame without toolbar nor menubar :
(make-frame '((tool-bar-lines . nil) (menu-bar-lines . nil)))
Read the `Frames and X Window' info node to learn how to turn off the
corresponding modes.
To make this behavior persistent add the following two lines in the
.emacs file:
(menu-bar-mode -1)
(tool-bar-mode -1)
Bye.
--
Matthias
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-09-05 20:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-05 19:39 Frames without toolbar and menu Glen Foy
2002-09-05 20:26 ` Matthias Meulien
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.