Matt Kurjanowicz wrote: > Hi, on my computer at work I've been using JDE 2.2.9.2 with eieio > 0.17, elib-1.0, semantic 1.4, and speedbar 0.14-beta4. I recently > installed JDEE 2.3.4beta5 on my home computer with elib-1.0 and cedet > 1.0-beta3. Is there any way (without going and installing the older > version of JDEE) that I can get the syntax highlighting on my home > computer to behave like the syntax highlighting on my work computer. > That is, the comments are red instead of (I don't even know what to > call it), and so forth. Am I the only one that has this problem? > Thanks! > -Matt Kurjanowicz
Have a look at color-scheme package: http://www.emacswiki.org/cgi-bin/wiki.pl?ColorTheme ;;; (require 'color-theme) It gives you full controll over colors in your emacs. I use it for a long time and can recommend it to anyone. Artur -- Free (as in Freedom) software http://wttools.sourceforge.net
