help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

TIP: jdee font locking without jde-mode


From: Sandip Chitale
Subject: TIP: jdee font locking without jde-mode
Date: 28 Jan 2003 21:25:33 -0800

How do I use jde font locking mechanism to fontify a buffer 
without switching to jde-mode ?

Well...I will answer my own question :

The following three forms seem to do the trick:

(set-syntax-table java-mode-syntax-table)
(derived-mode-set-syntax-table 'jde-mode)
(jde-setup-syntax-coloring)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]