;; Rationale: unfortunately there is no hook to run stuff after ;; (ispell-change-dictionary). See ;; http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=1110 (defadvice ispell-change-dictionary (after flyspell-buffer (dict &optional arg)) "(Re-) flyspell the current buffer after changing dictionary" (flyspell-buffer))