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

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

bug#62592: Not creating new Tabs with small window


From: Juri Linkov
Subject: bug#62592: Not creating new Tabs with small window
Date: Tue, 25 Apr 2023 20:28:46 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu)

>> >> 1. ~ $ emacs -Q
>> >> 2. Menu -> Options -> Show/Hide -> Tab Bar (gives Tab*scratch*)
>> >> 3. resize the Emacs window to a small one, but large enough to show some 
>> >> Tab labels
>> >> 3. 1x click on rightmost * in the Tab Bar to create a new Tab
>> >>
>> >> The bug: No new Tab will be created and the minibuf and*Messages*  show:
>> >>
>> >>    split-window: Window #<window 3 on*Messages*> too small for splitting
>> >
>> > Thanks for the bug report.  It is related to bug#62427 where
>> > we need to find a way to create a new window without using
>> > delete-windows and split-window.
>>
>> Oh, I noticed the same problem in window-state-put too :-(
>> Restoring window states fails with the same error in narrow windows.
>> However, here is a fix.  Eli, is it ok to fix this in emacs-29?
>
> Yes, although I cannot say I'm fond of such kludges.
>
> (I thought Benson Chu was working on a better fix for these problems?)

After bug#62427 was closed, this bug is still reproducible.
The proposed patch remains the same.





reply via email to

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