On Sat, Jan 07, 2006 at 01:37:21PM +0000, Frederik Eaton wrote:
|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 put the following statements in my cfg_user.lua:

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

and I got a tab completetion behaving like it does in my shell.

HTH

ciao
alex

-- 
Alessandro Dotti Contra
PGP Key ID: 0x9C84C3DA
jid: [EMAIL PROTECTED]
http://www.hyboria.org/

Reply via email to