From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Todd Riley Newsgroups: gmane.emacs.help Subject: color-themes don't display the right colors Date: Thu, 20 Nov 2008 19:33:23 -0500 Organization: Institute for Advanced Study Message-ID: <492601D3.3030108@columbia.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1227245030 29984 80.91.229.12 (21 Nov 2008 05:23:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Nov 2008 05:23:50 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 21 06:24:51 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1L3OVe-0007PL-Ni for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Nov 2008 06:24:50 +0100 Original-Received: from localhost ([127.0.0.1]:51090 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L3OUV-0004wb-LG for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Nov 2008 00:23:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L3Jy8-0002K1-F5 for help-gnu-emacs@gnu.org; Thu, 20 Nov 2008 19:33:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L3Jy5-0002J5-L9 for help-gnu-emacs@gnu.org; Thu, 20 Nov 2008 19:33:56 -0500 Original-Received: from [199.232.76.173] (port=41093 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L3Jy5-0002Iz-8f for help-gnu-emacs@gnu.org; Thu, 20 Nov 2008 19:33:53 -0500 Original-Received: from serrano.cc.columbia.edu ([128.59.29.6]:49658) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L3Jy5-0000fz-3c for help-gnu-emacs@gnu.org; Thu, 20 Nov 2008 19:33:53 -0500 Original-Received: from [128.59.243.123] (dyn-128-59-243-123.dyn.columbia.edu [128.59.243.123]) (user=tr2261 mech=PLAIN bits=0) by serrano.cc.columbia.edu (8.14.1/8.14.1) with ESMTP id mAL0XiM8023361 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 20 Nov 2008 19:33:45 -0500 (EST) User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) X-No-Spam-Score: Local X-Scanned-By: MIMEDefang 2.65 on 128.59.29.6 X-detected-operating-system: by monty-python.gnu.org: Solaris 9 X-Mailman-Approved-At: Fri, 21 Nov 2008 00:23:20 -0500 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: news.gmane.org gmane.emacs.help:59993 Archived-At: Hello, I am having a problem with the color-themes with GNU Emacs Version 22.1. I have the following code in my .emacs file and am able to load any color-theme I want: (add-to-list 'load-path "c:/GNU Emacs/site-lisp/color-theme-6.6.0") (require 'color-theme) (color-theme-initialize) (setq color-theme-is-global t) However, after opening a java file the java generics are not properly colored. I know this because I can directly compare with the examples at http://www.cs.cmu.edu/~maverick/GNUEmacsColorThemeTest/index-java.html . My emacs color display of the exact same java code does not match the display on the webpage. It appears that the disparity between the displays is centered around java generic tags. Any assistance would be greatly appreciated. Thanks, Todd