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

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

bug#62427: tab-bar-new-tab-to now handles cases with multiple side-windo


From: martin rudalics
Subject: bug#62427: tab-bar-new-tab-to now handles cases with multiple side-windows
Date: Wed, 17 May 2023 10:13:18 +0200

>> 0. emacs -Q
>> 1. M-x
>> 2. C-x t 2
>> 3. C-x o     ;; switches to the minibuffer
>> 4. C-x t 2
>>
>> Debugger entered--Lisp error: (error "Specified root is not an ancestor of 
specified win...")
>>    delete-other-windows-internal(#<window 4 on  *Minibuf-1*> #<window 8 on 
*scratch*>)
>>    delete-other-windows()
>>    tab-bar-new-tab-to()
>>    tab-new(nil)
>>    funcall-interactively(tab-new nil)
>>    command-execute(tab-new)
>
> Martin, could you please help to debug this problem.
>
> Does the error occur because the window configuration is broken?

No.  Binding 'ignore-window-parameters' to t skips the usual error
message that you "Can't expand minibuffer to full frame".  Does the
attached patch fix it?

martin

Attachment: delete-other-windows.diff
Description: Text Data


reply via email to

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