[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: |
Thu, 21 Nov 2024 18:54:34 +0100 |
User-agent: |
Mozilla Thunderbird |
> I don't fully understnad why this is happening. iiuc, the purpose of
> checking for previous split is to see if the (cons window parent) refer
> split has already happened, to avoid doing it again. Instead of doing
> this, I just use a vriable called `n-set' which determines if the parent
> window has already been split with the cons refer argument, so I don't
> belive this is neccasary.
I think my code is over-engineered in this regard. Fact is that you
create a new parent window where you should use the existing one.
> Nice, can you send the whole diff.
Attached. It's a bit more than that and comes without warranty. The
elisp manual has not been updated in this regard.
martin
split-window.diff
Description: Text Data
- Re: Add function to rotate/transpose all windows, (continued)
- Re: Add function to rotate/transpose all windows, martin rudalics, 2024/11/16
- Re: Add function to rotate/transpose all windows, Pranshu Sharma, 2024/11/17
- Re: Add function to rotate/transpose all windows, martin rudalics, 2024/11/17
- Re: Add function to rotate/transpose all windows, Pranshu Sharma, 2024/11/17
- Re: Add function to rotate/transpose all windows, martin rudalics, 2024/11/17
- Re: Add function to rotate/transpose all windows, Pranshu Sharma, 2024/11/17
- Re: Add function to rotate/transpose all windows, martin rudalics, 2024/11/18
- Re: Add function to rotate/transpose all windows, Pranshu Sharma, 2024/11/19
- Re: Add function to rotate/transpose all windows, martin rudalics, 2024/11/19
- Re: Add function to rotate/transpose all windows, Pranshu Sharma, 2024/11/21
- Re: Add function to rotate/transpose all windows,
martin rudalics <=
- Re: Add function to rotate/transpose all windows, Pranshu Sharma, 2024/11/24
- Re: Add function to rotate/transpose all windows, martin rudalics, 2024/11/26
- Re: Add function to rotate/transpose all windows, Pranshu Sharma, 2024/11/26
- Re: Add function to rotate/transpose all windows, Pranshu Sharma, 2024/11/27
- Re: Add function to rotate/transpose all windows, martin rudalics, 2024/11/27
- Re: Add function to rotate/transpose all windows, Pranshu Sharma, 2024/11/27
- Re: Add function to rotate/transpose all windows, martin rudalics, 2024/11/27
- Re: Add function to rotate/transpose all windows, Pranshu Sharma, 2024/11/28
- Re: Add function to rotate/transpose all windows, martin rudalics, 2024/11/28
- Re: Add function to rotate/transpose all windows, Pranshu Sharma, 2024/11/28