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: Richard Stallman
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.")
  




reply via email to

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