Hi,
I've the following lines in my .emacs :

(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 works fine for all modes, except the JDE-Mode. If I work on a
.java file and then exit emacs I always the the following question
asked : Save abbrevs in ~/.abbrev_defs? (y or n)

I'm wondering if the jde mode alters the behavior of the save-abbrevs
variable. I had a look but I couldn't find the problem.
Does anyone have the same problem and/or has found a workaround?

Thanks
Ralph

System : WinNT4SP5, JDE 2.1.7, JDK1.3


-- 
___________________________________________________________________
             
                  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