From xemacs-m  Tue Mar  4 04:20:05 1997
Received: from dres.elam.org (dres@cola44.scsn.net [206.25.247.44])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id EAA16538
	for <xemacs-beta@xemacs.org>; Tue, 4 Mar 1997 04:20:03 -0600 (CST)
Received: (from dres@localhost)
	by dres.elam.org (8.8.5/8.8.5) id FAA04505;
	Tue, 4 Mar 1997 05:17:53 -0500
To: Remigiusz Trzaska <remek@npac.syr.edu>
Cc: xemacs-beta@xemacs.org
Subject: Re: Logo, color and all the rest...
References: <m37mjpn37o.fsf@jens.metrix.de> <199703032115.QAA17848@postoffice.npac.syr.edu>
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: 04 Mar 1997 05:17:50 -0500
In-Reply-To: Remigiusz Trzaska's message of Mon, 3 Mar 1997 16:15:53 -0500 (EST)
Message-ID: <hh209wdkpp.fsf@dres.elam.org>
Lines: 38
X-Mailer: Gnus v5.4.15/XEmacs 20.1

>>>>> "Remigiusz" == Remigiusz Trzaska <remek@npac.syr.edu> writes:

 Remigiusz> Colin Rafferty <craffert@spspme.ml.com> writes:

 >> Lisp code?  Why not X resources like the rest of the X
 >> applications that you run?

 Remigiusz> Please, FGS, anyone tell me: why efs/dired does not get
 Remigiusz> the defaults for it's faces?

 Remigiusz> Emacs.dired-face-deleted.attributeForeground: LightGreen
 Remigiusz> Emacs.dired-face-deleted.attributeBackground: NavyBlue
 Remigiusz> Emacs.dired-face-marked.attributeForeground: yellow
 Remigiusz> Emacs.dired-face-marked.attributeBackground: NavyBlue
 Remigiusz> Emacs.dired-face-symlink.attributeForeground: tan

 Remigiusz> These settings seem to be completely ignored, since "old"
 Remigiusz> dired was replaced by efs.  :-(

I'm seeing the same thing in 20.1b3 using customize.  I've had to (for
the moment) manually specify colours for a couple dired faces in the
old style (i.e.

(add-spec-list-to-specifier
 (face-property 'dired-face-marked 'foreground)
 '((global (nil . "Black"))))
)

in order to have them set correctly.  (whereas the rest (that I've
modified at least) work wonderfully with customize.  Took me a little
bit to get used to it, but i very much like it now)

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

