Added two requested spellcheck features to branch topic/spelling:<br><br>1) flyspell-buffer (and flyspell-region), and "spellcheck now" (Cmd-;) will automatically turn on flyspell-mode. User customizeable with variable `flyspell-mode-auto-on'. This addresses a few inconsistencies with marked misspellings that can occur when flyspell-mode is off.<br>
<br>2) Added "Ignore Spelling & Comment Buffer" option to the context menu for misspelled words. This uses the so-called LocalWords feature of flyspell/ispell: writes ignored words to a comment at end of file, like file-local variables.<br>
<br>I'm open to suggestions for a better name in the context menu for item (2).<br><br>--Nathaniel<br>
<br><br>