From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: syntax highlighting Date: Thu, 21 Nov 2002 08:06:50 +0200 (IST) Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1037858860 12967 80.91.224.249 (21 Nov 2002 06:07:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 21 Nov 2002 06:07:40 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18EkV0-0003Mt-00 for ; Thu, 21 Nov 2002 07:07:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18EkUf-0002Po-00; Thu, 21 Nov 2002 01:07:17 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18EkUJ-0002CM-00 for help-gnu-emacs@gnu.org; Thu, 21 Nov 2002 01:06:55 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18EkUH-00028L-00 for help-gnu-emacs@gnu.org; Thu, 21 Nov 2002 01:06:54 -0500 Original-Received: from is.elta.co.il ([199.203.121.2]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18EkUF-00023I-00 for help-gnu-emacs@gnu.org; Thu, 21 Nov 2002 01:06:52 -0500 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id IAA09321 for ; Thu, 21 Nov 2002 08:06:50 +0200 (IST) X-Sender: eliz@is Original-To: help-gnu-emacs@gnu.org In-Reply-To: Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:3829 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:3829 On Wed, 20 Nov 2002, Michael Slass wrote: > M-x customize-face RET font-lock-string-face RET And "M-x list-faces-display RET" will show all the faces known to Emacs as of the time you invoke that command. You can then customize each face by clicking on it. > Anticipating your next question --- M-x list-colors-display will show > you the names of all the colors emacs can display written in that color. Actually, this is not true. Emacs typically supports a much larger set of colors, it just shows some subset of it (the only exception being a character-mode terminal, where it shows the exact full set of colors it supports). You can have more colors by using the X "#RGB" or similar notation. To see where do the colors shown by list-colors-display come from, look into term/x-win.el (or term/w32-win.el for Windows).