* deciding how windows split
@ 2013-07-04 12:47 J. David Boyd
2013-07-04 13:12 ` Thorsten Jolitz
2013-07-05 11:46 ` Bernardo
0 siblings, 2 replies; 6+ messages in thread
From: J. David Boyd @ 2013-07-04 12:47 UTC (permalink / raw)
To: help-gnu-emacs
I like my 'normal' behavior, where any command that creates a new window (like
'grep') opens the new window under where my current window is.
I recently got a new monitor, a very wide one, and I have my emacs stretched
out some. Now new windows are opening to the right of the current one.
Is there some way to force emacs to continue to open new windows under my
current one.
I tried using customize-apropos on words that sounded like they might be what
I wanted, but can't find anything like that.
Thanks,
Dave
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: deciding how windows split
2013-07-04 12:47 deciding how windows split J. David Boyd
@ 2013-07-04 13:12 ` Thorsten Jolitz
2013-07-05 13:19 ` J. David Boyd
2013-07-05 11:46 ` Bernardo
1 sibling, 1 reply; 6+ messages in thread
From: Thorsten Jolitz @ 2013-07-04 13:12 UTC (permalink / raw)
To: help-gnu-emacs
david@adboyd.com (J. David Boyd) writes:
> I like my 'normal' behavior, where any command that creates a new
> window (like 'grep') opens the new window under where my current
> window is.
>
> I recently got a new monitor, a very wide one, and I have my emacs
> stretched out some. Now new windows are opening to the right of the
> current one.
>
> Is there some way to force emacs to continue to open new windows under
> my current one.
>
> I tried using customize-apropos on words that sounded like they might
> be what I wanted, but can't find anything like that.
maybe
M-x customize-variable RET split-window-preferred-function
?
--
cheers,
Thorsten
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: deciding how windows split
2013-07-04 12:47 deciding how windows split J. David Boyd
2013-07-04 13:12 ` Thorsten Jolitz
@ 2013-07-05 11:46 ` Bernardo
2013-07-05 13:18 ` J. David Boyd
1 sibling, 1 reply; 6+ messages in thread
From: Bernardo @ 2013-07-05 11:46 UTC (permalink / raw)
Cc: help-gnu-emacs
> I recently got a new monitor, a very wide one, and I have my emacs stretched
> out some. Now new windows are opening to the right of the current one.
>
> Is there some way to force emacs to continue to open new windows under my
> current one.
adjust the value of split-width-threshold?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: deciding how windows split
2013-07-05 11:46 ` Bernardo
@ 2013-07-05 13:18 ` J. David Boyd
0 siblings, 0 replies; 6+ messages in thread
From: J. David Boyd @ 2013-07-05 13:18 UTC (permalink / raw)
To: help-gnu-emacs
Bernardo <bernardo.bacic@pobox.com> writes:
>> I recently got a new monitor, a very wide one, and I have my emacs stretched
>> out some. Now new windows are opening to the right of the current one.
>>
>> Is there some way to force emacs to continue to open new windows under my
>> current one.
>
> adjust the value of split-width-threshold?
Thanks, set it to 400, not it never splits sideways....
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: deciding how windows split
2013-07-04 13:12 ` Thorsten Jolitz
@ 2013-07-05 13:19 ` J. David Boyd
2013-07-05 16:39 ` Bob Proulx
0 siblings, 1 reply; 6+ messages in thread
From: J. David Boyd @ 2013-07-05 13:19 UTC (permalink / raw)
To: help-gnu-emacs
Thorsten Jolitz <tjolitz@gmail.com> writes:
> david@adboyd.com (J. David Boyd) writes:
>
>> I like my 'normal' behavior, where any command that creates a new
>> window (like 'grep') opens the new window under where my current
>> window is.
>>
>> I recently got a new monitor, a very wide one, and I have my emacs
>> stretched out some. Now new windows are opening to the right of the
>> current one.
>>
>> Is there some way to force emacs to continue to open new windows under
>> my current one.
>>
>> I tried using customize-apropos on words that sounded like they might
>> be what I wanted, but can't find anything like that.
>
> maybe
>
> M-x customize-variable RET split-window-preferred-function
>
> ?
Thanks, that's what I was looking for!
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: deciding how windows split
2013-07-05 13:19 ` J. David Boyd
@ 2013-07-05 16:39 ` Bob Proulx
0 siblings, 0 replies; 6+ messages in thread
From: Bob Proulx @ 2013-07-05 16:39 UTC (permalink / raw)
To: help-gnu-emacs
J. David Boyd wrote:
> Thorsten Jolitz writes:
> > J. David Boyd writes:
> >> Is there some way to force emacs to continue to open new windows under
> >> my current one.
> >
> > maybe
> > M-x customize-variable RET split-window-preferred-function
>
> Thanks, that's what I was looking for!
I always set this in my .emacs file to force thet raditional vertical
window splitting. Splitting horizontally does not work well with my
preferred window layout.
(setq split-width-threshold nil)
Bob
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-07-05 16:39 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-04 12:47 deciding how windows split J. David Boyd
2013-07-04 13:12 ` Thorsten Jolitz
2013-07-05 13:19 ` J. David Boyd
2013-07-05 16:39 ` Bob Proulx
2013-07-05 11:46 ` Bernardo
2013-07-05 13:18 ` J. David Boyd
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.