emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs pretest 22.1.91


From: Eli Zaretskii
Subject: Re: Emacs pretest 22.1.91
Date: Tue, 26 Feb 2008 21:50:27 +0200

> Date: Tue, 26 Feb 2008 10:36:51 +0100
> From: "Juanma Barranquero" <address@hidden>
> Cc: address@hidden, address@hidden, address@hidden
> 
> On the trunk:
> 
> "init-image-library" (0x82f024)
> "image-type-available-p" (0x82f154)
> "find-image" (0x82f294)
> "tool-bar-local-item-from-menu" (0x82f478)
> "apply" (0x82f474)
> "tool-bar-add-item-from-menu" (0x82f5b4)
> "tool-bar-setup" (0x82f6f4)
> "x-create-frame-with-faces" (0x82f824)
> "make-frame" (0x82f964)
> "frame-initialize" (0x82faa4)
> "command-line" (0x82fbe4)
> "normal-top-level" (0x82fcb0)
> 
> On EMACS_22_BASE:
> 
> "init-image-library" (0x178ac79)
> "image-type-available-p" (0x178ac79)
> "use-fancy-splash-screens-p" (0x11eede3)
> "display-startup-screen" (0x1753801)
> "command-line-1" (0x1753801)
> "command-line" (0x1a1ec03)
> "normal-top-level" (0x1753801)

Which explains the difference: on the 22.x branch, init-image-library
is called from command-line-1, which is _after_ site-init file and
.emacs; while on the trunk, it is called from frame-initialize, which
is _before_ these two.

Next question: why does frame-initialize call init-image-library in
Emacs 23, but not in 22?




reply via email to

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