From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67916 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.gnus.general Subject: Re: Which font faces for nnimap group names? Date: Mon, 15 Dec 2008 23:17:43 +0100 Message-ID: <87fxkpgjti.fsf@engster.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1229379785 16567 80.91.229.12 (15 Dec 2008 22:23:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Dec 2008 22:23:05 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M16362@lists.math.uh.edu Mon Dec 15 23:24:09 2008 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1LCLrA-0002OF-0N for ding-account@gmane.org; Mon, 15 Dec 2008 23:24:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1LCLpp-0002j6-Nd; Mon, 15 Dec 2008 16:22:41 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1LCLpo-0002ir-Me for ding@lists.math.uh.edu; Mon, 15 Dec 2008 16:22:40 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1LCLpm-00074R-6B for ding@lists.math.uh.edu; Mon, 15 Dec 2008 16:22:40 -0600 Original-Received: from m61s02.vlinux.de ([83.151.21.164]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1LCLpy-0005J8-00 for ; Mon, 15 Dec 2008 23:22:50 +0100 Original-Received: from dslc-082-082-182-078.pools.arcor-ip.net ([82.82.182.78] helo=honk) by m61s02.vlinux.de with esmtpsa (TLS-1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.63) (envelope-from ) id 1LCLpk-00034X-Hw for ding@gnus.org; Mon, 15 Dec 2008 23:22:36 +0100 In-Reply-To: (Lloyd Zusman's message of "Mon, 15 Dec 2008 16:58:19 -0500") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) Mail-Copies-To: never Mail-Followup-To: ding@gnus.org X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:67916 Archived-At: Lloyd Zusman writes: > I'm trying to figure out which font faces gnus uses when rendering > nnimap-based group names in the *Group* buffer. I've been using > trial-and-error to attempt to set these faces via `customize-faces', but > this is a tedious process. You can get a list of all currently known faces via M-x list-faces-display. Gnus uses the faces beginning with "gnus-group-mail-" for mail folders. > And a related question: is there any way within Emacs 23.x to query the > text which is showing on the screen and to find out the face that is > being used for rendering it? Using C-u C-x = will give you that information on the current point position (and much more). -David