From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexis Roda Newsgroups: gmane.emacs.help Subject: Re: Changine sizes of splitted windows Date: Sat, 21 Oct 2006 22:45:36 +0200 Message-ID: <453A86F0.2050803@gmail.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; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1161463546 29739 80.91.229.2 (21 Oct 2006 20:45:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 21 Oct 2006 20:45:46 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Oct 21 22:45:45 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 1GbNiy-0007sT-Qf for geh-help-gnu-emacs@m.gmane.org; Sat, 21 Oct 2006 22:45:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GbNiy-0001qk-CQ for geh-help-gnu-emacs@m.gmane.org; Sat, 21 Oct 2006 16:45:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GbNin-0001qd-2q for help-gnu-emacs@gnu.org; Sat, 21 Oct 2006 16:45:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GbNik-0001qF-Mz for help-gnu-emacs@gnu.org; Sat, 21 Oct 2006 16:45:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GbNik-0001qC-Fj for help-gnu-emacs@gnu.org; Sat, 21 Oct 2006 16:45:30 -0400 Original-Received: from [64.233.182.186] (helo=nf-out-0910.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GbNig-0003MB-Ay for help-gnu-emacs@gnu.org; Sat, 21 Oct 2006 16:45:27 -0400 Original-Received: by nf-out-0910.google.com with SMTP id q29so2120360nfc for ; Sat, 21 Oct 2006 13:45:23 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=J+2WUbsfUg4Jb8xqm9JeUiO4G3kC29R787LVswIUgHj4+PJS17LIpuHY3s158/K0IFFQk5mQH1Vk2xJV703utVyq05oVoViM2xGFolAiAynhIg+9S/X//YXSnV8kYGKATRbKYGr3TWPsveDRlrCEd56awj+CVXLNeFGIuSUWxYY= Original-Received: by 10.82.109.19 with SMTP id h19mr986582buc; Sat, 21 Oct 2006 13:45:23 -0700 (PDT) Original-Received: from ?192.168.1.10? ( [81.38.254.12]) by mx.google.com with ESMTP id p43sm2356714nfa.2006.10.21.13.45.22; Sat, 21 Oct 2006 13:45:22 -0700 (PDT) User-Agent: Mozilla Thunderbird 1.5.0.5 (X11/20060719) Original-To: help-gnu-emacs@gnu.org In-Reply-To: <1161460263.118063.317010@k70g2000cwa.googlegroups.com> 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:38165 Archived-At: En/na Texaner ha escrit: > 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)? > C-u M-x enlarge-window positive numbers will grow the window, while negative ones will shrink it HTH