[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: What is ISO?
From: |
Chong Yidong |
Subject: |
Re: What is ISO? |
Date: |
Sat, 29 Oct 2011 16:59:32 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux) |
martin rudalics <address@hidden> writes:
>> Might as well omit "-iso-":
>>
>> window-iso-combination-p -> window-combination-p
>> window-iso-combined-p -> window-combined-p
>> window-iso-combinations -> window-combinations
>
> If I wanted that, I'd use, for example, `window-child' instead of
> `window-combination-p'. Here I'm interested whether the object is a
> combination in the same (equal) direction as the calling (usually
> resize-) function currently proceeds.
Then do
window-directional-combination-p
window-directionally-combined-p
window-directional-combinations
and make the arguments non-optional (so instead of a HORIZONTAL arg,
have an arg named DIRECTION which can be `vertical' or `horizontal').
- Re: C-x 2 and C-x 3, (continued)
What is ISO? (was: C-x 2 and C-x 3), Juri Linkov, 2011/10/28
- Re: What is ISO?, martin rudalics, 2011/10/28
- Re: What is ISO?, Chong Yidong, 2011/10/28
- Re: What is ISO?, martin rudalics, 2011/10/29
- Re: What is ISO?,
Chong Yidong <=
- Re: What is ISO?, martin rudalics, 2011/10/29
- Re: What is ISO?, Chong Yidong, 2011/10/29
- Re: What is ISO?, martin rudalics, 2011/10/30
Re: What is ISO?, Andreas Röhler, 2011/10/29
Re: C-x 2 and C-x 3, grischka, 2011/10/26