Ville Skyttä wrote:
>|--==> "MT" == Michael Toomim
<toomim(a)uclink4.berkeley.edu> writes:
>
> MT> Flyspell-mode currently binds C-/ to
> MT> `flyspell-auto-correct-previous-word'. This overrides the default
> MT> binding to undo. Can this be changed? I'd say that undo is a pretty
> MT> crucial command...
Meanwhile, new keybinding suggestions for
`flyspell-auto-correct-previous-word' wouldn't hurt...
How about C-M-tab? M-tab is flyspell-auto-correct-word, so it seems
parsimonious to make C-M-tab be auto-correct-previous-word.
Or we could replace a key already bound to flyspell-auto-correct-word,
like C-.
Or, we could allow flyspell-auto-correct-word take a prefix argument, so
that C-u M-tab does flyspell-auto-correct-previous-word, but that might
be too many keystrokes.
C-; seems to be undefined, as well as C-', and these are both physically
nearby C-/ and C-..