Re: example of query completion
Tuomo Valkonen <[email protected]>
| Newsgroups | gmane.comp.window-managers.ion.general |
|---|---|
| Message-ID | <[email protected]> |
On 2008-09-10, Nicolas Chauvat <nicolas.chauvat-yG1kfhx/[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