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

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

Re: Color theme customization


From: Eli Zaretskii
Subject: Re: Color theme customization
Date: Sun, 30 Jan 2005 20:24:22 +0200

> Date: Mon, 31 Jan 2005 02:36:01 +1100
> From: Russell Shaw <rjshaw@netspace.net.au>
> Cc: 
> 
> I tried: alt-x customize-face
> so i could adjust the syntax highlighting for C.
> 
> How do i find out what face corresponds to what item in C?
> (there's too many to try by trial and error)

In what version of Emacs?

If it's 21.3 or earlier, move cursor to a highlighted word and type

   M-: (text-properties-at (point)) RET

Emacs should display something like

   (face font-lock-builtin-face fontified t)

The "font-lock-builtin-face" is what you are looking for.

In the CVS version of Emacs, there's the describe-text-properties
command which gives equivalent output.



reply via email to

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