From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Buffer listing in multiple frames/ttys Date: Thu, 08 Dec 2005 14:29:34 -0500 Message-ID: References: <87wtinrypp.fsf@jurta.org> <87u0dqm5ta.fsf@jurta.org> <87pso9wvjo.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1134070860 32229 80.91.229.2 (8 Dec 2005 19:41:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 8 Dec 2005 19:41:00 +0000 (UTC) Cc: juri@jurta.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 08 20:40:52 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EkRb2-0006Qh-Kl for ged-emacs-devel@m.gmane.org; Thu, 08 Dec 2005 20:38:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EkRbL-0002P6-4u for ged-emacs-devel@m.gmane.org; Thu, 08 Dec 2005 14:38:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EkRTX-00088A-3v for emacs-devel@gnu.org; Thu, 08 Dec 2005 14:30:43 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EkRTT-00086Q-N5 for emacs-devel@gnu.org; Thu, 08 Dec 2005 14:30:40 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EkRTT-00086E-BZ for emacs-devel@gnu.org; Thu, 08 Dec 2005 14:30:39 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EkRUX-0005N0-DF for emacs-devel@gnu.org; Thu, 08 Dec 2005 14:31:45 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EkRSQ-0001cp-NI; Thu, 08 Dec 2005 14:29:34 -0500 Original-To: lorentey@elte.hu (=?iso-8859-2?Q?K=E1roly_L=F5rentey?=) In-reply-to: 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:47243 Archived-At: Ah, good idea. I implemented this in the patch at the end of this message. It involves adding a new element to the frame struct, and changing switch-to-buffer, bury-buffer and kill-buffer etc. to maintain the list. This might be a good change, but at this point we want to avoid making such far-reaching changes. Let's look for a less radical change that would result in some sort of consistent behavior.