all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kenichi Handa <handa@m17n.org>
Cc: emacs-devel@gnu.org
Subject: Re: global-auto-composition-mode, emacs-basic-display, and CANNOT_DUMP
Date: Mon, 23 Oct 2006 15:30:49 +0900	[thread overview]
Message-ID: <E1GbtKj-00072D-00@etlken> (raw)
In-Reply-To: <a192fb1818e22e60917dcabc36193a43@cogsci.ucsd.edu> (message from Adrian Robert on Sun, 27 Aug 2006 20:08:01 -0400)

I've just found that I have not yet replied to this.

In article <a192fb1818e22e60917dcabc36193a43@cogsci.ucsd.edu>, Adrian Robert <arobert@cogsci.ucsd.edu> writes:

> 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?

First of all, I'm not sure it is the right thing that
global-auto-composition-mode depends on emacs-basic-display
or not.  As composition is mandatory for several
languages/scripts, I've just install a change that makes
global-auto-composition-mode not depend on
emacs-basic-display.

For those who don't know what we are talking here, this is
relevant only to emacs-unicode-2 branch.

---
Kenichi Handa
handa@m17n.org

      reply	other threads:[~2006-10-23  6:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-28  0:08 global-auto-composition-mode, emacs-basic-display, and CANNOT_DUMP Adrian Robert
2006-10-23  6:30 ` Kenichi Handa [this message]

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=E1GbtKj-00072D-00@etlken \
    --to=handa@m17n.org \
    --cc=emacs-devel@gnu.org \
    /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.