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: Sandip Chitale
Subject: Re: fontify a buffer using JDEE's fontification without switching to jde-mode
Date: 30 Jan 2003 14:03:41 -0800

I am writing a JDEE add-in tool to display info about type at
point using introspection. I did not want to force use of JDEE
mode in the output buffer of my tool.

"Stefan Monnier <foo@acm.com>" <monnier+gnu.emacs.help/news/@flint.cs.yale.edu> 
wrote in message news:<5lel6u7iuf.fsf@rum.cs.yale.edu>...
> > (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]