emacs-devel
[Top][All Lists]
Advanced

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

Re: flyspell.el: patch for doublons checking from flyspell-large-region


From: Agustin Martin
Subject: Re: flyspell.el: patch for doublons checking from flyspell-large-region
Date: Thu, 29 Jun 2006 11:40:52 +0200
User-agent: Mutt/1.5.11+cvs20060403

On Wed, Jun 28, 2006 at 01:00:43PM +0200, Agustin Martin wrote:
> Hi,
> 
> In the current implementation, flyspell-large-region does not check for
> adjacent duplicated words (doublons), while flyspell-mode does. I am
> attaching a patch that tries to make sure that region is also checked for
> doublons when using flyspell-large-region.
> 
> Proposed flyspell.el changelog entry:
> 
> (flyspell-check-region-doublons) New function to check for adjacent
>     duplicated words (doublons) in the given region.
> (flyspell-large-region) Use it.

A minor change, (goto-char end) line is redundant, 'move in the
re-search-forward call should already do the job. Attached updated patch, no
changes in changelog entry.

-- 
Agustin

Attachment: flyspell.el.check-large-region-doublons.diff1
Description: Text document


reply via email to

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