[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Add function to rotate/transpose all windows
From: |
martin rudalics |
Subject: |
Re: Add function to rotate/transpose all windows |
Date: |
Fri, 25 Oct 2024 19:09:12 +0200 |
User-agent: |
Mozilla Thunderbird |
>> (2) It binds 'window-combination-limit' to make a parent window within
>> something like the first combination you sketched above so this becomes
[...]
> Wow! this is best thing since flush toilets, I was able to make the
> function work with this.
I don't see it in the code you sent, though. Also that code has one bug
and produces a couple of warnings:
In rotate-windows-anticlockwise:
window-transpose.el:59:48: Warning: Unused lexical argument ‘subtree’
In rotate-windows-clockwise:
window-transpose.el:84:44: Warning: Unused lexical argument ‘subtree’
In flip-windows-horizontally:
window-transpose.el:109:45: Warning: Unused lexical argument ‘subtree’
In flip-windows-vertically:
window-transpose.el:128:43: Warning: Unused lexical argument ‘subtree’
In transpose-windows:
window-transpose.el:146:37: Warning: Unused lexical argument ‘subtree’
In window--transpose-1:
window-transpose.el:209:28: Warning: reference to free variable ‘fwin’
The last one keeps it from running.
martin
- Re: Add function to rotate/transpose all windows, (continued)
- Re: Add function to rotate/transpose all windows, Pranshu Sharma, 2024/10/20
- Re: Add function to rotate/transpose all windows, martin rudalics, 2024/10/20
- Re: Add function to rotate/transpose all windows, Pranshu Sharma, 2024/10/21
- Re: Add function to rotate/transpose all windows, martin rudalics, 2024/10/21
- Re: Add function to rotate/transpose all windows, martin rudalics, 2024/10/21
- Re: Add function to rotate/transpose all windows, Pranshu Sharma, 2024/10/21
- Re: Add function to rotate/transpose all windows, martin rudalics, 2024/10/22
- Re: Add function to rotate/transpose all windows, Pranshu Sharma, 2024/10/24
- Re: Add function to rotate/transpose all windows, martin rudalics, 2024/10/24
- Re: Add function to rotate/transpose all windows, Pranshu Sharma, 2024/10/25
- Re: Add function to rotate/transpose all windows,
martin rudalics <=
- Re: Add function to rotate/transpose all windows, Pranshu Sharma, 2024/10/26
- Re: Add function to rotate/transpose all windows, martin rudalics, 2024/10/27
- Re: Add function to rotate/transpose all windows, Juri Linkov, 2024/10/14
Re: Add function to rotate/transpose all windows, martin rudalics, 2024/10/07