From: Jason Rumney <[EMAIL PROTECTED]>

emacs user wrote:

      (define-key map [(control ?\.)] 'flyspell-auto-correct-word)
+     (define-key map [(meta ?\^m)] 'flyspell-correct-word)
      map)

thanks for doing this.  I am getting this:

Debugger entered--Lisp error: (error "flyspell-correct-word must be bound to an event with parameters")
 call-interactively(flyspell-correct-word)

flyspell-auto-correct-word seems to be more appropriate for binding to a key than flyspell-correct-word, as the latter relies not just on the mouse, but on menus as well. I see that is already bound to C-.

yes, but the point was to have the specific features of flyspell-correct-word on a non-window system terminarl.

_________________________________________________________________
Try Search Survival Kits: Fix up your home and better handle your cash with Live Search! http://imagine-windowslive.com/search/kits/default.aspx?kit=improve&locale=en-US&source=hmtagline



_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to