Hi Fredrik,
I'm revising old Emacs bugs in Debian.
On 2002-05-31 14:02 +0200, Fredrik Ax wrote:
> Package: emacs21
> Version: 21.2-1
> Severity: normal
>
> Using any of these options (or combinations of them) in your init
> file, "~/.emacs", (or any site-lisp files) gives an extremely long
> startup time:
>
> (tool-bar-mode nil)
This does not quite do what you want, it is equivalent to
(tool-bar-mode) and _toggles_ the toolbar rather than disabling it.
You should use (tool-bar-mode 0) instead.
> (set-face-background 'menu "gray")
> (set-face-foreground 'menu "black")
These settings do not seem to have any effect.
> (menu-bar-mode nil)
See my above comments regarding tool-bar-mode.
I cannot reproduce the delays in startup these settings did cause for
you. Do you still have this problem?
Regards,
Sven
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]