From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.help Subject: Re: Interrogating which face is being used Date: Fri, 17 Jul 2009 17:49:10 +0200 Message-ID: <87bpnj71jd.fsf@bzg.ath.cx> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1247845895 1419 80.91.229.12 (17 Jul 2009 15:51:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 17 Jul 2009 15:51:35 +0000 (UTC) Cc: emacs To: Tim Visher Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 17 17:51:28 2009 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 1MRpiY-0000lk-AD for geh-help-gnu-emacs@m.gmane.org; Fri, 17 Jul 2009 17:51:26 +0200 Original-Received: from localhost ([127.0.0.1]:46481 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MRpiX-00058D-Iw for geh-help-gnu-emacs@m.gmane.org; Fri, 17 Jul 2009 11:51:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MRpga-0004No-4a for help-gnu-emacs@gnu.org; Fri, 17 Jul 2009 11:49:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MRpgV-0004MS-3h for help-gnu-emacs@gnu.org; Fri, 17 Jul 2009 11:49:23 -0400 Original-Received: from [199.232.76.173] (port=59584 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MRpgU-0004ML-VX for help-gnu-emacs@gnu.org; Fri, 17 Jul 2009 11:49:19 -0400 Original-Received: from rv-out-0708.google.com ([209.85.198.246]:5262) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MRpgU-0004BU-Gc for help-gnu-emacs@gnu.org; Fri, 17 Jul 2009 11:49:18 -0400 Original-Received: by rv-out-0708.google.com with SMTP id c5so164727rvf.2 for ; Fri, 17 Jul 2009 08:49:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject :in-reply-to:references:user-agent:date:message-id:mime-version :content-type; bh=B85xVUTAdjGRwO0SZR8xBxLR88mgk0fo0a58iwU0kiI=; b=VKnJFQpbXDyGXc/p6OrHZKn5IeFnoRqSt5ATbxLGdOLoTTDfQBka1H6NG/mvZmUVCo I99IW9vpISxx4jdOL01k1a+XrU60hoxHDlwBuN3RHhgRC045/VHyqgBuwa/F4/4DtwtW 6JDFlSyAvDptPqHj8Ci40D42JzCcPBwn3ifgU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; b=xgHkR1x5xOKBF7GVQQqVn3EUZK4taAn4erTedTDmkkp/in42HcrA80hQgEhBTeDYKT Fo6TP/2Q8TEfr8cqRV3hggSG1hMas8g+orbSkXLSsktPUIBgKavDUAl1BezNfaTSguoy /dr594gYkrVtpTY7QiqxH9uHmJ9upustv//wQ= Original-Received: by 10.141.15.11 with SMTP id s11mr935904rvi.171.1247845757551; Fri, 17 Jul 2009 08:49:17 -0700 (PDT) Original-Received: from bzg.ath.cx ([222.29.50.13]) by mx.google.com with ESMTPS id f42sm6029440rvb.3.2009.07.17.08.49.15 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 17 Jul 2009 08:49:16 -0700 (PDT) In-Reply-To: (Tim Visher's message of "Fri, 17 Jul 2009 11:07:18 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:66174 Archived-At: Tim Visher writes: > I'm wondering if it's possible to interrogate the entity under point > to discover which face is currently being used to control its display. C-u C-x = M-x customize-face RET -- Bastien