From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Buffer listing in multiple frames/ttys Date: Fri, 02 Dec 2005 23:09:03 +0200 Organization: JURTA Message-ID: <87wtinrypp.fsf@jurta.org> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1133558294 31542 80.91.229.2 (2 Dec 2005 21:18:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 2 Dec 2005 21:18:14 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 02 22:18:02 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EiIEi-0000rL-V4 for ged-emacs-devel@m.gmane.org; Fri, 02 Dec 2005 22:14:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EiIEi-0001Yn-Qe for ged-emacs-devel@m.gmane.org; Fri, 02 Dec 2005 16:14:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EiIEW-0001Yb-5f for emacs-devel@gnu.org; Fri, 02 Dec 2005 16:14:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EiIEU-0001YP-Mo for emacs-devel@gnu.org; Fri, 02 Dec 2005 16:14:19 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EiIEU-0001YL-KJ for emacs-devel@gnu.org; Fri, 02 Dec 2005 16:14:18 -0500 Original-Received: from [194.126.101.111] (helo=mail.neti.ee) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EiIEW-0000zp-Ne for emacs-devel@gnu.org; Fri, 02 Dec 2005 16:14:20 -0500 Original-Received: from mail.neti.ee (80-235-34-133-dsl.mus.estpak.ee [80.235.34.133]) by Relayhost1.neti.ee (Postfix) with ESMTP id 6EC7C1E81 for ; Fri, 2 Dec 2005 23:14:34 +0200 (EET) Original-To: emacs-devel@gnu.org In-Reply-To: (Drew Adams's message of "Mon, 28 Nov 2005 09:16:04 -0800") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Virus-Scanned: by amavisd-new-2.2.1 (20041222) (Debian) at neti.ee X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:46904 Archived-At: The current implementation of `buffer-list' frame parameter doesn't preserve the correct ordering of buffers selected in the same frame. After using `next-window' in one frame, `previous-window' in another frame gets the buffer buried in the first frame, but not in the same frame where it is called. Since two commands `next-window' and `previous-window' make a ring from the buffer list, this ring becomes broken when used in two or more frames. -- Juri Linkov http://www.jurta.org/emacs/