stumpwm-devel
[Top][All Lists]
Advanced

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

Re: [STUMP] [PATCH] Logging: messages, destroyed windows; Manual: add mi


From: Shawn
Subject: Re: [STUMP] [PATCH] Logging: messages, destroyed windows; Manual: add missing hook.
Date: Thu, 28 Aug 2008 12:24:27 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

38a938c2 <address@hidden> writes:

> Manual missed description of *urgent-window-hook*. FIXED

Applied. Thanks!

> Messages output to the screen were not logged. I assigned level 5 to
> that logging, as it is usually something supposed to be seen by user.

See below.

> On window destruction event, StumpWM reported (with level 3) that it
> destroys parent window (which is XLib:window object) but doesn't
> report any details. Sometimes the parent window turns out to be
> XLib:screen, as far as I understand, so I want its ID logged. Assigned
> level 7, as it is rather technical detail..

Applied!

> +    (dformat 5 "Outputting a message:~%") 
> +    (mapcar (lambda (s) (dformat 5 " ~a~%" s)) strings)
> +    (dformat 5 "End of mesage~%")

You should be able to simplify this to one format line. have a look at
address@hidden and ~} in the ansi spec.

-Shawn




reply via email to

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