From: Juri Linkov <juri@jurta.org>
Cc: emacs-devel@gnu.org
Subject: Re: compare-windows - synchronize points
Date: 26 Aug 2003 08:28:42 +0300 [thread overview]
Message-ID: <877k51gf79.fsf@mail.jurta.org> (raw)
In-Reply-To: <E19rSnD-0005lK-Aa@fencepost.gnu.org>
Richard Stallman <rms@gnu.org> writes:
> I can see how that would happen. It suggests an idea to me. The idea
> is to search for a larger matching substring first, and then try
> smaller matching substrings. It's the same kind of idea as first
> trying smaller search ranges and then larger ones.
The latest code I posted 2003-08-19 has an implementation of exactly
same idea. It first doubles search ranges, and if differences are
still not found, then it starts to halve a matching substring size.
So there are no problems with finding differences anymore. It works
correctly in all cases I tested.
However, I think that the size of matching substring should be
customizable. I found that current default value 32 (with which a
search is started) is optimal for most cases. But sometimes user
may want to start with a lesser value to get more fine-grained results.
--
http://www.jurta.org/emacs/
next prev parent reply other threads:[~2003-08-26 5:28 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-08-11 19:59 compare-windows - synchronize points Juri Linkov
2003-08-12 23:22 ` Richard Stallman
2003-08-13 2:57 ` Juri Linkov
2003-08-14 3:07 ` Richard Stallman
2003-08-14 5:33 ` Juri Linkov
2003-08-16 16:19 ` Richard Stallman
2003-08-18 21:35 ` Juri Linkov
2003-08-20 2:43 ` Richard Stallman
2003-08-20 5:56 ` Juri Linkov
2003-08-26 1:38 ` Richard Stallman
2003-08-26 5:28 ` Juri Linkov [this message]
2003-08-27 16:42 ` Richard Stallman
2003-08-14 10:43 ` Alex Schroeder
2003-08-14 14:43 ` Juri Linkov
2003-08-14 23:59 ` Alex Schroeder
2003-08-15 4:21 ` Juri Linkov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=877k51gf79.fsf@mail.jurta.org \
--to=juri@jurta.org \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.