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

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

RE: avoiding automatic split-window-horizontally


From: Ludwig, Mark
Subject: RE: avoiding automatic split-window-horizontally
Date: Wed, 3 Apr 2013 15:40:14 +0000

> From: Eli Zaretskii
> Sent: Wednesday, April 03, 2013 10:36 AM
> > Date: Wed, 3 Apr 2013 10:19:47 -0500
> > From: "Buchs, Kevin" <buchs.kevin@mayo.edu>
> >
> > I use Emacs 24.3 on MS Windows 7 with a large format monitor
> > (2560x1600). Sometimes I want to view files with wide lines so I make
> > my frame very wide. Certain commands will request a new window and
> > this may often split a window vertically. However, in a wide frame, I
> > observe automatic horizontal splitting. I'd like to avoid this, as it
> > reduces my desired wide window. I haven't found anything in Info that
> > enlightens me as to how to avoid the automatic splitting. Any suggestions?
> 
> See split-height-threshold and split-width-threshold.

For a wider screen, I found I only needed: (setq split-width-threshold nil)
This eliminates the behavioral variability that drove me crazy (and seems to be 
annoying Kevin).

(I assume for a taller screen, one might need to change split-height-threshold.)

Hope this helps,
Mark




reply via email to

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