I'm under the impression that the behavior of this feature will prove to
be too intrusive for a large percentage of users. My preference would be
for this feature to be turned off by default, i.e. set
jde-auto-parse-bovinate-buffer to nil in the jde download. Would anyone
else care to venture an opinion? Thanks
--Chuck
-----Original Message-----
From: glac [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 10, 2001 9:35 AM
To: smarks
Cc: glac; jde
Subject: Re: semantic's behavior
Use the following:
'(jde-auto-parse-enable nil)
You can manually start the parse with:
M-x jde-parse-bovinate-buffer
Although in my usage, I haven't had to manully parse too often.
Spencer Marks wrote:
>
> I was wondering if there was a way to make semantic work less
> frequently. The extremely frequent hashmark progress bar is
> distracting and make typing sluggish - even on reasonably fast
> machine.
>
> I've tried setting
> Jde Auto Parse Buffer Interval: to 1000
> and then disabling it entirely.
> I've also tried turning off imenu,
> but none of these steps seem to effect when semantic's is invoked.
>
> Thanks in advance,
> Spencer