From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: image-load-path / tool-bar icons / dumped Emacs with images.el Date: Fri, 28 Oct 2005 12:17:09 -0400 Message-ID: References: <739FCE66-7AB2-4375-A4EC-32473BF1EFFC@inf.ed.ac.uk> <5F8FD283-586B-4614-8A56-F4DCE805F7B4@inf.ed.ac.uk> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1130516870 12308 80.91.229.2 (28 Oct 2005 16:27:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 28 Oct 2005 16:27:50 +0000 (UTC) Cc: emacs-devel@gnu.org, storm@cua.dk Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 28 18:27:48 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EVX3W-0007M5-6k for ged-emacs-devel@m.gmane.org; Fri, 28 Oct 2005 18:26:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EVX3V-00078c-MV for ged-emacs-devel@m.gmane.org; Fri, 28 Oct 2005 12:26:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EVWum-0002PS-Sv for emacs-devel@gnu.org; Fri, 28 Oct 2005 12:17:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EVWul-0002Or-JS for emacs-devel@gnu.org; Fri, 28 Oct 2005 12:17:12 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EVWul-0002Om-4r for emacs-devel@gnu.org; Fri, 28 Oct 2005 12:17:11 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EVWul-000483-4o for emacs-devel@gnu.org; Fri, 28 Oct 2005 12:17:11 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EVWuj-0002hn-MR; Fri, 28 Oct 2005 12:17:10 -0400 Original-To: David Reitter In-reply-to: <5F8FD283-586B-4614-8A56-F4DCE805F7B4@inf.ed.ac.uk> (message from David Reitter on Fri, 28 Oct 2005 00:06:07 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:45035 Archived-At: Maybe it would help to move (run-hooks 'before-init-hook) up before (frame-initialize) ? That seems like a good idea. I checked all uses of before-init-hook, and it looks like they will work with this. Meanwhile, it seems to me that we should preload image, and toolbar, on systems that will use them by default. I took care of that and various other files that should be preloaded. There's a bad connection here now so I was unable to check it all in.