From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stanley Yao Newsgroups: gmane.emacs.help Subject: Re: termcap or terminfo Date: Tue, 29 Jul 2003 14:23:34 -0700 Organization: University of Arizona CS Department, Tucson AZ Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@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 1059515321 10809 80.91.224.249 (29 Jul 2003 21:48:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 29 Jul 2003 21:48:41 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 29 23:48:39 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 19hcKl-0002oC-00 for ; Tue, 29 Jul 2003 23:48:39 +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 19hcIH-0007gD-JS for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Jul 2003 17:46:05 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!news.asu.edu!ennfs.eas.asu.edu!noao.edu!CS.Arizona.EDU!lectura.CS.Arizona.EDU!yao Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-NNTP-Posting-Host: lectura.cs.arizona.edu In-Reply-To: Original-Xref: shelby.stanford.edu gnu.emacs.help:115542 Original-To: help-gnu-emacs@gnu.org 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:11460 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11460 On Mon, 29 Jul 2003, Eli Zaretskii wrote: > > From: Stanley Yao > > Newsgroups: gnu.emacs.help > > Date: Mon, 28 Jul 2003 12:54:54 -0700 > > > > How could I tell if my gnu emacs 21.3.1 is using termcap or terminfo? > > How to check the value of system-uses-terminfo? > > Evaluate it, like so: > > M-: system-uses-terminfo RET > > If it says "t", Emacs is using terminfo; otherwise, it is not. > Thanks a lot. It's using terminfo and now I got color syntax highlighting in emacs. 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? Thanks, Stan