emacs-devel
[Top][All Lists]
Advanced

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

Re: Prefer to split along the longest edge


From: martin rudalics
Subject: Re: Prefer to split along the longest edge
Date: Tue, 17 Dec 2024 10:01:01 +0100
User-agent: Mozilla Thunderbird

>> It basically does that:
>>
>> if width > height:
>>     try to split horizontally, then try to split vertically

The only thing I can say is that for some time people strongly opposed
the idea of splitting windows side by side by default.  It's possible
that this attitude has changed by now.

>> else
>>     try to split vertically, then try to split horizontally
>> fallback to vertical split
>
> This makes sense, so Cc-ing Martin to confirm
> if this is the right thing to do.

martin



reply via email to

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