* Color theme customization
@ 2005-01-30 15:36 Russell Shaw
2005-01-30 18:24 ` Eli Zaretskii
0 siblings, 1 reply; 2+ messages in thread
From: Russell Shaw @ 2005-01-30 15:36 UTC (permalink / raw)
Hi,
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)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Color theme customization
2005-01-30 15:36 Color theme customization Russell Shaw
@ 2005-01-30 18:24 ` Eli Zaretskii
0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2005-01-30 18:24 UTC (permalink / raw)
> 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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-01-30 18:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-30 15:36 Color theme customization Russell Shaw
2005-01-30 18:24 ` Eli Zaretskii
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.