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: Plato Wu
Subject: Re: [STUMP] Found a bug about process-mapped-window
Date: Sun, 03 Oct 2010 20:45:54 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.92 (gnu/linux)

Ben Spencer <address@hidden> writes:

> 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

It reports #<SB-INT:SIMPLE-PROGRAM-ERROR "invalid number of arguments:
~S" {B93B661}>, I use SBCL 1.0.34 and stumpwm 0.9.7-3-g4391809.

Thanks




reply via email to

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