bug#78835: Wrong pop-to-buffer behavior after one display-buffer-in-side-window call
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]> |
> I think the instances where this had been a bigger problem, were when > a much older width was restored (older in terms of time). If I see > those again, I'll report back - though IME those situations are > usually more transient. I have now removed the 'quit-restore' parameter copying behavior from 'split-window-below' and 'split-window-right' and also check whether the combination type matches the initial one when sizing windows back. If you ever observe something strange again, please tell me immediately. But I strongly hope that the misbehavior is now fixed for good. martin