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

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

Re: fontify a buffer using JDEE's fontification without switching to jde


From: Stefan Monnier <address@hidden>
Subject: Re: fontify a buffer using JDEE's fontification without switching to jde-mode
Date: 30 Jan 2003 10:33:44 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

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

`derived-mode-set-syntax-table' is an internal function which should hence
not be used by packages other than derived.el.  As a matter of fact,
it is now obsolete in Emacs-21 and is only kept around for backward
compatibility with code byte-compiled with Emacs-20.

What do you need it for ?


        Stefan


reply via email to

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