From xemacs-m  Wed Mar  5 15:32:11 1997
Received: from dres.elam.org (dres@cola47.scsn.net [206.25.247.47])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id PAA14087
	for <xemacs-beta@xemacs.org>; Wed, 5 Mar 1997 15:32:06 -0600 (CST)
Received: (from dres@localhost)
	by dres.elam.org (8.8.5/8.8.5) id QAA30236;
	Wed, 5 Mar 1997 16:29:26 -0500
To: Per Abrahamsen <abraham@dina.kvl.dk>
Cc: xemacs-beta@xemacs.org
Subject: Re: customize
References: <hh209u3h7o.fsf@dres.elam.org> <rjrahu1mg5.fsf@zuse.dina.kvl.dk> <hhybc21787.fsf@dres.elam.org> <rjsp2ayvqe.fsf@zuse.dina.kvl.dk>
X-Url: http://www.cs.sc.edu/~moss
X-Organization: Dres Computer Services
X-No-Archive: true
X-Face:  "R3Ms&!j++.]J8DwisON-l7#S<Jw[MsP|I<K?28b~f-<w^vjeAQ-k@$-Az>OloY'V?!^-!2
 9G+7Z7OzClzr2{3e<RFn%f*t%B<*|sT->ni9BN\pzkTp<dg6+lOtI-rg*]Fjgr0n.=ChFX:_+T7fKT
 *Z[}xvSK"jV~QH7*v}xZ,1rlb+Ro`,)#2Econ*g^>}ehc,\AhKBZ\Sf/HVG+p\*?'(&ct2w6Fr:w9m
 o|9R&.D-)1]:&sN-6o'\`7W${f1$2BCy6qSl&._{ILYCZ?X-[?M!](N
Mime-Version: 1.0 (generated by tm-edit 7.105)
Content-Type: text/plain; charset=US-ASCII
From: James LewisMoss <dres@scsn.net>
Date: 05 Mar 1997 16:29:24 -0500
In-Reply-To: Per Abrahamsen's message of 05 Mar 1997 20:39:05 +0100
Message-ID: <hhu3mq10za.fsf@dres.elam.org>
Lines: 54
X-Mailer: Gnus v5.4.17/XEmacs 20.1

>>>>> "Per" == Per Abrahamsen <abraham@dina.kvl.dk> writes:

 Per> James LewisMoss <dres@scsn.net> writes:

 >> The .custom-xemacs file still contains
 Per>       ^^^^^^^^^^^^^^

 >> I've now modified the .custom-faces file to only contain the
 Per>                         ^^^^^^^^^^^^^

 Per> What are these files?  Customize uses `.emacs', and if you save
 Per> the customizations to another file they will not be loaded
 Per> automatically.

 >> From your description it doesn't sound like this is the problem,
 Per> though.  Custom will not overwrite the faces if they already
 Per> exists, so maybe you have defined them somewhere else?
 Per> E.g. with edit-faces?

Sorry should have been more explicit.  I don't like having my .emacs
modified, so I went looking for a var that will change the default
location customize sticks stuff.  Found custom-file and put these two
lines in one of the files that gets loaded from my .emacs:

(setq custom-file (expand-file-name "~/.custom-xemacs"))
(load custom-file)

And no.  My options stuff no longer contains any font setting stuff.
The only lines I have left are these (places after the above two lines):
(add-spec-list-to-specifier
 (face-property 'dired-face-marked 'foreground)
 '((global (nil . "Black"))))
(add-spec-list-to-specifier
 (face-property 'dired-face-marked 'background)
 '((global (nil . "grey85"))))
(add-spec-list-to-specifier
 (face-property 'dired-face-permissions 'foreground)
 '((global ((color) . "red"))))
(add-spec-list-to-specifier
 (face-property 'dired-face-permissions 'background)
 '((global ((color) . "grey85"))))
(add-spec-list-to-specifier
 (face-property 'dired-face-setuid 'foreground)
 '((global ((color) . "yellow"))))

because customize didn't seem to be setting them correctly.  (I
figured they just weren't set up yet to deal with customize)

Jim

-- 
@James LewisMoss                 | moss@cs.sc.edu | Blessed Be!
@    http://www.cs.sc.edu/~moss  | dres@scsn.net  | Linux is cool!
@"Argue for your limitations and sure enough, they're yours." Bach

