2008/10/8 Tom Alsberg <[EMAIL PROTECTED]>: > I want to add a function that arranges a set of windows I pick in some > predetermined positions. For one window I can just put a function with > something like "+ I Pick Move 42p 365p" in it, which when executed will let > me choose a window to place at that position. > However by nature of the way Pick works (checking for a window context > first), if I put more than one such line in a function, I only get to pick > one window and all Move commands will operate on it. How can I make the > function "forget" the window context after picking so that another window > can be picked, or somehow combine several such functions in one?
NoWindow foo .... -- Thomas Adam