Jean-Pierre,

I was experiencing a slow down in scrolling through source files that was directly 
proportional to the size of the file.  (One of my files is 100+K.  This file was 
un-editable.)

Turning off which-method-mode solved the problem.  Here are the relavent jde setting 
from my .emacs file: (custom-set-variables
 '(jde-auto-parse-enable nil)
 '(jde-gen-k&r nil)
 '(jde-enable-abbrev-mode t)
 '(jde-which-method-mode nil)
 '(jde-compiler "jikes")
 '(jde-compile-option-command-line-args "+E"))

Hope that helps.

Sincerely,
 -Gordon


Paul Kinnucan wrote:
> 
> At 10:11 PM 12/29/00 -0500, you wrote:
> >doesn't do much?
> >
> >/*
> > *
> > * Jean-Pierre Dub�
> > *  Infocom enr.
> > * D�veloppement de logiciels
> > * Software development
> > *
> > */
> >----- Original Message -----
> >From: "Paul Kinnucan" <[EMAIL PROTECTED]>
> >To: "Jean-Pierre Dub�" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> >Sent: Friday, December 29, 2000 18:02
> >Subject: Re: How to disable the new features that slow down JDE
> >
> >
> >At 09:55 PM 12/29/00 -0500, Jean-Pierre Dub wrote:
> >>>>>
> >Hi,  I noticed from the last two release of JDE,  that scrolling through my
> >code is now a chore. Scrolling is now too slow. I  suppose that the new
> >senator stuff and the auto-parsing is slowing down emacs.  Is there some
> >documentation that explain how to disable these  features.  Thanks /*
> ><<<<
> >
> >Toggle jde-which-method-mode off.
> 
> I have not noticed any decline in scrolling speed on my system except for
> very large files when jde-which-method-mode is enabled and there is a very
> good reason why this occurs. On the other hand, I cannot thing of any
> reason why autoparsing or senator would have any effect on scrolling speed.
> 
> - Paul

-- 
  Gordon Chamberlin             Software Architect
  Visualize, Inc.               http://www.visualizeinc.com
  [EMAIL PROTECTED]

Reply via email to