emacs-devel
[Top][All Lists]
Advanced

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

Re: Functions transpose/rotate/flip windows


From: martin rudalics
Subject: Re: Functions transpose/rotate/flip windows
Date: Tue, 28 Jan 2025 10:29:56 +0100
User-agent: Mozilla Thunderbird

I now added the documentation to the Elisp manual.  Please have a look.

Seems good to me, but I thought we would add this to emacs manual?

I initially wanted to do that.  But the drawings are too large and likely
not appropriate for the Emacs manual.

Yes, because their is an odd number of elements.  This command would
basiclly reverse the (window-list) (or the cyclic odering of windows),
and in reversing, the middle pivot does not get changed if there is one.

  ___________      ___________
|           |    |           |
|     A     |    |     D     |
|___________| -> |___________|
|   |   |   |    |   |   |   |
| B | C | D |    | C | B | A |
|___|___|___|    |___|___|___|

Here the since there is even number of windows, no window is where it
was before.

And what would the new command produce instead?

martin



reply via email to

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