From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: How size the windows horizontally in emacs Date: Thu, 19 Mar 2009 14:09:08 -0700 Message-ID: <01b101c9a8d6$f26283a0$c2b22382@us.oracle.com> References: <49C24FF9.2090004@cdotb.ernet.in> <49C255E8.2060905@cdotb.ernet.in> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1237496994 12918 80.91.229.12 (19 Mar 2009 21:09:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Mar 2009 21:09:54 +0000 (UTC) Cc: 'emacs help' To: "'Anand Dhanakshirur'" , "'Peter Dyballa'" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 19 22:11:09 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LkPW8-00007r-FK for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Mar 2009 22:11:08 +0100 Original-Received: from localhost ([127.0.0.1]:38852 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LkPUl-0007sI-SG for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Mar 2009 17:09:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LkPUQ-0007r0-VI for help-gnu-emacs@gnu.org; Thu, 19 Mar 2009 17:09:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LkPUM-0007mx-Ii for help-gnu-emacs@gnu.org; Thu, 19 Mar 2009 17:09:22 -0400 Original-Received: from [199.232.76.173] (port=44167 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LkPUM-0007mr-An for help-gnu-emacs@gnu.org; Thu, 19 Mar 2009 17:09:18 -0400 Original-Received: from acsinet11.oracle.com ([141.146.126.233]:19671) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LkPUL-0000Iz-T7 for help-gnu-emacs@gnu.org; Thu, 19 Mar 2009 17:09:18 -0400 Original-Received: from rgminet15.oracle.com (rcsinet15.oracle.com [148.87.113.117]) by acsinet11.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n2JLA0J1002435 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 19 Mar 2009 21:10:02 GMT Original-Received: from acsmt703.oracle.com (acsmt703.oracle.com [141.146.40.81]) by rgminet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n2JL9BNc028672; Thu, 19 Mar 2009 21:09:12 GMT Original-Received: from dradamslap1 (/130.35.178.194) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 19 Mar 2009 21:09:06 +0000 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <49C255E8.2060905@cdotb.ernet.in> Thread-Index: AcmonXHW59b4TN5bR1agAvCBL/sgIQAOWm4w X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350 X-Source-IP: acsmt703.oracle.com [141.146.40.81] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090205.49C2B474.0088:SCFSTAT928724,ss=1,fgs=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) 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:63109 Archived-At: > > The function's name is enlarge-window-horizontally. `C-h w enlarge-window-horizontally RET' -> enlarge-window-horizontally is on C-x } `C-h a window horizontal RET' -> enlarge-window-horizontally C-x } Command: Make current window ARG columns wider. mouse-split-window-horizontally Command: Select Emacs window mouse is on, then split it horizontally in half. shrink-window-horizontally C-x { Command: Make current window ARG columns narrower. split-window-horizontally C-x 3 Command: Split current window into two windows side by side.