From xemacs-m  Wed Jul  9 16:29:23 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id QAA18064
	for <xemacs-beta@xemacs.org>; Wed, 9 Jul 1997 16:29:22 -0500 (CDT)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.6/8.8.6) id OAA07517;
	Wed, 9 Jul 1997 14:31:48 -0700
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: [Success] Helsinki, Linux, but no ~/.xemacs/options.el
References: <199707091504.QAA17687@cerise.sensei.co.uk>
X-Url: http://www.miranova.com/%7Esteve/
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@xemacs.org>
In-Reply-To: Glynn Clements's message of "Wed, 9 Jul 1997 16:04:36 +0100"
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
Date: 09 Jul 1997 14:31:47 -0700
Message-ID: <m2d8orvrng.fsf@altair.xemacs.org>
Lines: 43
X-Mailer: Gnus v5.4.62/XEmacs 20.3(beta13) - "Brussels"

Glynn Clements <glynn@sensei.co.uk> writes:

> 	emacs-user-extension-dir's value is "/.xemacs/"

> 	custom-file's value is "~/.emacs"

> This is after rebuilding, including `make autoloads'.

I Have Goofed.  Apply this patch and remake the XEmacs binary.

1997-07-09  Steven L Baur  <steve@altair.xemacs.org>

	* prim/dumped-lisp.el (dumped-lisp-packages): Tweak dump order
	so "startup" is loaded before the autoloads.

Index: lisp/prim/dumped-lisp.el
===================================================================
RCS file: /usr/local/xemacs/xemacs-20.0/lisp/prim/dumped-lisp.el,v
retrieving revision 1.3
diff -u -r1.3 dumped-lisp.el
--- dumped-lisp.el	1997/07/07 00:53:10	1.3
+++ dumped-lisp.el	1997/07/09 21:19:38
@@ -42,6 +42,8 @@
 ;; After fixing, eos/loaddefs-eos and loaddefs appear identical?!!
 ;; So just make loaddefs-eos go away...
 ;;(load-gc (if (featurep 'sparcworks) "eos/loaddefs-eos" "loaddefs"))
+	"startup"		; For initialization of
+				;  `emacs-user-extension-dir'
 	"loaddefs"		; <=== autoloads get loaded here
 	"misc"
 	;; (load-gc "profile")
@@ -59,7 +61,6 @@
 	"window"
 	"window-xemacs"
 	"paths.el"		; don't get confused if paths compiled.
-	"startup"
 	"lisp"
 	"page"
 	"register"

-- 
steve@calag.com baur
Unsolicited commercial e-mail will be billed at $250/message.

