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

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

Re: Changine sizes of splitted windows


From: B. T. Raven
Subject: Re: Changine sizes of splitted windows
Date: Sat, 21 Oct 2006 16:07:03 -0500

"Texaner" <texaner82@web.de> wrote in message
1161460263.118063.317010@k70g2000cwa.googlegroups.com">news:1161460263.118063.317010@k70g2000cwa.googlegroups.com...
> Thank you very much for your answer. C-x ^ seems not to work. I'm not
> sure why. Perhaps because I use Aquamacs (emacs adjusted to
> mac-environment).
>
> But enlarge-window works. Is there also a possibility to make the
> window smaller again after enlarging it (preferable with a shortcut)?
>
> Thanks
>
> Marcel


Type "C-h w enlarge-window" to see if the command is bound to a key. What
does C-h k C-x ^ report? C-x + balances windows (if 2 makes both same
size). C-u -n C-x ^ enlarges the current window negatively (i.e. it
reduces it by n lines). Or to reduce current window, go to another and
enlarge that one.


>
> Markus Triska wrote:
> > "Texaner" <texaner82@web.de> writes:
> >
> > > programming purposes. Is there a possibility to change the sizes of
the
> > > windows, I mean moving the middle line that splits the window, only
by
> > > keyboard instead of using a mouse?
> >
> > ,----
> > | C-x ^ runs the command enlarge-window
> > |    which is an interactive built-in function in `C source code'.
> > | It is bound to C-x ^.
> > | (enlarge-window ARG &optional HORIZONTAL)
> > |
> > | Make current window ARG lines bigger.
> > | From program, optional second arg non-nil means grow sideways ARG
columns.
> > | Interactively, if an argument is not given, make the window one line
bigger.
> > | If HORIZONTAL is non-nil, enlarge horizontally instead of
vertically.
> > | This function can delete windows, even the second window, if they
get
> > | too small.
> > `----
> >
> > Best wishes!
> > Markus Triska
>



reply via email to

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