Only start sloppy timer on a mouse_enter.
This avoid a bug when the focus is stolen by another window.
;;; ISpell configuration
(setq ispell-local-dictionary-alist
(append ispell-local-dictionary-alist
(quote ("francais-intl"
"[A-Za-zÀÂÆÇÈÉÊËÎÏÔÙÛÜŒÑæàâçèéêëîïôùûüœñ]"
"[^A-Za-zÆÀÂÇÈÉÊËÎÏÔÙÛÜÑŒæàâçèéêëîïôùûüœñ]"
"[-']"
nil
("-d" "french")
"~list" iso-8859-15))))
(provide 'my-dict)