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

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

bug#71386: 29.1; Frame is auto-deleted even when it has multiple tabs


From: martin rudalics
Subject: bug#71386: 29.1; Frame is auto-deleted even when it has multiple tabs
Date: Thu, 13 Jun 2024 10:21:43 +0200
User-agent: Mozilla Thunderbird

>> But KILL means to delete the frame and the tab-bar code wants to prevent
>> that.  Or what am I missing?
>
> For frames KILL defines whether to delete or iconify the frame.
> There is no such thing as to "iconify" the tab.

Don't you want to distinguish 'kill' non-nil where the frame should get
deleted from 'kill' nil where nothing is done?  In the latter case the
window cannot even be deleted because when the return value of
'window-deletable-p' equals 'frame' this implies that WINDOW is the root
window of its frame.

martin





reply via email to

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