On Sun, Nov 27, 2022 at 07:46:38PM +0000, Drew Adams wrote: > > You might enjoy agrep, then. If you want to go further, do some > > research on weighted Levenshtein distance (there /is/ an elisp > > function named `string-distance` for you, then). > > (Caveat: Not following this thread.) > > FYI, there is Elisp library `levenshtein.el': > > https://www.emacswiki.org/emacs/download/levenshtein.el Now to find the differences to the built-in `string-distance'. So much to do ;-) > (FYI2: Icicles uses that library, if you have it: (why not the built-in? Did it came later, or is it less useful?) Thanks -- t