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)
