On 2005-10-12, Michael Cadilhac <[EMAIL PROTECTED]> wrote: > Point is, I don't know how to know how many matches we have, or if > we have some at all. If I'm not mistaken, complete() call > set_completion, and return nothing.
complete() calls a completion handler that may do processing on the background, and only call set_completions() after it has finished. It would be a simpler matter to add a continuation handler to complete() call or a completions_changed_hook, if such a thing is really needed. -- Tuomo
