From xemacs-m  Wed Jul  9 05:24:20 1997
Received: from bittersweet.inetarena.com (karlheg@bittersweet.inetarena.com [206.129.216.38])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id FAA07818
	for <xemacs-beta@xemacs.org>; Wed, 9 Jul 1997 05:24:18 -0500 (CDT)
Received: (from karlheg@localhost)
	by bittersweet.inetarena.com (8.8.5/8.8.5) id DAA08885;
	Wed, 9 Jul 1997 03:23:48 -0700
To: XEmacs BETA <xemacs-beta@xemacs.org>
Subject: Re: [PATCH] `emacs-user-extension-dir': simple typo fix
References: <199707090912.CAA08334@bittersweet.inetarena.com> <m2wwn0tvx3.fsf@altair.xemacs.org>
X-Face: /Q}=yl}1_v7nP)xXo5XjG8+tl@=uVu7o5u6)f]zN?+<hB!K.m9:[|*p34jVN`O;:XZXVSy>/\R>qDt(t8w!-i{(y0"`jFw^uk8inzO9wXabd'CdjUWfC\GHi:6nO*YC89#-qD>Q4r%9!V"<RYJ=7D#$";q=zML5'!=wvXk^$`6FT=5CMofQX)WUKt0p:OKl.mFOXx/D
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
From: karlheg+xemacs@inetarena.com (Karl M. Hegbloom)
Date: 09 Jul 1997 03:23:47 -0700
In-Reply-To: Steven L Baur's message of "09 Jul 1997 02:30:16 -0700"
Message-ID: <87iuykttfw.fsf@bittersweet.inetarena.com>
Lines: 38
X-Mailer: Gnus v5.4.62/XEmacs 20.3(beta12) - "Helsinki"

>>>>> "sb" == Steven L Baur <steve@xemacs.org> writes:

    sb> What bombed?  The leading slash was intentional.  I don't wish
    sb> to forcibly attach a tilde to it, because of `-u user'.

It's not loading "~/.xemacs/options.el" at all.  When I start up,
I get:

emacs-user-extension-dir
"/.xemacs/"
custom-file
"~/.emacs"

... those are the same with -q -no-site-file.


 If I put:

(setq custom-file "~/.xemacs/options.el")
(condition-case nil
    (load custom-file)
  (error nil))

... at the top of "lisp/site-start.el", it works better...  Info has
the right colors, gnus is configured.  (This message buffer's headers
aren't highlighted, though, and they used to be, last beta.)

 That patch didn't work anyway, and my site-start isn't kosher, of
course.

 What's wrong with XEmacs?


-- 
mailto:karlheg+sig@inetarena.com (Karl M. Hegbloom)
http://www.inetarena.com/~karlheg
Portland, OR  USA
Debian GNU 1.3  Linux 2.1.36 AMD K5 PR-133

