From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.help Subject: Re: find face in use at point Date: Thu, 16 Feb 2006 19:54:22 -0500 Organization: Still searching... Message-ID: <7kslqihkjl.fsf@callisto.jtan.com> References: <87vevg5vi0.fsf@newsguy.com> <8764nfckeq.fsf-monnier+gnu.emacs.help@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1140164332 20036 80.91.229.2 (17 Feb 2006 08:18:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 17 Feb 2006 08:18:52 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 17 09:18:51 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FA0pG-00043z-10 for geh-help-gnu-emacs@m.gmane.org; Fri, 17 Feb 2006 09:18:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FA0ol-00078s-4v for geh-help-gnu-emacs@m.gmane.org; Fri, 17 Feb 2006 03:18:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F9v23-0002aN-Fx for help-gnu-emacs@gnu.org; Thu, 16 Feb 2006 21:07:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F9uwF-0006cP-PG for help-gnu-emacs@gnu.org; Thu, 16 Feb 2006 21:01:44 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F9uwE-0006bu-ME for help-gnu-emacs@gnu.org; Thu, 16 Feb 2006 21:01:38 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1F9v1U-0005Z5-0i for help-gnu-emacs@gnu.org; Thu, 16 Feb 2006 21:07:04 -0500 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1F9uw8-0000Kk-Kc for help-gnu-emacs@gnu.org; Fri, 17 Feb 2006 03:01:32 +0100 Original-Received: from callisto.jtan.com ([207.106.84.134]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Feb 2006 03:01:32 +0100 Original-Received: from reader by callisto.jtan.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Feb 2006 03:01:32 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 10 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: callisto.jtan.com User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (berkeley-unix) Cancel-Lock: sha1:AFJVbo35Hr/Y6KPteQ9c90rzSRk= 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:33244 Archived-At: Stefan Monnier writes: >> I used to know how to do this: >> Find the name of the face in use at point. > > If the purpose is to customize it, then M-x customize-face will do the trick > (the default face is the face at point). Haa nicer yet. Thanks I hadn't noticied it inserted the face at point