On 2008-09-10 11:24 +0200, Nicolas Chauvat wrote: > local f = io.popen(simpled_verb .. " --list")
I don't recommend using io.popen. It blocks the whole WM while the program is processing. ioncore.popen_bgread is better, and there's actually mod_query.popen_completions that might work almost directly. http://iki.fi/tuomov/ion-doc-3/ionconf/node7.html#fn:mod_query.popen_completions -- Tuomo
