From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: Buffer listing in multiple frames/ttys Date: Wed, 7 Dec 2005 08:54:46 -0800 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1133979745 19501 80.91.229.2 (7 Dec 2005 18:22:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 7 Dec 2005 18:22:25 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 07 19:22:19 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Ek3vb-0007f3-2K for ged-emacs-devel@m.gmane.org; Wed, 07 Dec 2005 19:22:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ek3vq-0004r3-Ac for ged-emacs-devel@m.gmane.org; Wed, 07 Dec 2005 13:22:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ek2ZS-00050u-4n for emacs-devel@gnu.org; Wed, 07 Dec 2005 11:55:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ek2ZP-0004y1-22 for emacs-devel@gnu.org; Wed, 07 Dec 2005 11:55:09 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ek2ZN-0004ww-Ni for emacs-devel@gnu.org; Wed, 07 Dec 2005 11:55:06 -0500 Original-Received: from [148.87.122.30] (helo=rgminet01.oracle.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1Ek2aF-0004Dr-Sn for emacs-devel@gnu.org; Wed, 07 Dec 2005 11:56:00 -0500 Original-Received: from rgmsgw300.us.oracle.com (rgmsgw300.us.oracle.com [138.1.186.49]) by rgminet01.oracle.com (Switch-3.1.6/Switch-3.1.6) with ESMTP id jB7Gsl6j014609 for ; Wed, 7 Dec 2005 09:54:47 -0700 Original-Received: from rgmsgw300.us.oracle.com (localhost [127.0.0.1]) by rgmsgw300.us.oracle.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id jB7Gsk6S014895 for ; Wed, 7 Dec 2005 09:54:46 -0700 Original-Received: from dradamslap (dradams-lap.us.oracle.com [130.35.177.126]) by rgmsgw300.us.oracle.com (Switch-3.1.7/Switch-3.1.7) with SMTP id jB7Gsku9014887 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Wed, 7 Dec 2005 09:54:46 -0700 Original-To: X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Importance: Normal X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE 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:47125 Archived-At: > I may have misunderstood (I have not been following the latest part > of this thread closely), but IIUC this would, for the same reasons > discussed earlier, be inappropriate for many of us who use > pop-up-frames = t. we should make it optional. I would really prefer not to introduce yet another user option for this, though. Therefore I suggest that we reuse the new `Buffer-menu-use-frame-buffer-list' option for this as well. (After renaming it to something generic, say, `use-frame-buffer-list'.) There is little reason to keep them separate. Yes, it would be reasonable to use the same option. I'd repeat, though, that it would make sense for the default value of the option to come from the value of pop-up-frames: I still believe that most people who use pop-up-frames = t will want to set this option to nil (so, they would prefer that that behavior be the default for non-nil pop-up-frames), but I don't mind setting the option to get the old behavior. That way, people who use one-buffer-per-frame-by-default would not need to change anything, beyond setting pop-up-frames = t. I think that covers most (but not all) people who set pop-up-frames = t.