bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#60886: 29.0.60; split-root-window-below broken for split-window-keep


From: martin rudalics
Subject: bug#60886: 29.0.60; split-root-window-below broken for split-window-keep-point
Date: Thu, 26 Jan 2023 16:44:45 +0100

> Btw, the doc string of split-window-right incorrectly said that the
> new window will be to the _left_; I fixed that as well.

Are you sure?  Looking at this diff

https://git.savannah.gnu.org/cgit/emacs.git/commit/?h=emacs-29&id=41f497c8bee6e36a621a6d9088636069159387a9

I see

-WINDOW-TO-SPLIT defaults to the selected window and and will be on the
-left after splitting.  The newly split-off window is on the right and
-displays the same buffer.  Return the new window.
+WINDOW-TO-SPLIT defaults to the selected window if omitted or nil.
+The newly created window will be to the right of WINDOW-TO-SPLIT and
+will show the same buffer as WINDOW-TO-SPLIT, if it is a live window,
+else the buffer shown in the WINDOW-TO-SPLIT's frame's selected window.
+Return the new window.

Or am I missing something?

martin





reply via email to

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