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: Markus Triska
Subject: Re: Changine sizes of splitted windows
Date: Sat, 21 Oct 2006 19:47:16 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

"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]