I think the behavior of flyspell-correct-word
should be extended to a command that corrects all occurrences of the misspelled word of interest. This of course is not relevant for syntactic errors in the underlying spelling correction. I don't know if aspell/ispell supports such kinds of corrections. It would also like to combine the two into a command that queries the user whether he wants to correct next occurrence in a query-replace
manner (y,n,q,Y,N,!). Has anybody implemented any of these ideas?
User Interaction Improvements to Flyspell Correct Word
370 views Asked by Nordlöw At
1
Try adding the following code to your .emacs, this seems to do what you're requesting (though it does not prompt you for replacements (that seemed a bit cumbersome)):