unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
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.

      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

  List information: https://www.gnu.org/software/emacs/

* 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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).