From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: respower Newsgroups: gmane.emacs.help Subject: Re: syntax highlighting will not work w/ Apple's X11 Date: Tue, 02 Nov 2004 18:05:16 GMT Organization: Comcast Online Message-ID: References: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1099418831 5520 80.91.229.6 (2 Nov 2004 18:07:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 2 Nov 2004 18:07:11 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Nov 02 19:07:00 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CP33b-0004Mi-00 for ; Tue, 02 Nov 2004 19:06:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CP3Be-00053v-CY for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Nov 2004 13:15:18 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!wns14feed!worldnet.att.net!attbi_s51.POSTED!53ab2750!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: slrn/0.9.8.0 (Darwin) Original-Lines: 20 Original-NNTP-Posting-Host: 66.31.45.222 Original-X-Complaints-To: abuse@comcast.net Original-X-Trace: attbi_s51 1099418716 66.31.45.222 (Tue, 02 Nov 2004 18:05:16 GMT) Original-NNTP-Posting-Date: Tue, 02 Nov 2004 18:05:16 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:126314 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:21700 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:21700 On 2004-11-02, Daniel Hartmanstorfer wrote: > Can anyone help? I assume you mean syntax coloring? Highlighting works, but with TERM set to 'xterm', color doesn't. Easy fix: set TERM to xterm-color: export TERM=xterm-color [bash] setenv TERM xterm-color [tcsh] You might be able to enable xterm color in ~/.Xresources but I'm not sure offhand what resource it would be. Finally, you might want to consider using an X11-aware gnuemacs rather than running emacs in non-windowed mode in an xterm.