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

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

bug#7273: 24.0.50; finally found what has been subtly corrupting my file


From: Chong Yidong
Subject: bug#7273: 24.0.50; finally found what has been subtly corrupting my files over the years: C-. flyspell-auto-correct-word
Date: Sun, 24 Oct 2010 17:49:02 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

jidanni@jidanni.org writes:

>>> P.S., what is the best way to disable C-.? global-(un)set-key?
>
> CY> should do the trick, once Flyspell is loaded.
>
> You will have to tell me what to put into .emacs.

Try this ---

(eval-after-load 'flyspell
  '(define-key flyspell-mode-map [(control ?\.)] nil))





reply via email to

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