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: Re: color-themes don't display the right colors Date: Fri, 21 Nov 2008 11:18:47 -0500 Organization: Institute for Advanced Study Message-ID: <4926DF67.8030000@columbia.edu> References: <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 1227289578 8684 80.91.229.12 (21 Nov 2008 17:46:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Nov 2008 17:46:18 +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 18:47:22 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 1L3a6C-00010K-7a for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Nov 2008 18:47:20 +0100 Original-Received: from localhost ([127.0.0.1]:55794 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L3a53-0006Zr-6F for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Nov 2008 12:46:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L3Yiy-0004Zb-Uh for help-gnu-emacs@gnu.org; Fri, 21 Nov 2008 11:19:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L3Yiw-0004ZN-TO for help-gnu-emacs@gnu.org; Fri, 21 Nov 2008 11:19:16 -0500 Original-Received: from [199.232.76.173] (port=38331 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L3Yiw-0004ZJ-Mf for help-gnu-emacs@gnu.org; Fri, 21 Nov 2008 11:19:14 -0500 Original-Received: from jalapeno.cc.columbia.edu ([128.59.29.5]:48420) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L3Yiw-000203-Q5 for help-gnu-emacs@gnu.org; Fri, 21 Nov 2008 11:19:14 -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 jalapeno.cc.columbia.edu (8.14.1/8.14.1) with ESMTP id mALGJCK4023174 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 21 Nov 2008 11:19:13 -0500 (EST) User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) In-Reply-To: <492601D3.3030108@columbia.edu> X-No-Spam-Score: Local X-Scanned-By: MIMEDefang 2.65 on 128.59.29.5 X-detected-operating-system: by monty-python.gnu.org: Solaris 9 X-Mailman-Approved-At: Fri, 21 Nov 2008 12:40:12 -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:60006 Archived-At: Hello again, I forgot to mention that I'm running GNU Emacs Version 22.1 on Windows Vista. Todd Riley wrote: > 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 >