On Saturday 07 January 2006 14:37, Frederik Eaton wrote:
> Hi all,
>
> I just installed a new version of ion3 and I'm experiencing the
> following problem. Whenever I type <TAB> in one of ion's text boxes, I
> get a list of completions, but nothing is added to the text I am
> entering. For instance, if do the query_exec thing and type
> "tru<TAB>", ion will display the completion "true", but it won't
> insert an "e", even though there are no other completions.

I had the same problem _sometimes_, I could fix it for me by putting:

-- Some settings
mod_query.set{
     -- Auto-show completions?    
     autoshowcompl=true,
     -- Delay for completion after latest keypress/modification in 
     -- milliseconds
     autoshowcompl_delay=10,
}

in my ~/.ion3/cfg_query.lua

It's also much nicer to have an instant type-ahead-find, if your pc is fast 
enough (default is to wait 250ms before updating the display).

> $ ion --version
> 3ds-20050625

And try the latest Ion version, yours is half a year old.


-- 
Martin Stubenschrott

Reply via email to