emacs-devel
[Top][All Lists]
Advanced

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

Re: Add function to rotate/transpose all windows


From: Pranshu Sharma
Subject: Re: Add function to rotate/transpose all windows
Date: Fri, 06 Dec 2024 14:51:57 +1000
User-agent: Gnus/5.13 (Gnus v5.13)

Juri Linkov <juri@linkov.net> writes:

> If it will rotate window identities, then a better name is
> 'rotate-windows'
> for this transformation:
>
> +-----+     +-----+
> |  A  |     |  B  |
> |-----| ->  |-----|
> |B | C|     |C | A|
> +-----+     +-----+

What would you suggest the name for the following transofrmation would
be:

+-----+    +-----+     
|  A  |    |  C  | 
|-----| -> |-----| 
|B | C|    |A | B| 
+-----+    +-----+

rotate-windows-reverse sounds off imo.  The alternative to change the
name to rotate-windows-clockwise for the first transformation would not
be accurate, as that would be like saying (other-window 1) is
other-window-clockwise. 



reply via email to

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