From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Martin Nordholts Newsgroups: gmane.emacs.help Subject: Is there a function to return buffer of the "other" window when split horizontally? Date: Sun, 25 Feb 2007 23:28:16 +0100 Message-ID: <1172442496.7905.3.camel@martin-laptop> Reply-To: enselic@gmail.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1172442520 25063 80.91.229.12 (25 Feb 2007 22:28:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 25 Feb 2007 22:28:40 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Feb 25 23:28:34 2007 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 1HLRr7-0000AR-3R for geh-help-gnu-emacs@m.gmane.org; Sun, 25 Feb 2007 23:28:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HLRr7-0003T1-5M for geh-help-gnu-emacs@m.gmane.org; Sun, 25 Feb 2007 17:28:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HLRqv-0003Sv-MW for help-gnu-emacs@gnu.org; Sun, 25 Feb 2007 17:28:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HLRqu-0003Sh-3t for help-gnu-emacs@gnu.org; Sun, 25 Feb 2007 17:28:21 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HLRqt-0003Se-TO for help-gnu-emacs@gnu.org; Sun, 25 Feb 2007 17:28:19 -0500 Original-Received: from smtp.bredband2.net ([82.209.166.4]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HLRqt-0007Tl-IC for help-gnu-emacs@gnu.org; Sun, 25 Feb 2007 17:28:19 -0500 Original-Received: (qmail 7687 invoked from network); 25 Feb 2007 22:28:09 -0000 Original-Received: from kr-lun-58-151-233-83.3.cust.bredband2.com (HELO [192.168.1.2]) ([83.233.151.58]) (envelope-sender ) by smtp.bredband2.net (qmail-ldap-1.03) with SMTP for ; 25 Feb 2007 22:28:09 -0000 X-Mailer: Evolution 2.8.1 X-detected-kernel: Genre and OS details not recognized. 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:41465 Archived-At: Hello! I fail to find a function that returns the "other" buffer when one has split a window horizontally. other-window seemed as a good candidate at first, but I can't make it work as I wish. How can I do this? I need it for a function that changes a horizontally split window to a vertically split one (to quickly make more rows availible on both buffers when entering a Ruby debugger session. Thank you! - Martin Nordholts