emacs-devel
[Top][All Lists]
Advanced

[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').



reply via email to

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