Hi,

SYSTEM: WinNT4SP5, Emacs20.6.1, JDE2.1.7 (problem was the same under
                                          2.1.6)
is it possible, that JDE changes the save-abbrev variable?
I've the following lines in my .emacs file


/----------

;;
---------------------------------------------------------------------------
;;  Automic load and safe of the abbrev table  
;;
---------------------------------------------------------------------------
(if (not (file-exists-p "~/.abbrev_defs")) ;if there is no abbrev file
    (write-abbrev-file "~/.abbrev_defs")) ;create one
(read-abbrev-file   "~/.abbrev_defs")   ;load abbrev file
(setq save-abbrevs t)                   ;save it automatically

/----------

which creates an .abbrev-defs file if not exsisiting, load it and
save it automatically.
But somehow, this behavior changes whenever I edit a .java file, ie
JDE mode is used. If I just edit a .html, .el, ... file it works,
but after I loaded the first .java file, I'm permanently asked if
I want to save my abbrev file and this is quite annoying.

Did someone encounter the same problem?

Thanks for any help

Ralph


-- 
___________________________________________________________________
             
                  The Internet Changes Everything
                            iSolutions
___________________________________________________________________
Ralph Jocham                          e-mail: [EMAIL PROTECTED]
Software Engineer                        phone : (44) 0118 92 43991
Oracle Parkway, Building 520
Thames Valley Park, Reading RG6 1RA
______________________________________________  __  __ _  __ .   __
Opinions are my own and not those of...        (__)|-</-\(__ |__(-_

Reply via email to