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

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

Re: keybinding trouble


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

> For just a string, lose the space: "\C-cf" and "\C-c.".
Thanks Drew!

The following works:
(eval-after-load 'flyspell
        '(define-key flyspell-mode-map (kbd "\C-cf")
                'flyspell-auto-correct-previous-word))

Also thanks to Michael!


-- 
Frederik




reply via email to

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