bug#81575: 31.0.91; Regression in window-deletable-p when Emacs is started as a daemon
martin rudalics via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <[email protected]>
| Newsgroups | gmane.emacs.bugs |
|---|---|
| Message-ID | <[email protected]> |
>> > And why is this change not in NEWS? >> >> Which change? > > The change in the returned value of window-deletable-p in the case > described by the OP. That change was unintentional. It was caused by a bogus return value of 'frame-visible-p'. I was not aware of that bug when I tried to fix Bug#59862 and Bug#71386. Applying the patch proposed by Aaron will hopefully fix the value returned by 'frame-deletable-p' and so no change in NEWS won't be needed. The more serious problem is that 'frame-visible-p' seems broken in daemon mode and I have no idea how to fix or even document that. martin