On Sun, 2008-02-24 at 19:17 +0000, Tuomo Valkonen wrote:
> Do you get anything in stderr?
No
> What does the attach call itself return?
nil. My understanding is it should return WRegion. Thus, I quote the
call again:
local t = ft:attach_new({type = "WGroupCW", switchto = t.switchto,
managed = {{reg = cwin, bottom = true}}})
t in nil after that. ft is non-nil.
> Is the group created?
Yes. It appears alongside the mapped window. As I said, ft is pointing
at correct WFrame.
> Are you sure cwin points to the correct object?
Judging by cwin:name(), it does.