Re: Correct format for two-windows window-matcher
- From: Jeremy Hankins <nowan nowan org>
- To: General discussion about sawfish wm <sawfish-list gnome org>
- Subject: Re: Correct format for two-windows window-matcher
- Date: Tue, 13 Oct 2009 11:39:18 -0500
Christopher Roy Bratusek <zanghar freenet de> writes:
>> Maybe that's because you need to use `(position . ,pos) ?
>
> I've already tried ,pos and ',pos none of both are working.
>
> ... bad argument: #<subr move-window-to>, backquote-unquote, 2
>
> `( position instead of '( position (as you did) also doesn't really help
You tried both of these together -- the backtick to quote and the comma
to except pos? How about:
(cons 'position pos)
Or does that generate the same error?
How about, from sawfish-client:
(setq pos 'south-east)
`(position . ,pos)
What's the second of those give? Should be:
(position . south-east)
--
Jeremy Hankins <nowan nowan org>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]