all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* avoiding automatic split-window-horizontally
@ 2013-04-03 15:19 Buchs, Kevin
  2013-04-03 15:34 ` Eli Zaretskii
  2013-04-03 15:36 ` Eli Zaretskii
  0 siblings, 2 replies; 4+ messages in thread
From: Buchs, Kevin @ 2013-04-03 15:19 UTC (permalink / raw)
  To: help-gnu-emacs

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?

Kevin Buchs | Senior Engineer | SPPDG | 507-538-5459 |
buchs.kevin@mayo.edu
Mayo Clinic | 200 First Street SW | Rochester, MN 55905 |
http://www.mayo.edu




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: avoiding automatic split-window-horizontally
  2013-04-03 15:19 avoiding automatic split-window-horizontally Buchs, Kevin
@ 2013-04-03 15:34 ` Eli Zaretskii
  2013-04-03 15:36 ` Eli Zaretskii
  1 sibling, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2013-04-03 15:34 UTC (permalink / raw)
  To: help-gnu-emacs

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: avoiding automatic split-window-horizontally
  2013-04-03 15:19 avoiding automatic split-window-horizontally Buchs, Kevin
  2013-04-03 15:34 ` Eli Zaretskii
@ 2013-04-03 15:36 ` Eli Zaretskii
  2013-04-03 15:40   ` Ludwig, Mark
  1 sibling, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2013-04-03 15:36 UTC (permalink / raw)
  To: help-gnu-emacs

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: avoiding automatic split-window-horizontally
  2013-04-03 15:36 ` Eli Zaretskii
@ 2013-04-03 15:40   ` Ludwig, Mark
  0 siblings, 0 replies; 4+ messages in thread
From: Ludwig, Mark @ 2013-04-03 15:40 UTC (permalink / raw)
  To: help-gnu-emacs@gnu.org

> 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




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-04-03 15:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-03 15:19 avoiding automatic split-window-horizontally Buchs, Kevin
2013-04-03 15:34 ` Eli Zaretskii
2013-04-03 15:36 ` Eli Zaretskii
2013-04-03 15:40   ` Ludwig, Mark

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.