Since I upgraded from NTEmacs 20.7 to NTEmacs 21.2.1 I always get this
annoying message when exiting:
Save abbrevs in ~/.abbrev_defs? (y or n)
How can I get rid of this?
I have this in my .emacs:
;;ABBREVIATION SECTION
;; abbreviation mode
(setq-default abbrev-mode t)
(if (file-exists-p "~/.abbrev")
(read-abbrev-file "~/.abbrev"))
(setq save-abbrevs t)
;;dynamic abbreviation customizations
(require 'dabbrev)
(setq dabbrev-case-replace nil)
(setq dabbrev-always-check-other-buffers t)
;; I want to have symbols (including characters whose syntax is
;; "symbol" as well as those whose syntax is "word" expanded. This is
;; the recommended setting for dabbrev-abbrev-char-regexp.
(setq dabbrev-abbrev-char-regexp "\\sw\\|\\s_")
Does my JDEE package's abbreviation feature (jde-enable-abbrev-mode) need
this?
Thanks,
Daniel
_________________________________________________________________
MSN 8: advanced junk mail protection and 2 months FREE*.
http://join.msn.com/?page=features/junkmail
- RE: Save abbrevs in ~/.abbrev_defs? Daniel Hegyi
- RE: Save abbrevs in ~/.abbrev_defs? Victor Kirk
- RE: Save abbrevs in ~/.abbrev_defs? Greg Fenton
