> * In message <[EMAIL PROTECTED]>
> * On the subject of "RE: java file parsing frequency"
> * Sent on Fri, 15 Dec 2000 13:49:17 GMT
> * Honorable Paul Kinnucan <[EMAIL PROTECTED]> writes:
>
> At 12:34 PM 12/14/00 -0500, Michaud, Ben A. wrote:
> >
> >I have this in my .emacs, but it does not seem to work:
> >(setq jde-auto-parse-enable nil)
> 
> Won't work.
> 
> You MUST use Emacs' customization facility, e.g.,
>    M-x customize-variable 

you might prefer

(custom-set-variables
 '(jde-auto-parse-enable nil))

in your .emacs instead of the setq form (which is ignored by JDE) and
instead of the interactive custom (which is a waste of time).

-- 
Sam Steingold (http://www.podval.org/~sds)
Support Israel's right to defend herself! <http://www.i-charity.com/go/israel>
Read what the Arab leaders say to their people on <http://www.memri.org/>
Illiterate?  Write today, for free help!

Reply via email to