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

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

bug#30813: 26.0.91; flyspell does not recheck after transpose-chars


From: Aaron Jensen
Subject: bug#30813: 26.0.91; flyspell does not recheck after transpose-chars
Date: Wed, 14 Mar 2018 08:14:01 -0700

On Tue, Mar 13, 2018 at 10:59 PM, Eli Zaretskii <eliz@gnu.org> wrote:
> Transposing words can create duplicate words, or fix word duplication, 
> something
> that flyspell flags as well.

I see. There are lots of ways to break this--change the first instance
of the word in any way and the second word does not notice. It seems
like if that were to be addressed it would need to be something that
is command agnostic. Perhaps something like looking at the next word
to see if it is currently marked duplicate and if so rechecking.

In the meantime, how about the attached patch which addresses just
transpose-chars?

Attachment: 0001-Enable-flyspell-to-check-word-point-was-at-before-tr.patch
Description: Binary data


reply via email to

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