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: emacs user
Subject: Re: flyspell-correct-word does not work without windows system
Date: Sun, 15 Oct 2006 14:12:42 -0400




From: Richard Stallman <address@hidden>
Reply-To: address@hidden
To: "emacs user" <address@hidden>
CC: address@hidden, address@hidden, address@hidden
Subject: Re: flyspell-correct-word does not work without windows system
Date: Sun, 15 Oct 2006 13:12:24 -0400

    >     >                      Why not bind flyspell-correct-word to some 
terminal
    >     >     key
    >     >
    >     > That's easier said than done.  What key would you suggest?
    >
    >     How about "ESC RET"?
    >
    >I guess that is ok.

I don't suppose this is meant to already work now? it doesn't for me...
    cheers, EU

It was a suggestion for a change.  Since no one else made the change, I
will.

Does this change give you good results?

*** flyspell.el 17 Sep 2006 11:31:26 -0400      1.106
--- flyspell.el 15 Oct 2006 07:51:06 -0400
***************
*** 412,417 ****
--- 412,418 ----
(define-key map flyspell-auto-correct-binding 'flyspell-auto-correct-previous-word)
      (define-key map [(control ?\,)] 'flyspell-goto-next-error)
      (define-key map [(control ?\.)] 'flyspell-auto-correct-word)
+     (define-key map [(meta ?\^m)] 'flyspell-correct-word)
      map)
    "Minor mode keymap for Flyspell mode--for the whole buffer.")


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)

_________________________________________________________________
All-in-one security and maintenance for your PC.  Get a free 90-day trial! http://clk.atdmt.com/MSN/go/msnnkwlo0050000001msn/direct/01/?href=http://www.windowsonecare.com/?sc_cid=msn_hotmail





reply via email to

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