From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.help Subject: Re: find face in use at point Date: Wed, 15 Feb 2006 21:32:52 +0000 Organization: muc.de e.V. -- private internet access Message-ID: <4m60td.46.ln@acm.acm> References: <87vevg5vi0.fsf@newsguy.com> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1140048116 14885 80.91.229.2 (16 Feb 2006 00:01:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 16 Feb 2006 00:01:56 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 16 01:01:55 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 1F9Wah-0006yu-4h for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Feb 2006 01:01:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F9WXX-0007A9-Lu for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Feb 2006 18:58:31 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed.cw.net!cw.net!news-FFM2.ecrc.de!news.rh-tec.net!news.belwue.de!news-peer.in.tum.de!news.muc.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 24 Original-NNTP-Posting-Host: acm.muc.de Original-X-Trace: marvin.muc.de 1140039924 14118 193.149.49.134 (15 Feb 2006 21:45:24 GMT) Original-X-Complaints-To: news-admin@muc.de Original-NNTP-Posting-Date: 15 Feb 2006 21:45:24 GMT User-Agent: tin/1.4.5-20010409 ("One More Nightmare") (UNIX) (Linux/2.0.35 (i686)) Original-Xref: shelby.stanford.edu gnu.emacs.help:137589 Original-To: help-gnu-emacs@gnu.org 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:33214 Archived-At: Harry Putnam wrote on Wed, 15 Feb 2006 12:26:15 -0600: > I used to know how to do this: > Find the name of the face in use at point. > Especially in gnus message headers, then with that information one > could go to customize-apropos, plug in the name and go diretly to that > customization buffer. > Anyone know what command I'm thinking of? My search strings in M-x > apropos have not born fruit. Hi, Harry! I don't think there is any such function, as such. There is a command which returns all properties at point. I bind it to C-c p thusly: (global-set-key [?\C-c ?p] 'list-text-properties-at) -- Alan Mackenzie (Munich, Germany) Email: aacm@muuc.dee; to decode, wherever there is a repeated letter (like "aa"), remove half of them (leaving, say, "a").