From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman" Newsgroups: gmane.emacs.help Subject: Re: Why can only view at most TWO windows? Date: Tue, 9 Dec 2008 10:44:23 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1228815900 20251 80.91.229.12 (9 Dec 2008 09:45:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Dec 2008 09:45:00 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "seberino@spawar.navy.mil" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Dec 09 10:46:05 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 1L9zAK-0001Sn-Qq for geh-help-gnu-emacs@m.gmane.org; Tue, 09 Dec 2008 10:46:05 +0100 Original-Received: from localhost ([127.0.0.1]:45404 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L9z99-0004Zx-RG for geh-help-gnu-emacs@m.gmane.org; Tue, 09 Dec 2008 04:44:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L9z8l-0004Zs-0A for help-gnu-emacs@gnu.org; Tue, 09 Dec 2008 04:44:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L9z8j-0004ZL-8s for help-gnu-emacs@gnu.org; Tue, 09 Dec 2008 04:44:26 -0500 Original-Received: from [199.232.76.173] (port=57649 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L9z8j-0004ZH-6k for help-gnu-emacs@gnu.org; Tue, 09 Dec 2008 04:44:25 -0500 Original-Received: from ug-out-1314.google.com ([66.249.92.174]:32306) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L9z8i-00063X-SH for help-gnu-emacs@gnu.org; Tue, 09 Dec 2008 04:44:25 -0500 Original-Received: by ug-out-1314.google.com with SMTP id 36so1341012uga.17 for ; Tue, 09 Dec 2008 01:44:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=767vtzkqCbN95n2J7xWySHVtOG0QTyg8NTR93Jkha9A=; b=RD483HJd2ErIQOI/CvjNrDyzUQ143/TDGirdLchPbP9LEIDuC2np/EP4d3sq2V5wSB uC1UJntJXSgpIsGIwzCrJ91yMVf2ZM/Vnu0yf4wdlvz7apvHc8P+XzAT5B/QEMp8jgZS ibuie6FvoemDIJ2nx9ETtCCe2RPFXll7wih88= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=PboGAUKL7XAKl6F8M6PlAN5a4i4A/kbSoI31FR/BsC5ZXbXTg6XnGVOxu9+w0F4dt4 3EvzddSderKo8YTn3fNqXT2dKXJ9xKlpY9NAdS1k3qDgR8ndWwfZWSv/DmhWxwPFtRe9 T+7taHB0Ld2bNRuif2wMiRy6+l9VePGI0EWb4= Original-Received: by 10.86.91.12 with SMTP id o12mr3263092fgb.16.1228815863805; Tue, 09 Dec 2008 01:44:23 -0800 (PST) Original-Received: by 10.86.58.16 with HTTP; Tue, 9 Dec 2008 01:44:23 -0800 (PST) In-Reply-To: Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:60493 Archived-At: On Tue, Dec 9, 2008 at 7:35 AM, seberino@spawar.navy.mil wrote: > On Dec 8, 11:44 am, Ian Eure wrote: > >> Try: >> C-x 2 - split-window-vertically >> C-x 3 - split-window-horizontally >> >> - Ian > > That works.....doing switch-to-buffer-other-window multiple times does > not. It is not supposed to split the current window. Do you think the doc string need to be enhanced?