On 7 November 2012 07:35, Bastian <bastian-fvwm-org-20121...@t6l.de> wrote: > On 05Nov12 10:24 -0700, Jaimos F Skriletz wrote: >> I am under the impression that Pick is slightly different in once >> you pick the window the context is known so you only have to pick >> the window once and then run multiple things on that window. That > > Yes, Pick is different and it works to pick once and then operate on the > resulting window with multiple commands like stated in the man page. > > The conditional command 'All' e.g. does not work in this way.
Sure it does -- again, there's a difference between a window and function context. Confer: All (XTerm) SomeFunction DestroyFunc SomeFunction AddToFunc SomeFunction + I Echo $[w.id] + I Echo $[w.name] .... The *function* supplies the window context. -- Thomas Adam