<br><br><div class="gmail_quote">On Thu, Nov 6, 2008 at 7:30 AM, Jean-Christophe Helary <span dir="ltr"><<a href="mailto:fusion@mx6.tiki.ne.jp">fusion@mx6.tiki.ne.jp</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Nathaniel,<br>
<br>
Thanks for the information.<br>
<br>
Bonus question: what is the process that would have had me discover that myself ?<div><div></div></div></blockquote><div><br>Here was the sequence that led me to it:<br><br>-Turn on "check spelling as you type"<br>
-put the mouse cursor over a misspelled/underlined word<br>-since right-click (mouse 3) gives the list of possible corrections, find what command it runs: C-h k <mouse-3>.  The result: flyspell-correct-word<br>-try M-x flyspell-correct-word.  Doesn't work; requires a mouse event.<br>
-click in the Help buffer on `flyspell.el' to see the source code for this function.<br>-see that flyspell-correct-word simply sets point (temporarily) to the location of the mouse click, then calls flyspell-correct-word-before-point<br>
-try M-x flyspell-correct-word-before-point.  Success!<br>-use C-h f flyspell-correct-word-before-point to see if it has a keyboard binding, and it does.<br><br>--Nathaniel</div></div>