[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#10200: 24.0.92; Message buffer pops up in new window
From: |
Stefan Monnier |
Subject: |
bug#10200: 24.0.92; Message buffer pops up in new window |
Date: |
Sun, 04 Dec 2011 10:16:01 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.91 (gnu/linux) |
>> In Emacs 23, message-mode relied on same-window-buffer-names to remain
>> on the same window. That's nil, now so you can't just call
>> pop-to-buffer there. I've checked in a fix.
> IMHO all former same-window-buffer-names/-regexps guarded calls of
> `display-buffer' should use `pop-to-buffer-same-window' now.
Yes, the proper replacement is pop-to-buffer-same-window, indeed.
But since we want to preserve backward compatibility with such code, we
don't *have* to replace them right away.
Stefan