On Mon, Jun 02, 2003 at 11:33:28PM +0200, Xavier Maillard wrote:
> Hi,
> 
> I just have discovered the floatted windows and stuff like that and the
> least I can tell is I love it ;)
> 
> Now I'd like to be able to query floated based workspace the same way I
> do for "normal" (aka frame) based WS. I know I can use query_workspace
> and enter WFloatWS: name in the query entry but I want to be able to
> directly create a name float WS without entering each time WFloatWS:
> blah blah.
> 
> Any simple way to do it ?

something like:

QueryLib.query_floatworkspace=QueryLib.make_frame_fn(
    "Create float workspace:", function() return "WFloatWS:" end, 
    QueryLib.workspace_handler,
    QueryLib.make_completor(complete_workspace)
)

-- 
Rasmus Meldgaard

Reply via email to