On Sat, Jun 21, 2003 at 12:31:02AM +0200, Markus Mbs wrote:
> Now my Problem is that the Windows appear in the frame, but they
> are tabbed in the background and I have to bring them up manually
> although I would expect 'switchto = true' to do that
> automatically. Is there a workaround?

Upgrade.

> --------8<--------------------
> QueryLib.query_vim=QueryLib.make_execwith_fn(
>     "gvim:", nil,
>     make_exec_fn("gvim"),
>     QueryLib.file_completor
> )
> --------8<--------------------

make_exec_fn is meant for generating binding callbacks; just "gvim"
should do it.

-- 
Tuomo

Reply via email to