On Thu, Jul 31, 2003 at 11:28:17AM -0400, [EMAIL PROTECTED] wrote: > i think it would be a good idea to match a winprop structure > against a window's name as well (in addition to class/instance/role).
Just write a new version of get_winprop (in ioncorelib.lua) that uses region_name. string.find can be used for regex mathces (simpler Lua-specific regexes, not POSIX; refer to the Lua manual). -- Tuomo
