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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#2282: Bug#2282: rmail-summary splits frame into three parts


From: Stefan Monnier
Subject: bug#2282: Bug#2282: rmail-summary splits frame into three parts
Date: Thu, 12 Nov 2009 10:41:32 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

> I'm tempted to just replace all pop-to-buffers in rmail*.el with

> (defun rmail-pop-to-buffer (buffer-or-name &optional other-window norecord)
>   (let (split-width-threshold)
>     (pop-to-buffer buffer-or-name other-window norecord)))

No, please don't: the problem is in pop-to-buffer which should never
create 3 windows out of 1.


        Stefan





reply via email to

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