Re: jump-or-exec fails when a window without WM_CLASS property exist
- From: Teika Kazura <teika lavabit com>
- To: sawfish-list gnome org
- Cc: tianlei zhao gmail com
- Subject: Re: jump-or-exec fails when a window without WM_CLASS property exist
- Date: Tue, 05 Apr 2011 11:08:09 +0900 (JST)
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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]