From: Adrian Robert <arobert@cogsci.ucsd.edu>
Subject: global-auto-composition-mode, emacs-basic-display, and CANNOT_DUMP
Date: Sun, 27 Aug 2006 20:08:01 -0400 [thread overview]
Message-ID: <a192fb1818e22e60917dcabc36193a43@cogsci.ucsd.edu> (raw)
Hi,
In the file composite.el, the value of autloaded variable
'global-auto-composition-mode' is given initial value
(not (or noninteractive emacs-basic-display))
emacs-basic-display is defined in startup.el, while the autoload goes
into loaddefs.el
However, as defined in loadup.el, loaddefs.el gets loaded first.
When emacs is dumping, 'noninteractive' is true and the 'or' in the
code above short-circuits. But in CANNOT_DUMP situation,
emacs-basic-display is checked in loaddefs before it has been defined
in startup (loaded later), causing an abort.
I realize runs of emacs with CANNOT_DUMP must be rare these days, but
if it is still supported some fix should be made. Maybe define
emacs-basic-display somewhere earlier, I'm not sure?
next reply other threads:[~2006-08-28 0:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-28 0:08 Adrian Robert [this message]
2006-10-23 6:30 ` global-auto-composition-mode, emacs-basic-display, and CANNOT_DUMP Kenichi Handa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=a192fb1818e22e60917dcabc36193a43@cogsci.ucsd.edu \
--to=arobert@cogsci.ucsd.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.