Enable flyspell for Log-Edit buffer to decrease spell errors.
--- a/.emacs-my Mon Nov 07 14:21:32 2011 +0200
+++ b/.emacs-my Mon Nov 07 22:42:40 2011 +0200
@@ -1047,12 +1047,11 @@
(setq comint-eol-on-send t)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-(message "spell, ispell, aspell")
+(message "spell, ispell, aspell, flyspell")
;; Settings for spelling done in '.emacs-autogen'.
-;(add-hook 'text-mode-hook 'flyspell-mode)
-;(setq flyspell-default-dictionary "russianw")
-;(setq flyspell-delay '1)
+
+(add-hook 'log-edit-mode-hook 'flyspell-mode)
;; (setq-default ispell-extra-args '("--sug-mode=ultra"))