emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: flyspell-correct-word does not work without windows system


From: Jason Rumney
Subject: Re: flyspell-correct-word does not work without windows system
Date: Sun, 15 Oct 2006 23:51:03 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.0.4) Gecko/20060516 Thunderbird/1.5.0.4 Mnenhy/0.7.4.666

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-.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]