On 2008-09-10, Nicolas Chauvat <[EMAIL PROTECTED]> wrote:
> As stated in my first email, I am trying to get a script like
> http://modeemi.fi/~tuomov/repos/ion-scripts-3/scripts/query_url.lua
> to work with the latest release of ion.

complete_from_list is obsolete. The current equivalent function
prototype is

        mod_query.complete_keys(list, str, sub_ok, casei_ok)

but it is an internal undocumented function. (It completes among
the _keys_ of 'list', not values!)

-- 
Tuomo

Reply via email to