From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/9562 Path: news.gmane.org!not-for-mail From: Daniel Brooks Newsgroups: gmane.emacs.gnus.user Subject: Re: A question about Emacs hightlighting! Date: Mon, 20 Aug 2007 23:26:35 -0500 Organization: Time-Warner Telecom Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1187685008 16937 80.91.229.12 (21 Aug 2007 08:30:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 21 Aug 2007 08:30:08 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Tue Aug 21 10:30:05 2007 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1INP7i-0007fL-IL for gegu-info-gnus-english@m.gmane.org; Tue, 21 Aug 2007 10:30:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1INP7h-0007Vi-HX for gegu-info-gnus-english@m.gmane.org; Tue, 21 Aug 2007 04:30:01 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!news-xxxfer.readnews.com!news-out.readnews.com!spool-big2.readnews.com!newsfeeds.sol.net!posts.news.twtelecom.net!nnrp3.twtelecom.net!not-for-mail Original-Newsgroups: gnu.emacs.gnus User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) Cancel-Lock: sha1:tiPMdM+RIlyqbk0FYsSlIbxhx/Y= Original-Lines: 15 Original-NNTP-Posting-Date: 21 Aug 2007 04:26:10 GMT Original-NNTP-Posting-Host: de986cee.news.twtelecom.net Original-X-Trace: DXC=_jjSfhRS47XSG_F; W?K`2YC_A=>8kQj6]14\NmbkV; i]f:d]BW?HF`[Uf\\WELc6aS]GXFCG5ekG]clLPW9DWne^ Original-X-Complaints-To: abuse@twtelecom.net Original-Xref: shelby.stanford.edu gnu.emacs.gnus:79751 X-Mailman-Approved-At: Tue, 21 Aug 2007 04:29:48 -0400 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:9562 Archived-At: "Guofu Chen" writes: > Hi, > > I am now using PuTTY in Windows XP to access Linux. Unfortuantely, I can't > see the syntax hightlighting for C++ source file. I noticed that the PuTTY > can > invoke C++ mode for the C++ source file, but I can't see the C++ syntax > hightlighting. > > Any idea? Thanks! Most likely it has nothing to do with PuTTY at all, but your terminal setting. Set your TERM variable to xterm-color (or better yet, xterm-256color) and that should fix it. db48x