Added two requested spellcheck features to branch topic/spelling:<br><br>1) flyspell-buffer (and flyspell-region), and &quot;spellcheck now&quot; (Cmd-;) will automatically turn on flyspell-mode.  User customizeable with variable `flyspell-mode-auto-on&#39;.  This addresses a few inconsistencies with marked misspellings that can occur when flyspell-mode is off.<br>
<br>2) Added &quot;Ignore Spelling &amp; Comment Buffer&quot; 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&#39;m open to suggestions for a better name in the context menu for item (2).<br><br>--Nathaniel<br>
<br><br>