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

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

emacs-quick-startup unbound on the initialization of blink-cursor-mode


From: YAMAMOTO Mitsuharu
Subject: emacs-quick-startup unbound on the initialization of blink-cursor-mode
Date: Thu, 3 Mar 2005 18:54:06 +0900 (JST)
User-agent: SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/22.0.50 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI)

The initial value of blink-cursor-mode is set using the value of
emacs-quick-startup when noninteractive is nil.

  :init-value (not (or noninteractive
                       emacs-quick-startup
                       (eq system-type 'ms-dos)
                       (not (memq window-system '(x w32)))))

It works on the platforms that can invoke the noninteractive version
to dump an Emacs executable.  However, the Mac OS 9 version does not
have this feature and fails to startup with

  Symbol's value as variable is void: emacs-quick-startup

while evaluating (load "frame") in loadup.el.  We have (defvar
emacs-quick-startup nil) in startup.el, but it is loaded after
frame.el.

                                     YAMAMOTO Mitsuharu
                                address@hidden




reply via email to

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