Stefan Monnier <[EMAIL PROTECTED]> writes:

> It'd probably be best to layer the diffs: first do a word-granularity diff
> and then do a char-granularity diff within words.

That's my opinion too.

> But maybe that'd be too slow.

This is why I was proposing just looking at the beginning and end of
each word, which is two comparison if the words are actually
different, and linear in the number of common chars otherwise.

-- 
Matthieu


_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to