Christopher Roy Bratusek <[email protected]> writes: > Hi all, > > Just wanted to inform you about a change in get-window-by-* functions. > (only in HEAD) > > New functions: ... > get-window-by-id (filter windows by id, takes #:regex to match on a regex)
There's already a get-window-by-id that takes a number and returns the window with that ID. And a window-id is a number, so I don't see the point of doing a regexp on it. -- Jeremy Hankins <[email protected]>
