* TIP: jdee font locking without jde-mode
@ 2003-01-29 5:25 Sandip Chitale
0 siblings, 0 replies; only message in thread
From: Sandip Chitale @ 2003-01-29 5:25 UTC (permalink / raw)
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)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-01-29 5:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-29 5:25 TIP: jdee font locking without jde-mode Sandip Chitale
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.