From xemacs-m  Mon Feb 24 15:40:17 1997
Received: from steadfast.teradyne.com (steadfast.teradyne.com [131.101.1.200])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id PAA18825
	for <xemacs-beta@xemacs.org>; Mon, 24 Feb 1997 15:40:16 -0600 (CST)
Received: from kiki.icd.teradyne.com (kiki.icd.teradyne.com [131.101.1.30]) by steadfast.teradyne.com (8.7.1/8.7.1) with ESMTP id MAA06146 for <xemacs-beta@xemacs.org>; Mon, 24 Feb 1997 12:41:56 -0500 (EST)
Received: from spacely.icd.teradyne.com (spacely.icd.teradyne.com [131.101.10.9]) by kiki.icd.teradyne.com (8.7.1/8.7.1) with SMTP id MAA21194 for <xemacs-beta@xemacs.org>; Mon, 24 Feb 1997 12:35:44 -0500 (EST)
Received: from spacely by spacely.icd.teradyne.com (SMI-8.6/SMI-SVR4)
	id MAA04719; Mon, 24 Feb 1997 12:38:40 -0500
Message-Id: <199702241738.MAA04719@spacely.icd.teradyne.com>
X-Mailer: exmh version 2.0gamma 1/27/96
To: xemacs-beta@xemacs.org
reply-to: acs@acm.org
X-Attribution: Vin
Subject: Symlinks in dired
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: Mon, 24 Feb 1997 12:38:40 -0500
From: Vinnie Shelton  <shelton@icd.teradyne.com>

Kyle,
    Now I see what you mean about the colorized dired.  The symlink color 
(at least) is, IMHO, not so great.  Now that we've settled on blue4 as 
the subdued blue for the modeline, can I interest anyone in this patch?
(This just underscores that we should create a default set of colors, 
assigned to variables, IMO).

--- lisp/efs/dired-faces.el~	Sat Feb 22 17:02:44 1997
+++ lisp/efs/dired-faces.el	Mon Feb 24 12:32:15 1997
@@ -81,7 +81,7 @@
   :group 'dired)
 
 (defface dired-face-symlink  '((((class color))
-			      (:foreground "cyan"))
+			      (:foreground "blue4"))
 			     (t (:bold t)))
   "Face used to indicate symbolic links."
   :group 'dired)


--
vin

