Am Tue, 03 Nov 2009 16:13:06 +0900 (JST) schrieb Teika Kazura <[email protected]>:
> Hi. > > On Sun, 1 Nov 2009 18:27:16 +0100, Christopher Roy Bratusek wrote: > > How do I use eq properly here: > > > > (if (eq (get-x-text-property 'root 'WINDOW_MANAGER) 'sawfish) > > (<whatever>)) > > You may already know it, but the correct one is: > (if (equal (get-x-text-property 'root 'WINDOW_MANAGER) > (vector "sawfish")) ...) > > Regards, > Teika (Teika kazura) > hmm yeah, but the thing that's more interessting: why does that work from sawfish[/]rc but not from either wm.jl, user.jl, wm-spec.jl or defaults.jl? Chris
