* tool and menu bars off please
@ 2006-05-21 4:54 Gary Wessle
2006-05-21 6:37 ` Gary Wessle
0 siblings, 1 reply; 3+ messages in thread
From: Gary Wessle @ 2006-05-21 4:54 UTC (permalink / raw)
Hi
I am trying to bind a key so that I can toggle off/on of both the
toolbar and menu bar. reading the docs on the variable
(tool-bar-originally-present's value is t) and trying to set it in its
definition file "startup" but it says the library startup is not in
the path.
on debian/testing
$ locate startup.el
/usr/share/emacs/21.4/lisp/startup.elc
/usr/share/emacs21/site-lisp/debian-startup.elc <<<<<<<
/usr/share/emacs/site-lisp/debian-startup.el
/usr/share/xemacs-21.4.18/lisp/startup.elc
/usr/share/xemacs21/site-lisp/debian-startup.elc
/usr/share/xemacs21/xemacs-packages/lisp/vm/vm-startup.elc
the marked line above is where I think the library is and this is not
in load-path, but not sure if this is the efficient way of doing it, I
mean to add the path to the variable or something in my .emacs can do
it?
thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: tool and menu bars off please
2006-05-21 4:54 tool and menu bars off please Gary Wessle
@ 2006-05-21 6:37 ` Gary Wessle
2006-05-22 21:23 ` Dieter Wilhelm
0 siblings, 1 reply; 3+ messages in thread
From: Gary Wessle @ 2006-05-21 6:37 UTC (permalink / raw)
sorry for the wasted bandwidth
google helped with the answer, the fix;
;; THE LOOKS
(tool-bar-mode 0) ; turn-off tool-bar
(menu-bar-mode 0) ; turn-off tool-bar
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: tool and menu bars off please
2006-05-21 6:37 ` Gary Wessle
@ 2006-05-22 21:23 ` Dieter Wilhelm
0 siblings, 0 replies; 3+ messages in thread
From: Dieter Wilhelm @ 2006-05-22 21:23 UTC (permalink / raw)
Gary Wessle <phddas@yahoo.com> writes:
> sorry for the wasted bandwidth
>
> google helped with the answer, the fix;
>
> ;; THE LOOKS
> (tool-bar-mode 0) ; turn-off tool-bar
> (menu-bar-mode 0) ; turn-off tool-bar
You forgot
(scroll-bar-mode -1) 8-)
--
Best wishes
Dieter Wilhelm
Darmstadt, Germany
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-05-22 21:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-21 4:54 tool and menu bars off please Gary Wessle
2006-05-21 6:37 ` Gary Wessle
2006-05-22 21:23 ` Dieter Wilhelm
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.