[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: |
Chong Yidong |
Subject: |
bug#10200: 24.0.92; Message buffer pops up in new window |
Date: |
Sun, 04 Dec 2011 09:48:20 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux) |
Stefan Monnier <monnier@iro.umontreal.ca> writes:
> I reverted the code to what it was in Emacs-23 (i.e. calling
> pop-to-buffer), so the difference must be elsewhere.
>
>> What is the rationale for this change?
>
> The reason for the reversion was that the new code (using
> switch-to-buffer) ignored special-display-*. Maybe it should call
> pop-to-buffer-same-window?
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.