How can I spell check for multiple languages in emacs?
I write mostly my documentation in HTML using emacs as my main editor. Emacs let you interactively spell-check the current buffer with the command ispell-buffer . Since I switch between a number of languages, I have an HTML comment at the end of the file specifying the main dictionary and personal dictionary for that file, E.g. for Norwegian (norsk) I use the following pair of dictionaries: <!-- Local IspellDict: norsk --> <!-- Local IspellPersDict: ~/.aspell/personal.dict --> This works great. However, sometimes I have a paragraph in another language (e.g. English) embedded in an otherwise