unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* keybinding trouble
@ 2013-02-08 16:31 Frederik
  2013-02-08 16:40 ` Drew Adams
  0 siblings, 1 reply; 4+ messages in thread
From: Frederik @ 2013-02-08 16:31 UTC (permalink / raw)
  To: help-gnu-emacs

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




^ permalink raw reply	[flat|nested] 4+ messages in thread
[parent not found: <mailman.19346.1360341084.855.help-gnu-emacs@gnu.org>]

end of thread, other threads:[~2013-02-08 17:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-08 16:31 keybinding trouble Frederik
2013-02-08 16:40 ` Drew Adams
2013-02-08 17:01   ` Frederik
     [not found] <mailman.19346.1360341084.855.help-gnu-emacs@gnu.org>
2013-02-08 16:43 ` Michael Heerdegen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).