emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

startup echo area message hidden


From: Glenn Morris
Subject: startup echo area message hidden
Date: Thu, 18 Sep 2003 19:59:50 +0100

The startup echo area message "For information about the GNU
Project..." is hidden so quickly it can never be seen. It gets
replaced by the message "Loading image...done". The call to
display-splash-screen at the end of command-line-1 causes image.el to
be loaded to check if the fancy splash screen can be used.

The following ensures that the image message appears before the
startup message, but seems a bit of a kludge to me.

** startup.el   1 Sep 2003 15:45:15 -0000       1.322
--- startup.el  18 Sep 2003 18:55:11 -0000
***************
*** 1553,1558 ****
--- 1553,1559 ----
                            nil t))
                       (error nil))
                   (kill-buffer buffer)))))
+       (use-fancy-splash-screens-p)
        (display-startup-echo-area-message))
  
    ;; Delay 2 seconds after an init file error message





reply via email to

[Prev in Thread] Current Thread [Next in Thread]