At 09:56 AM 1/26/00 -0600, you wrote:
>nt4.0
>jde2.16beta16
>
>If I byte compile the jde lisp code will it speed up emacs startup?
>Currently, most of the time spent bringing up emacs is spent loading
>the jde.
>
In your .emacs file, replace
(require 'jde)
with the following:
(setq auto-mode-alist
(append
'(("\\.java\\'" . jde-mode))
auto-mode-alist))
(autoload 'jde-mode "jde" "JDE mode" t)
- Paul
- compiling jde lisp for performance Rich Johns
- Re: compiling jde lisp for performance Phillip Lord
- Re: compiling jde lisp for performance Paul Kinnucan
- Re: compiling jde lisp for performance Jesper Nordenberg
