>>>> "Klaus" == Klaus Berndl <Berndl>
writes:
Klaus> If i understand the function window-list right it should
Klaus> return a window-list in that order `other-window',
Klaus> `walk-windows' or `next-window' would return/ Move?! Is my
Klaus> understanding right?
The documentation says "a list." No promise about order (except that
the specified window comes first), no mention of the other functions.
Klaus> If not then i would vote for that order!
Why? It seems to me that if you have an application that wants to
walk through the windows in `walk-windows' order it should use
`walk-windows'. Keeping a list around and depending on its order to
be correct later is just asking for trouble.
In any case, if you're going to make this change you need to fix the
documentation of window-list and walk-windows at least to specify that
they give the same order, and maybe what that order is.
--
Institute of Policy and Planning Sciences
http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Ask not how you can "do" free software business;
ask what your business can "do for" free software.