stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[STUMP] Found a bug about process-mapped-window


From: Plato Wu
Subject: [STUMP] Found a bug about process-mapped-window
Date: Sat, 11 Sep 2010 19:46:19 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.92 (gnu/linux)

I just wanted to customize *place-window-hook* but the

process-mapped-window report a error and I tried to debug and got:

(apply 'run-hook-with-args *place-window-hook* 
        window (window-group window) placement-data)

it is wrong, should be

(run-hook-with-args *place-window-hook* 
                    window (window-group window) placement-data)

or

(apply 'run-hook-with-args 
       '(*place-window-hook* window 
                             (window-group window) placement-data)) 


Please check it.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]