From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: John Hunter Newsgroups: gmane.emacs.help Subject: Re: face at point Date: Thu, 14 Nov 2002 21:30:59 -0600 Organization: The University of Chicago Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1037332448 16217 80.91.224.249 (15 Nov 2002 03:54:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 15 Nov 2002 03:54:08 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18CXYU-0004DO-00 for ; Fri, 15 Nov 2002 04:54:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18CXWr-0006S0-00; Thu, 14 Nov 2002 22:52:25 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.uchicago.edu!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 23 User-Agent: Gnus/5.090005 (Oort Gnus v0.05) Emacs/21.2 (i686-pc-linux-gnu) Cancel-Lock: sha1:/yQ20tNTtykhVI+GlktvqTluDFk= Original-NNTP-Posting-Host: 128.135.97.130 Original-X-Trace: news.uchicago.edu 1037331047 128.135.97.130 (Thu, 14 Nov 2002 21:30:47 CST) Original-NNTP-Posting-Date: Thu, 14 Nov 2002 21:30:47 CST X-SessionID: EQWA9-12815-P4-10696@news.uchicago.edu X-Hash-Info: post-filter,v:1.4 X-Hash: 358d824a c245d41b 38b176ff 793e0452 08131c62 Original-Xref: shelby.stanford.edu gnu.emacs.help:107067 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:3621 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:3621 >>>>> "Jesper" == Jesper Harder writes: Many thanks. Jesper> `M-x list-text-properties-at' This returned None when executed on the text in question/ >> I tried apropos to see if there was a gnus-article-cited-face >> or something like that, but didn't find it. Jesper> It's `gnus-cite-face-1'. You could have used `M-x Jesper> list-faces-display' or maybe `M-x customize-face' to find Jesper> it. M-x list-faces-display - this returned so many choices that it was not clear which face was the one of interest. M-x customize-face - this worked as advertised. Thanks again, John Hunter