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: Please Help w syntax hightlighting in PuTTY Terminal Date: Thu, 07 Aug 2003 19:20:56 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <7458-Thu07Aug2003192055+0300-eliz@elta.co.il> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: main.gmane.org 1060273607 3560 80.91.224.253 (7 Aug 2003 16:26:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 7 Aug 2003 16:26:47 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 07 18:27:09 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19knbY-0002nA-00 for ; Thu, 07 Aug 2003 18:27:09 +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 19knah-0006ta-2L for geh-help-gnu-emacs@m.gmane.org; Thu, 07 Aug 2003 12:26:15 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19knaV-0006so-TN for help-gnu-emacs@gnu.org; Thu, 07 Aug 2003 12:26:03 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19knZz-0006j4-8f for help-gnu-emacs@gnu.org; Thu, 07 Aug 2003 12:26:02 -0400 Original-Received: from [192.114.186.23] (helo=aragorn.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.20) id 19knZE-0006YV-NC for help-gnu-emacs@gnu.org; Thu, 07 Aug 2003 12:25:31 -0400 Original-Received: from zaretski (pns03-198-14.inter.net.il [80.230.198.14]) by aragorn.inter.net.il (Mirapoint Messaging Server MOS 3.3.5-GR) with ESMTP id BEN58996; Thu, 7 Aug 2003 19:24: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: (stun@wam.umd.edu) 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:11648 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11648 > From: "Soe L. Tun" > Newsgroups: gnu.emacs.help > Date: Thu, 7 Aug 2003 09:17:24 -0400 > > However, i want to see some color display in my PuTTY telnet window also > when I am using GNU Emacs, NOT XEmacs....The best i could come up with is > turning on the font-lock-mode and see the syntax in grayscale mode with some > of the syntax underlined and bolded.... [snip] > Here are the version of the softwares. > GNU Emacs ---> 20.6.1 This is your problem, right there: Emacs 20.x doesn't support colors on a text terminal. Upgrade to Emacs 21.1 or later, and the colors will work for you.