> > 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.")
_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug