From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: E Sabof Newsgroups: gmane.emacs.help Subject: How to make a "side-window", in an arbitrary configuration? Date: Thu, 2 May 2013 21:09:03 +0100 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7bb046f051ca2904dbc1ce3b X-Trace: ger.gmane.org 1367525598 32252 80.91.229.3 (2 May 2013 20:13:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 2 May 2013 20:13:18 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 02 22:13:17 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 1UXzsS-000188-AE for geh-help-gnu-emacs@m.gmane.org; Thu, 02 May 2013 22:13:16 +0200 Original-Received: from localhost ([::1]:55407 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXzsR-000187-KI for geh-help-gnu-emacs@m.gmane.org; Thu, 02 May 2013 16:13:15 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:36952) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXzoS-00042l-6t for help-gnu-emacs@gnu.org; Thu, 02 May 2013 16:09:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UXzoO-0001K3-9q for help-gnu-emacs@gnu.org; Thu, 02 May 2013 16:09:08 -0400 Original-Received: from mail-qa0-x233.google.com ([2607:f8b0:400d:c00::233]:53694) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXzoO-0001Iu-6R for help-gnu-emacs@gnu.org; Thu, 02 May 2013 16:09:04 -0400 Original-Received: by mail-qa0-f51.google.com with SMTP id hu16so478137qab.3 for ; Thu, 02 May 2013 13:09:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=8AxUSxDck0XV6QaHw9yFkfYtd+k5gUkv2rEebucrTQc=; b=qh6TqTRn0nTN3NhnMXeAtIV8o1MVjthmc2h01oaNCHKoM6pz28GdLOLP/ITVD6Z/tj wq+/b1ch/9ID5kpYjUPnUA6IxsI+QhsOwHXsMi/Bej/zBmQCWfdG421MCzCDTeU+3ob4 gnZ/f/3AyIdWVwB+QlYoLe08Xm5hpHoQHF/DJQXTtHMrd8RSZMfIe1CGyCyu5DTUptcb 86foR0vbQBkvzgElIg4ktlqOPEbfMifPHYeK+MNEe2t9v8eSilJInusxG8rFt6MMsx6u NumD6lAoy0iLR6NNqKtoOxEido7bBogKmhWH70BTBeAvYSxzc4vwDcybSxhcqMM5SFlR 40mA== X-Received: by 10.49.88.105 with SMTP id bf9mr10472842qeb.52.1367525343471; Thu, 02 May 2013 13:09:03 -0700 (PDT) Original-Received: by 10.49.2.164 with HTTP; Thu, 2 May 2013 13:09:03 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c00::233 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:90455 Archived-At: --047d7bb046f051ca2904dbc1ce3b Content-Type: text/plain; charset=ISO-8859-1 Here is the most simple case: suppose I have a window configuration like this: ----- | | | |a|b| | | | ----- How do I convert it to this? ----- |a|b| ----- | c | ----- Evgeni --047d7bb046f051ca2904dbc1ce3b Content-Type: text/html; charset=ISO-8859-1
Here is the most simple case: suppose I have a window configuration like this:

-----
| | |
|a|b|
| | |
-----

How do I convert it to this?

-----
|a|b|
-----
| c |
-----

Evgeni
--047d7bb046f051ca2904dbc1ce3b--