help-gnu-emacs
[Top][All Lists]
Advanced

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

keybinding trouble


From: Frederik
Subject: keybinding trouble
Date: Fri, 08 Feb 2013 17:31:07 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130109 Thunderbird/17.0.2

Hi there!

I try to bind the flyspell function flyspell-auto-correct-previous-word
to a key. First I tried to bind it to `C-.' but it seems that this
doesn't work in terminals. So came up with the following which doesn't
work, the key sequence stays "unknown" to emacs -- but I don't have a
clue why.

(eval-after-load 'flyspell-mode
        '(define-key flyspell-mode-map (kbd "C-c f")
                'flyspell-auto-correct-previous-word))

I also tried "\C-c f", "C-c ." and "\C-c ." -- none of them works,
neither in GTK emacs nor in terminal mode.

Any hint is appreciated!
Regards

-- 
Frederik




reply via email to

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