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

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

bug#56791: [PATCH] Add window arg to splitting commands, new commands to


From: Juri Linkov
Subject: bug#56791: [PATCH] Add window arg to splitting commands, new commands to split root window
Date: Tue, 06 Sep 2022 19:20:24 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu)

> But need to be careful with adding 'window-to-split' arg to 
> 'split-window-below'.
> Its split-window-keep-point=nil logic might not be applicable to some windows.

When 'split-window-keep-point' is customized to nil, then the second call of
'split-window-below' fails with

  Debugger entered--Lisp error: (wrong-type-argument stringp nil)
    split-window-below(nil #<window 6>)
    split-root-window-below(nil)
    funcall-interactively(split-root-window-below nil)
    command-execute(split-root-window-below)





reply via email to

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