On Fri, 15 Jul 2005, [EMAIL PROTECTED] wrote:
> Is tab completion broken in this version (is it maybe fixed in later
> versions)?
You probably have an old cfg_query.lua. Unless you've customized it,
you can grab the updated version from /etc/X11/ion3 (usually, or just
look in the ion3 source code). Check over all your configuration
files, the format for "toggle" keybindings changed pretty recently as
well.
Anyhow, the Tab binding should look like this (20050625 release here):
kpress("Tab", "WEdln.complete(_, true)"),
Ted