[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
- bug#60886: 29.0.60; split-root-window-below broken for split-window-keep-point, (continued)
- bug#60886: 29.0.60; split-root-window-below broken for split-window-keep-point, martin rudalics, 2023/01/19
- bug#60886: 29.0.60; split-root-window-below broken for split-window-keep-point, Eli Zaretskii, 2023/01/19
- bug#60886: 29.0.60; split-root-window-below broken for split-window-keep-point, martin rudalics, 2023/01/20
- bug#60886: 29.0.60; split-root-window-below broken for split-window-keep-point, Eli Zaretskii, 2023/01/21
- bug#60886: 29.0.60; split-root-window-below broken for split-window-keep-point, martin rudalics, 2023/01/21
- bug#60886: 29.0.60; split-root-window-below broken for split-window-keep-point, Eli Zaretskii, 2023/01/21
- bug#60886: 29.0.60; split-root-window-below broken for split-window-keep-point, martin rudalics, 2023/01/21
- bug#60886: 29.0.60; split-root-window-below broken for split-window-keep-point, Eli Zaretskii, 2023/01/21
- bug#60886: 29.0.60; split-root-window-below broken for split-window-keep-point, martin rudalics, 2023/01/22
- bug#60886: 29.0.60; split-root-window-below broken for split-window-keep-point, Eli Zaretskii, 2023/01/26
- bug#60886: 29.0.60; split-root-window-below broken for split-window-keep-point,
martin rudalics <=
- bug#60886: 29.0.60; split-root-window-below broken for split-window-keep-point, Eli Zaretskii, 2023/01/26
- bug#60886: 29.0.60; split-root-window-below broken for split-window-keep-point, Juri Linkov, 2023/01/21
- bug#60886: 29.0.60; split-root-window-below broken for split-window-keep-point, martin rudalics, 2023/01/22
- bug#60886: 29.0.60; split-root-window-below broken for split-window-keep-point, Juri Linkov, 2023/01/22
- bug#60886: 29.0.60; split-root-window-below broken for split-window-keep-point, Juri Linkov, 2023/01/24