On Tuesday 05 April 2011 11:08:09 Teika Kazura wrote: > Hi, "amateur". (Please subscribe the Sawfish mailing list before you > post the reply.) > > > When I open a window without WM_CLASS > > property, like xev, the jump-or-exec functionality fails. The problem > > lies in the usage of > > > > (string-match "xxx" (window-class w)) > > > > where (window-class w) returns nil. > > Please replace it with: > (and (window-class w) > (string-match "xxx" (window-class w))) > > Chris, can you fix it? > > Teika (Teika kazura) Done. Thanks, Chris
Attachment:
signature.asc
Description: This is a digitally signed message part.