From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Francis Moreau Newsgroups: gmane.emacs.help Subject: windows.el misbehaviour ? Date: Mon, 17 Nov 2008 22:35:51 +0100 Organization: Aioe.org NNTP Server Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1226958062 10292 80.91.229.12 (17 Nov 2008 21:41:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Nov 2008 21:41:02 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 17 22:42:06 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 1L2BrB-0004x7-GP for geh-help-gnu-emacs@m.gmane.org; Mon, 17 Nov 2008 22:42:05 +0100 Original-Received: from localhost ([127.0.0.1]:40872 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L2Bq3-00009G-1Z for geh-help-gnu-emacs@m.gmane.org; Mon, 17 Nov 2008 16:40:55 -0500 Original-Path: news.stanford.edu!headwall.stanford.edu!news.glorb.com!feeder.erje.net!news.k-dsl.de!aioe.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 19 Original-NNTP-Posting-Host: V3qyHNRaZ4LsIBGa8YngNw.user.aioe.org Original-X-Complaints-To: abuse@aioe.org Original-NNTP-Posting-Date: Mon, 17 Nov 2008 21:35:56 +0000 (UTC) X-Notice: Filtered by postfilter v. 0.7.4 Cancel-Lock: sha1:UF0cEXboi9yUAzxtSJedMh//CFY= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) Original-Xref: news.stanford.edu gnu.emacs.help:164544 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:59877 Archived-At: Hello, I'm using windows.el package and notice a misbehaviour. For the sake of clarity I'm calling 'win' a window.el window and 'window' the usual emacs window. Let's say I'm on win#1 and create 2 windows (split horizontaly) of the same buffer. One of the window shows the start of the buffer and the second one shows the end of the buffer. If I move from win#1 to win#2 for example (by doing C-2) and come back to win#1 (C-1), both windows now show the start of the buffer. So the second window doesn't show the end of the buffer anymore. Is this behaviour expected ? thanks Francis