From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: possible face name typo "diredp" Date: Sat, 9 Jul 2011 06:55:11 -0700 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1310219756 23867 80.91.229.12 (9 Jul 2011 13:55:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 9 Jul 2011 13:55:56 +0000 (UTC) To: "'David O'Toole'" , "'emacs- devel'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 09 15:55:51 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QfY0c-0002YO-Bh for ged-emacs-devel@m.gmane.org; Sat, 09 Jul 2011 15:55:50 +0200 Original-Received: from localhost ([::1]:52151 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfY0b-0005Vu-Km for ged-emacs-devel@m.gmane.org; Sat, 09 Jul 2011 09:55:49 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:40513) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfY0H-0005VU-9n for emacs-devel@gnu.org; Sat, 09 Jul 2011 09:55:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QfY0F-0007YM-Ty for emacs-devel@gnu.org; Sat, 09 Jul 2011 09:55:29 -0400 Original-Received: from acsinet15.oracle.com ([141.146.126.227]:39163) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfY0F-0007YF-HJ for emacs-devel@gnu.org; Sat, 09 Jul 2011 09:55:27 -0400 Original-Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by acsinet15.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id p69DtOF1005696 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 9 Jul 2011 13:55:25 GMT Original-Received: from acsmt358.oracle.com (acsmt358.oracle.com [141.146.40.158]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id p69DtNTq001591 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 9 Jul 2011 13:55:23 GMT Original-Received: from abhmt106.oracle.com (abhmt106.oracle.com [141.146.116.58]) by acsmt358.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id p69DtHda023160; Sat, 9 Jul 2011 08:55:18 -0500 Original-Received: from dradamslap1 (/10.159.36.198) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sat, 09 Jul 2011 06:55:17 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6109 Thread-Index: Acw9/faWpCedwTI2TL+aPdkjw7quEwAQSKew X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090209.4E185DCD.019D:SCFMA922111,ss=1,re=-4.000,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 141.146.126.227 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:141849 Archived-At: > I can't get any faces to show in my dired buffers. using M-x > describe-text-properties... > face diredp-flag-mark-line Hi David, `diredp-flag-mark-line' is a Dired+ face. Dired+ uses the prefix `diredp-'. Did you load dired+.el? If you didn't load Dired+ and you have a customization setting for that Dired+ face in your `custom-file' or init file, then that would explain why you don't see Dired+ faces. But it would not explain why you don't see _any_ faces (e.g. the vanilla Emacs faces). If you did load Dired+ then I have no idea why you aren't seeing faces. We can look at the problem off list, if you like.