From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Texaner" Newsgroups: gmane.emacs.help Subject: Re: Changine sizes of splitted windows Date: 22 Oct 2006 09:26:23 -0700 Organization: http://groups.google.com Message-ID: <1161534383.628791.137750@k70g2000cwa.googlegroups.com> References: <1161451648.951769.112530@i3g2000cwc.googlegroups.com> <87y7r9lfx7.fsf@gmx.at> <1161460263.118063.317010@k70g2000cwa.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1161535258 9074 80.91.229.2 (22 Oct 2006 16:40:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 22 Oct 2006 16:40:58 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 22 18:40:56 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 1GbgNb-0000pM-6G for geh-help-gnu-emacs@m.gmane.org; Sun, 22 Oct 2006 18:40:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GbgNa-0001uS-Kd for geh-help-gnu-emacs@m.gmane.org; Sun, 22 Oct 2006 12:40:54 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!k70g2000cwa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 70 Original-NNTP-Posting-Host: 80.140.220.48 Original-X-Trace: posting.google.com 1161534389 2708 127.0.0.1 (22 Oct 2006 16:26:29 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 22 Oct 2006 16:26:29 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/418.9 (KHTML, like Gecko) Safari/419.3,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: k70g2000cwa.googlegroups.com; posting-host=80.140.220.48; posting-account=9g-3JQ0AAADOexL2HeKdNI84EX5t5u6x Original-Xref: shelby.stanford.edu gnu.emacs.help:142550 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:38171 Archived-At: Hello, thanks for your answer. With the help of your suggestions I experienced that C-x ^ is indeed bound to enlarge-window in my Aquamacs-version! But when I type C-x the editor switches, as expected, to the command line. But after typing ^ it switches to the last regular editor window and shows "^" in the editor. I am a little bit confused about that. I type the key that shows the symbols ^ and =B0 (with shift) and is next to the number 1 (on a regular Mac-keyboard). Isn't it the right key? Thanks in advance Marcel But at the B=2E T. Raven wrote: > "Texaner" wrote in message > 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" 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 > >