From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Markus Triska Newsgroups: gmane.emacs.help Subject: Re: Changine sizes of splitted windows Date: Sat, 21 Oct 2006 19:47:16 +0200 Message-ID: <87y7r9lfx7.fsf@gmx.at> References: <1161451648.951769.112530@i3g2000cwc.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1161456027 8710 80.91.229.2 (21 Oct 2006 18:40:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 21 Oct 2006 18:40:27 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Oct 21 20:40:25 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GbLlh-0005tm-G8 for geh-help-gnu-emacs@m.gmane.org; Sat, 21 Oct 2006 20:40:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GbLlh-0003ob-2T for geh-help-gnu-emacs@m.gmane.org; Sat, 21 Oct 2006 14:40:25 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!xs4all!newscore.univie.ac.at!aconews-feed.univie.ac.at!aconews.univie.ac.at!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:zZuapIjuTKSPAseAoHz7l2ySygQ= Original-Lines: 22 Original-NNTP-Posting-Host: v213-027.vps.tuwien.ac.at Original-X-Trace: 1161452377 tunews.univie.ac.at 11352 128.131.213.27 Original-X-Complaints-To: abuse@tuwien.ac.at Original-Xref: shelby.stanford.edu gnu.emacs.help:142540 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:38161 Archived-At: "Texaner" 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