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: termcap or terminfo Date: Wed, 30 Jul 2003 07:53:32 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <1438-Wed30Jul2003075331+0300-eliz@elta.co.il> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1059541095 17083 80.91.224.249 (30 Jul 2003 04:58:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 30 Jul 2003 04:58:15 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jul 30 06:58:14 2003 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 19hj2T-0004RI-00 for ; Wed, 30 Jul 2003 06:58:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19hj23-0007Wz-MI for geh-help-gnu-emacs@m.gmane.org; Wed, 30 Jul 2003 00:57:47 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19hj1Q-0006oi-Tk for help-gnu-emacs@gnu.org; Wed, 30 Jul 2003 00:57:08 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19hj1B-0006Ew-D6 for help-gnu-emacs@gnu.org; Wed, 30 Jul 2003 00:56:54 -0400 Original-Received: from gollum.inter.net.il ([192.114.186.22]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19hj16-0005vT-OW for help-gnu-emacs@gnu.org; Wed, 30 Jul 2003 00:56:49 -0400 Original-Received: from zaretski ([80.230.203.241]) by gollum.inter.net.il (Mirapoint Messaging Server MOS 3.3.5-GR) with ESMTP id BCV95483; Wed, 30 Jul 2003 07:56:42 +0300 (IDT) Original-To: help-gnu-emacs@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Stanley Yao on Tue, 29 Jul 2003 14:23:34 -0700) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:11467 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11467 > From: Stanley Yao > Newsgroups: gnu.emacs.help > Date: Tue, 29 Jul 2003 14:23:34 -0700 > > > But there are only 8 colors available by checking ESC-x > list-colors-display and the colors are mostly dark. How can I get more > colors and more bright colors? I modified the color#8 entry in terminfo > into color#256. But it did not make any difference. Any suggestions? I think you will need to wait for a future Emacs release. The development code supports 256-color xterm, but IIRC it is next to impossible to get that in the currently released versions, even if you frob tty-defined-color-alist to add the additional colors.