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: Wed, 18 Dec 2024 18:41:19 +0100
User-agent: Mozilla Thunderbird

> Sorry, I lost you: what does display-buffer-pop-up-window have to do
> with the subject of this thread?  I'm probably missing something.

'display-buffer-pop-up-window' calls 'window--try-to-split-window' which
calls 'split-window-preferred-function' whose default value is
'split-window-sensibly' - the function whose behavior we are talking
about here.  Presently, this is the only way 'split-window-sensibly'
gets called in the Emacs sources.

martin



reply via email to

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