GNU bug report logs - #7273
24.0.50; finally found what has been subtly corrupting my files over the years: C-. flyspell-auto-correct-word

Previous Next

Package: emacs;

Reported by: jidanni <at> jidanni.org

Date: Sat, 23 Oct 2010 20:49:02 UTC

Severity: minor

Tags: notabug, wontfix

Found in version 24.0.50

Done: Lars Magne Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: jidanni <at> jidanni.org
To: cyd <at> stupidchicken.com
Cc: 7273 <at> debbugs.gnu.org, rfrancoise <at> debian.org
Subject: bug#7273: 24.0.50; finally found what has been subtly corrupting my files over the years: C-. flyspell-auto-correct-word
Date: Mon, 25 Oct 2010 02:06:05 +0800
>>>>> "CY" == Chong Yidong <cyd <at> stupidchicken.com> writes:

CY> Hmm, I can't reproduce this.  From the top of the file, C-. moves cursor
CY> to "99" on the first line.  Is this dictionary specific?

$ find jidanni.org/comp/configuration/|xargs grep dict
jidanni.org/comp/configuration/.emacs:;(setq ispell-dictionary "american")
jidanni.org/comp/configuration/.emacs:(setq ispell-local-dictionary "american"); #bug 6143

Anyway, my stuff is all in http://jidanni.org/comp/configuration/

>> 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.
(setq
 flyspell-mode-hook
 '(define-key flyspell-mode-map [(control ?\.)] nil)
)
of course gives an error because I don't know what I am doing.




This bug report was last modified 14 years and 18 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.