From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Allan Gottlieb Newsgroups: gmane.emacs.help Subject: finding the face of a popup Date: Mon, 27 Aug 2007 14:53:08 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1188241331 771 80.91.229.12 (27 Aug 2007 19:02:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Aug 2007 19:02:11 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 27 21:01:48 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IPjjj-00062r-61 for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Aug 2007 20:54:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IPjjh-00045Y-SY for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Aug 2007 14:54:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IPjiU-00038x-8C for help-gnu-emacs@gnu.org; Mon, 27 Aug 2007 14:53:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IPjiP-00033P-5c for help-gnu-emacs@gnu.org; Mon, 27 Aug 2007 14:53:37 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IPjiO-00033G-Sb for help-gnu-emacs@gnu.org; Mon, 27 Aug 2007 14:53:32 -0400 Original-Received: from smtp.cs.nyu.edu ([128.122.140.230]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IPjiN-0001ZI-SM for help-gnu-emacs@gnu.org; Mon, 27 Aug 2007 14:53:32 -0400 Original-Received: from ajglap.localdomain (ool-4578d5e5.dyn.optonline.net [69.120.213.229]) (authenticated bits=0) by smtp.cs.nyu.edu (8.13.6/8.13.6) with ESMTP id l7RIrDOi015974 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 27 Aug 2007 14:53:14 -0400 (EDT) Original-Received: by ajglap.localdomain (Postfix, from userid 1502) id 5996D19D972; Mon, 27 Aug 2007 14:53:08 -0400 (EDT) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-Detected-Kernel: Solaris 9 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:46896 Archived-At: Some popups have become invisible; I believe they have foreground=background=white. Since I am using the color-theme package, I do not claim this is an emacs bug and I am not asking for a fix. My question is how do I find the name of this face. For an example Start with emacs -Q and execute M-x customize RET Place mouse on ``Go to Group'' Popup ``Create customization buffer for this group'' appears with perfectly fine black looking text on a light yellow background. But how do I find the name of this face (the one with black on yellow; not ``custom-link'', the face of ``Go to Group''). thanks, allan