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: Glenn Morris
Subject: bug#2282: Bug#2282: rmail-summary splits frame into three parts
Date: Thu, 12 Nov 2009 02:24:15 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

"Alfred M. Szmidt" wrote:

> Thanks for doing a follow up on this bug.

Could you confirm your problem goes away after:

(setq split-width-threshold nil)


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)))





reply via email to

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