2 May 2003 20:05
JDEE font lock not working - possible semantic token list problem?
Andy Cooper <andy.cooper <at> APPIQ.com>
2003-05-02 18:05:45 GMT
2003-05-02 18:05:45 GMT
I'm using emacs 21.2.1 (i386-msvc-nt5.1.2600) I've just upgraded from JDEE 2.2.8 -> JDEE 2.3.2. I've got EIEIO 0.17, speedbar 0.14 beta 4, semantic 1.4.4 and elib 1.0. When viewing Java files, syntax hilighting doesn't work. If I switch to Java mode, it does work. I've got overlay-fix.el (not that I need it because I'm using emacs > v20), but that makes no difference (which I suspected). semantic/senator is also showing some signs of oddity. My .emacs file is below. Any ideas on what I'm doing wrong? --------------------------- ;;; ;;; Add load paths ;;; (add-to-list 'load-path "c:/emacs-21.2/eieio") (add-to-list 'load-path "c:/emacs-21.2/lisp/elib-1.0") (add-to-list 'load-path "c:/emacs-21.2/semantic") (add-to-list 'load-path "c:/emacs-21.2/jde/lisp") (add-to-list 'load-path "c:/emacs-21.2/speedbar") ;; Set font on Win2K to be Courier New 9 point.(Continue reading)
RSS Feed