From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Tabbed buffers Date: Sat, 26 Jan 2008 20:41:43 -0500 Message-ID: References: <18330.23354.579245.68671@kahikatea.snap.net.nz> <87ejc5sf4l.fsf@catnip.gol.com> <18330.29609.396872.678539@kahikatea.snap.net.nz> <87wspxqwjv.fsf@catnip.gol.com> <87wspwslce.fsf@stupidchicken.com> <87fxwknjwa.fsf@catnip.gol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1201398129 10657 80.91.229.12 (27 Jan 2008 01:42:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 27 Jan 2008 01:42:09 +0000 (UTC) Cc: nickrob@snap.net.nz, Chong Yidong , rms@gnu.org, emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 27 02:42:27 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JIwXR-0005ph-PA for ged-emacs-devel@m.gmane.org; Sun, 27 Jan 2008 02:42:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JIwX1-0007lJ-9i for ged-emacs-devel@m.gmane.org; Sat, 26 Jan 2008 20:41:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JIwWx-0007jQ-NS for emacs-devel@gnu.org; Sat, 26 Jan 2008 20:41:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JIwWv-0007gF-Vu for emacs-devel@gnu.org; Sat, 26 Jan 2008 20:41:55 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JIwWv-0007g2-S1 for emacs-devel@gnu.org; Sat, 26 Jan 2008 20:41:53 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JIwWo-0001jQ-Sn; Sat, 26 Jan 2008 20:41:47 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAAPpvm0fO+J95dGdsb2JhbACQKAEwmyl+ X-IronPort-AV: E=Sophos;i="4.25,255,1199682000"; d="scan'208";a="13257259" Original-Received: from smtp.pppoe.ca ([65.39.196.238]) by ironport2-out.pppoe.ca with ESMTP; 26 Jan 2008 20:41:43 -0500 Original-Received: from pastel.home ([206.248.159.121]) by smtp.pppoe.ca (Internet Mail Server v1.0) with ESMTP id HCQ73444; Sat, 26 Jan 2008 20:41:44 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id C7542858A; Sat, 26 Jan 2008 20:41:43 -0500 (EST) In-Reply-To: <87fxwknjwa.fsf@catnip.gol.com> (Miles Bader's message of "Sun, 27 Jan 2008 10:21:09 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:87618 Archived-At: > Such "buffer switching" usage _could_ work with your implementation, if > Emacs sticks to one window per frame, though -- and maybe users used to > that style would even _like_ one window per frame -- so maybe a > combination of settings could make everything work nicely in that case, > e.g., having the tab title default to the [first/only?] buffer name, and > configuring emacs to always create new tabs instead of new windows...? That's pretty much what I was suggesting: introduce a pop-up-tabs variable between pop-up-windows and pop-up-frames. Stefan