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: Fri, 09 Dec 2005 10:04:37 -0500 Message-ID: References: <87wtinrypp.fsf@jurta.org> <87u0dqm5ta.fsf@jurta.org> <87pso9wvjo.fsf@jurta.org> <87d5k770y4.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 1134153224 9052 80.91.229.2 (9 Dec 2005 18:33:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 9 Dec 2005 18:33:44 +0000 (UTC) Cc: lorentey@elte.hu, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 09 19:33:37 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Ekn1F-0002T5-SW for ged-emacs-devel@m.gmane.org; Fri, 09 Dec 2005 19:30:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ekn1b-0006hE-9J for ged-emacs-devel@m.gmane.org; Fri, 09 Dec 2005 13:31:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ekjol-00048j-Gu for emacs-devel@gnu.org; Fri, 09 Dec 2005 10:05:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ekjoj-00046G-1S for emacs-devel@gnu.org; Fri, 09 Dec 2005 10:05:49 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ekjoh-000450-Ny for emacs-devel@gnu.org; Fri, 09 Dec 2005 10:05:48 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Ekjpu-0002Za-Qc for emacs-devel@gnu.org; Fri, 09 Dec 2005 10:07:02 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EkjnZ-00036P-07; Fri, 09 Dec 2005 10:04:37 -0500 Original-To: Juri Linkov In-reply-to: <87d5k770y4.fsf@jurta.org> (message from Juri Linkov on Thu, 08 Dec 2005 23:56:53 +0200) 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:47317 Archived-At: Could you suggest another way of maintaining a frame-local list of buried buffers (buffers at the bottom of the frame-local buffer list accessible for cycling via `previous-buffer')? It could be an ordinary frame parameter, if only previous-buffer will access it. But I don't like the idea of changing primitives such as switch-to-buffer, bury-buffer, and kill-buffer. Not now. Perhaps it is better if next-buffer and previous-buffer simply use the global buffer list. It is not worth changing those primitives now just make a feature work in a slightly better way.