help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: find face in use at point


From: Alan Mackenzie
Subject: Re: find face in use at point
Date: Wed, 15 Feb 2006 21:32:52 +0000
User-agent: tin/1.4.5-20010409 ("One More Nightmare") (UNIX) (Linux/2.0.35 (i686))

Harry Putnam <reader@newsguy.com> 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").



reply via email to

[Prev in Thread] Current Thread [Next in Thread]