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

[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: Fri, 02 Dec 2011 22:55:14 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.91 (gnu/linux)

> With latest trunk:
> emacs -Q
> C-x m

> The *unsent mail* buffer pops up in a different window.

> This is a regression from the behavior in previous version of Emacs, and
> it is caused by

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?


        Stefan





reply via email to

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