[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Add function to rotate/transpose all windows
From: |
Juri Linkov |
Subject: |
Re: Add function to rotate/transpose all windows |
Date: |
Thu, 05 Dec 2024 19:48:58 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/31.0.50 (x86_64-pc-linux-gnu) |
>> A better name would be 'rotate-window-states'
>> like in 'window-swap-states'.
>
> I agree with this, although it could potentially be confusing for
> people thinking that this internally uses window-swap-states, impling
> the window-tree remains unchanged, which is not correct. I'll consider
> this when writing the docstring.
If it will rotate window identities, then a better name is 'rotate-windows'
for this transformation:
+-----+ +-----+
| A | | B |
|-----| -> |-----|
|B | C| |C | A|
+-----+ +-----+
When rotating the whole frameset, then 'rotate-window-layout':
+-----+ +-----+
| A | |B | |
|-----| -> |--| A|
|B | C| |C | |
+-----+ +-----+
> what would you suggest should be the name for
> "rotate-window-layout-reverse".
'rotate-window-layout-anticlockwise':
+-----+ +-----+
| A | | | C|
|-----| -> |A |--|
|B | C| | | B|
+-----+ +-----+
and 'rotate-window-layout-clockwise':
+-----+ +-----+
| A | |B | |
|-----| -> |--| A|
|B | C| |C | |
+-----+ +-----+
- Re: Add function to rotate/transpose all windows, (continued)
- Re: Add function to rotate/transpose all windows, Juri Linkov, 2024/12/03
- Re: Add function to rotate/transpose all windows, Pranshu Sharma, 2024/12/01
- Re: Add function to rotate/transpose all windows, martin rudalics, 2024/12/01
- Re: Add function to rotate/transpose all windows, Pranshu Sharma, 2024/12/02
- Re: Add function to rotate/transpose all windows, martin rudalics, 2024/12/03
- Re: Add function to rotate/transpose all windows, Pranshu Sharma, 2024/12/04
- Re: Add function to rotate/transpose all windows, martin rudalics, 2024/12/04
- Re: Add function to rotate/transpose all windows, Juri Linkov, 2024/12/04
- Re: Add function to rotate/transpose all windows, Pranshu Sharma, 2024/12/05
- Re: Add function to rotate/transpose all windows,
Juri Linkov <=
- Re: Add function to rotate/transpose all windows, Pranshu Sharma, 2024/12/06
- Re: Add function to rotate/transpose all windows, Juri Linkov, 2024/12/06
- Re: Add function to rotate/transpose all windows, Pranshu Sharma, 2024/12/05
- Re: Add function to rotate/transpose all windows, Pranshu Sharma, 2024/12/05
- Message not available
- Re: Add function to rotate/transpose all windows, martin rudalics, 2024/12/17
- Re: Add function to rotate/transpose all windows, Pranshu Sharma, 2024/12/17
- Re: Add function to rotate/transpose all windows, Juri Linkov, 2024/12/17
- Re: Add function to rotate/transpose all windows, Pranshu Sharma, 2024/12/17
- Re: Add function to rotate/transpose all windows, Juri Linkov, 2024/12/18
- Re: Add function to rotate/transpose all windows, Pranshu Sharma, 2024/12/18