> From: "emacs user" <[EMAIL PROTECTED]> > Cc: [email protected] > Bcc: > Date: Fri, 26 May 2006 18:21:38 -0400 > > ESC-tab is ispell-complete-word, again a different command.
??? Did you check this in a buffer where Flyspell mode is turned on? In such a buffer, "ESC TAB" is bound to flyspell-auto-correct-word, which is almost what you want: it replaces the word at point with successive corrections displayed in the echo area. > wouldn't you consider it a bug that flyspell-correct-word does not work > without windows system? flyspell-correct-word pops up a menu, which is hard to do without a windowing system. Of course, it would be great if someone wrote the code to use a buffer instead. _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
