----- Original Message -----
From: "Nicolas Regnault" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 12, 2001 11:17 AM
Subject: How can I make the JDE smaller ?
> hello all,
>
> I am a JDE user since two years. Since a few days, I was
> using the 2.1.4 version : very good. I have upgraded to
> the 2.2.7.1 with all the new requirements. What a bad
> surprise : everything is really slower. My emacs needs
> 1 minute to be launched. When I open a source file, I can
> go to the coffee machine ...
> I have seen some messages in the mailing list archive that
> deal with this, but answers only deal with emacs itself.
> So I have two questions :
>
> 1) Is there a way to disable all the new functinnalities
> (speedbar, eieio, semantic ...) ?
>
1. Setup the JDE to load on demand rather than at Emacs startup.
See the JDE installation instructions on the website for info on how
to do this.
2. Customize jde-imenu-enable off.
3. Customize jde-auto-parse-enable off.
4. Add
(senator-minor-mode -1)
to your .emacs file. (I will make senator mode optional in the next
release.)
5. Compile the eieio package.
6.. Get yourself a faster computer.
- Paul