From: "Eli Zaretskii" <eliz@gnu.org>
Subject: Re: Color theme customization
Date: Sun, 30 Jan 2005 20:24:22 +0200 [thread overview]
Message-ID: <01c506f9$Blat.v2.4$11222180@zahav.net.il> (raw)
In-Reply-To: <41FCFEE1.6050702@netspace.net.au> (message from Russell Shaw on Mon, 31 Jan 2005 02:36:01 +1100)
> 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.
prev parent reply other threads:[~2005-01-30 18:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-30 15:36 Color theme customization Russell Shaw
2005-01-30 18:24 ` Eli Zaretskii [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='01c506f9$Blat.v2.4$11222180@zahav.net.il' \
--to=eliz@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.