From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: esabof@gmail.com Newsgroups: gmane.emacs.help Subject: Re: How to make a "side-window", in an arbitrary configuration? Date: Fri, 3 May 2013 01:18:50 -0700 (PDT) Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1367595979 31758 80.91.229.3 (3 May 2013 15:46:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 3 May 2013 15:46:19 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri May 03 17:46:19 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UYIBf-0007GM-DY for geh-help-gnu-emacs@m.gmane.org; Fri, 03 May 2013 17:46:19 +0200 Original-Received: from localhost ([::1]:60503 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UYIBf-00073O-1F for geh-help-gnu-emacs@m.gmane.org; Fri, 03 May 2013 11:46:19 -0400 X-Received: by 10.224.215.194 with SMTP id hf2mr16153121qab.0.1367569130434; Fri, 03 May 2013 01:18:50 -0700 (PDT) X-Received: by 10.49.130.170 with SMTP id of10mr827877qeb.37.1367569130380; Fri, 03 May 2013 01:18:50 -0700 (PDT) Original-Path: usenet.stanford.edu!m7no613571qam.0!news-out.google.com!y6ni0qax.0!nntp.google.com!m7no613567qam.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=86.3.182.83; posting-account=hvyt3AoAAAAdOSTOoji20fUtIaG9BH0F Original-NNTP-Posting-Host: 86.3.182.83 User-Agent: G2/1.0 Injection-Date: Fri, 03 May 2013 08:18:50 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:198198 X-Mailman-Approved-At: Fri, 03 May 2013 11:46:08 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:90464 Archived-At: > (split-window (frame-root-window)) > > > > or > > > > (split-window (window-parent)) > > > > martin That works, thanks. Evgeni