From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Matthew Calhoun Newsgroups: gmane.emacs.help Subject: More colors on Mac OS X Date: Sun, 8 Dec 2002 11:32:57 -0800 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v548) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1039376284 26926 80.91.224.249 (8 Dec 2002 19:38:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 8 Dec 2002 19:38:04 +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 18L7FZ-0006zg-00 for ; Sun, 08 Dec 2002 20:38:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18L7B2-00088l-02 for gnu-help-gnu-emacs@m.gmane.org; Sun, 08 Dec 2002 14:33:20 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18L7Ao-000872-00 for help-gnu-emacs@gnu.org; Sun, 08 Dec 2002 14:33:06 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18L7Al-00084b-00 for help-gnu-emacs@gnu.org; Sun, 08 Dec 2002 14:33:04 -0500 Original-Received: from smtpout.mac.com ([17.250.248.89]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18L7Ak-00083H-00 for help-gnu-emacs@gnu.org; Sun, 08 Dec 2002 14:33:02 -0500 Original-Received: from asmtp01.mac.com (asmtp01-qfe3 [10.13.10.65]) by smtpout.mac.com (8.12.2/MantshX 2.0) with ESMTP id gB8JWxSQ011972 for ; Sun, 8 Dec 2002 11:32:59 -0800 (PST) Original-Received: from mac.com ([12.234.253.103]) by asmtp01.mac.com (Netscape Messaging Server 4.15) with ESMTP id H6TFMY00.67P for ; Sun, 8 Dec 2002 11:32:58 -0800 Original-To: help-gnu-emacs@gnu.org X-Mailer: Apple Mail (2.548) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:4422 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:4422 Hello, I'm using Mac OS 10.2.2 and the Emacs that came with it (21.1) in tcsh in the Terminal application. I'm attempting to use syntax coloring, with limited success. I have this: (global-font-lock-mode t) (setq font-lock-maximum-decoration t) (set-background-color "Black") (set-foreground-color "White") (set-cursor-color "White") (custom-set-faces '(font-lock-comment-face ((((class color) (background dark)) (:foreground "yellow")))) ... in my .emacs file, and I've set my TERM environment variable to "xterm-color". Now I'm getting color, but the only colors available seem to be Red, Green, Blue, Cyan, Magenta, Yellow, Black, and White. A call to list-colors-display confirms this. Does anyone have any advice on how to get more colors (without switching to XEmacs)? Thanks, Matt