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

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

bug#30462: flyspell-auto-correct-word 'corrects' more than the current w


From: Dmitry Gutov
Subject: bug#30462: flyspell-auto-correct-word 'corrects' more than the current word
Date: Tue, 20 Feb 2018 02:24:32 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:59.0) Gecko/20100101 Thunderbird/59.0

On 2/17/18 6:09 PM, Eli Zaretskii wrote:

I think I see the reason for this: it's a stale cache from a previous
invocation of flyspell-auto-correct-word that is not flushed when you
type more text or move point.  So flyspell-auto-correct-word tries to
correct the same word het time you invoke it, no matter how far away
are you.

So it seems like it was an implementation accident after all (i.e. a bug), rather than a old behavior worth preserving.

Please try the patch below (you will need to byte-compile flyspell.el
after applying the patch).  If it gives good results, please run with
it for a while and see if there are any problems left.  If this change
has no adverse effects, I will push it.

It does fix the scenarios I could come up with. Looks like a good change to me, thanks!





reply via email to

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