From xemacs-m  Tue Sep 23 11:06:53 1997
Received: from www.w3health.com (w3health.com [207.126.121.24])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id LAA22183
	for <xemacs-beta@xemacs.org>; Tue, 23 Sep 1997 11:06:53 -0500 (CDT)
Received: from www.w3health.com ([127.0.0.1]) by www.w3health.com
          (Post.Office MTA v3.1 release PO203a  ID# 0-33392U500L100S10000)
          with SMTP id AAA28651 for <xemacs-beta@xemacs.org>;
          Tue, 23 Sep 1997 12:06:52 -0400
From: jsc@w3health.com (Jin Choi)
To: xemacs-beta@xemacs.org
Subject: dired-face-permissions
Reply-to: jsc@w3health.com
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
X-Actually-From: "Jin Choi" <jsc@www.w3health.com>
Date: Tue, 23 Sep 1997 12:06:52 -0400
Message-ID: <19970923160652.AAA28650@www.w3health.com>

The default value of dired-face-permissions causes the directory
permissions to show up as black on black in a reverse video tty
session.

Can we change it to be the following? This is in dired-faces.el in
lisp/efs.

(defface dired-face-permissions '((((type x))
                   (:background "grey75"
                    :foreground "black")))
  "Face used for interactive permissions."
  :group 'dired)

