[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: |
Benson Chu |
Subject: |
bug#62427: tab-bar-new-tab-to now handles cases with multiple side-windows |
Date: |
Fri, 31 Mar 2023 11:20:23 -0500 |
User-agent: |
mu4e 1.8.14; emacs 30.0.50 |
> Then creating a new tab fails with
> such error:
>
> Debugger entered--Lisp error: (error "Specified root is not an ancestor of
> specified window")
Sure, I would be happy to investigate the problem! Is there a way to
reproduce this bug? I've personally never seen it before.
Juri Linkov <juri@linkov.net> writes:
>> After thinking about this, I'm very uncomfortable with removing window
>> parameters like that. These windows don't belong to us, right? They
>> are windows that just happen to be there when the user creates a new
>> tab. So arbitrary removal of their parameters behind the back of the
>> user and possibly some Lisp program which set these parameters is not
>> TRT.
>>
>> Can't we create a completely new window and show the buffer in it?
>> That new window then can have any parameters we want, since it's new.
>>
>> Or am I missing something?
>
> Sometimes the window configuration gets into such inconsistent state
> that the minibuffer window remains on the window list while the
> minibuffer is not active. Then creating a new tab fails with
> such error:
>
> Debugger entered--Lisp error: (error "Specified root is not an ancestor of
> specified window")
> delete-other-windows-internal(#<window 4 on *Minibuf-1*> #<window 5 on
> *scratch*>)
> delete-other-windows()
> tab-bar-new-tab-to()
> tab-bar-new-tab()
>
> Please fix this bug as well.
- bug#62427: tab-bar-new-tab-to now handles cases with multiple side-windows, (continued)
- bug#62427: tab-bar-new-tab-to now handles cases with multiple side-windows, Juri Linkov, 2023/03/27
- bug#62427: tab-bar-new-tab-to now handles cases with multiple side-windows, Eli Zaretskii, 2023/03/27
- bug#62427: tab-bar-new-tab-to now handles cases with multiple side-windows, Juri Linkov, 2023/03/27
- bug#62427: tab-bar-new-tab-to now handles cases with multiple side-windows, Eli Zaretskii, 2023/03/27
- bug#62427: tab-bar-new-tab-to now handles cases with multiple side-windows, Benson Chu, 2023/03/27
- bug#62427: tab-bar-new-tab-to now handles cases with multiple side-windows, Eli Zaretskii, 2023/03/28
- bug#62427: tab-bar-new-tab-to now handles cases with multiple side-windows, Benson Chu, 2023/03/28
- bug#62427: tab-bar-new-tab-to now handles cases with multiple side-windows, Eli Zaretskii, 2023/03/28
- bug#62427: tab-bar-new-tab-to now handles cases with multiple side-windows, Benson Chu, 2023/03/28
- bug#62427: tab-bar-new-tab-to now handles cases with multiple side-windows, Juri Linkov, 2023/03/30
- bug#62427: tab-bar-new-tab-to now handles cases with multiple side-windows,
Benson Chu <=