stumpwm-devel
[Top][All Lists]
Advanced

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

Re: [STUMP] [PATCH] Add show-window-properties command.


From: Shawn
Subject: Re: [STUMP] [PATCH] Add show-window-properties command.
Date: Wed, 27 Aug 2008 20:58:00 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

John Li <address@hidden> writes:

> ---
>
> This is uglier than I'd like, but I couldn't think of a better way to
> build the string.
>
> This has to use echo-string and *suppress-echo-timeout* because
> message-no-timeout will run the string through the formatter, so if I
> have a shell open with title "yaybox: ~/stump", it breaks.

That's why you should do it this way:

(message-no-timeout "class: ~a~%instance~a~%..." (window-class w) (window-res 
w) ...)

-Shawn




reply via email to

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