stumpwm-devel
[Top][All Lists]
Advanced

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

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


From: Ben Spencer
Subject: Re: [STUMP] Found a bug about process-mapped-window
Date: Sun, 3 Oct 2010 11:39:11 +0100
User-agent: Mutt/1.5.20 (2009-06-14)

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



reply via email to

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