On Sat, Sep 11, 2010 at 07:46:19PM +0800, Plato Wu wrote:
> 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)) 


This doesn't look like a problem to me, the hook is called as if as follows:

(my-hook window group :frame frame :raise raise)

What exactly were you trying to do and what error did you get?


Ben

_______________________________________________
Stumpwm-devel mailing list
Stumpwm-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/stumpwm-devel

Reply via email to