From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.help Subject: Re: Splitting a window into any number of parts Date: Wed, 03 Sep 2008 14:36:27 +0200 Message-ID: <48BE84CB.8000301@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1220445557 518 80.91.229.12 (3 Sep 2008 12:39:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Sep 2008 12:39:17 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: per.nordlow@gmail.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 03 14:40:07 2008 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 1KareX-0002PB-QB for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Sep 2008 14:40:05 +0200 Original-Received: from localhost ([127.0.0.1]:41258 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KardY-0007b4-HC for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Sep 2008 08:39:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KardH-0007al-7D for help-gnu-emacs@gnu.org; Wed, 03 Sep 2008 08:38:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KardF-0007aY-Mo for help-gnu-emacs@gnu.org; Wed, 03 Sep 2008 08:38:46 -0400 Original-Received: from [199.232.76.173] (port=33823 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KardF-0007aV-HC for help-gnu-emacs@gnu.org; Wed, 03 Sep 2008 08:38:45 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:49183) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1KardF-0005K4-MR for help-gnu-emacs@gnu.org; Wed, 03 Sep 2008 08:38:46 -0400 Original-Received: (qmail invoked by alias); 03 Sep 2008 12:38:43 -0000 Original-Received: from 62-47-45-2.adsl.highway.telekom.at (EHLO [62.47.45.2]) [62.47.45.2] by mail.gmx.net (mp018) with SMTP; 03 Sep 2008 14:38:43 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18o6Qpvjl8omWRTkNX07f26OIyNmlJulOrQ+3E9yy iLOxjv9we+a3CX User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) Original-References: 75a3c979-bc45-4044-abdd-477d7e122bd2@79g2000hsk.googlegroups.com X-Y-GMX-Trusted: 0 X-FuHaFi: 0.83 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:57218 Archived-At: > Is there a way to split an Emacs window into an arbitrarily number of > equally sized parts, either horizontally or vertically? If you have one window only, split any which way you like and do `balance-windows-area'. martin