On Tue, Jan 06, 2009 at 09:17:02AM +0100, Sven Joachim wrote: > Hi Fredrik,
Hi Sven, > > 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. yupp (changed that years ago, however, the problem remained) > > (set-face-background 'menu "gray") > > (set-face-foreground 'menu "black") > > These settings do not seem to have any effect. Well in my config they do, but I don't know how standard it is ... my ~/.emacs and most of my ~/.emacs.el/* have, with minor modifications, been around since the mid 90s :-) and I really don't have time to go through it at the moment. > > (menu-bar-mode nil) > > See my above comments regarding tool-bar-mode. yupp, again ;-) > I cannot reproduce the delays in startup these settings did cause for > you. Do you still have this problem? In emacs21 21.4a+1-5.4 I don't have the problem anmymore, and a quick test could not reproduce it. So a.f.a.i.a.c. you can close the bug. Thanks, /frax -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

