From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Felix E. Klee" Newsgroups: gmane.emacs.help Subject: Switching between buffers in split windows Date: Thu, 17 Oct 2002 13:44:50 +0200 Organization: (Posted via) INKA e.V. http://www.inka.de/ Sender: help-gnu-emacs-admin@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: main.gmane.org 1034960330 5202 80.91.224.249 (18 Oct 2002 16:58:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 18 Oct 2002 16:58:50 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 182aSW-0001Lj-00 for ; Fri, 18 Oct 2002 18:58:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 182ZgX-0006CS-00; Fri, 18 Oct 2002 12:09:13 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!feed.news.nacamar.de!news.belwue.de!news.uni-stuttgart.de!rz.uni-karlsruhe.de!schlund.de!inka.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: puric.inka.de Original-X-Trace: sapa.inka.de 1034854948 20176 212.227.14.17 (17 Oct 2002 11:42:28 GMT) Original-X-Complaints-To: newsmaster@inka.de Original-NNTP-Posting-Date: 17 Oct 2002 11:42:28 GMT User-Agent: KNode/0.7.1 Original-Xref: shelby.stanford.edu gnu.emacs.help:106142 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:2700 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2700 Hi, I already asked this on comp.emacs a couple of days ago but got only one reply via email from someone who misunderstood my post. Now, the message: Often, I split an EMACS window horizontally into two windows to edit two different portions of the same buffer *A*. Sometimes, I need to temporarily switch to another buffer *B* via "C-x b" in one of the windows. This works fine and quick. However, hitting "C-x b" again doesn't return me to where I came from, but instead displays another buffer *C* because *A* is already displayed. Of course, this is how it's supposed to work, but I want to change that behavior: How do I make "C-x b" redisplay the portion of *A* that I was editing previously? Felix