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: Sun, 27 Jan 2008 21:08:50 -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> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1201486155 15528 80.91.229.12 (28 Jan 2008 02:09:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Jan 2008 02:09:15 +0000 (UTC) Cc: emacs-devel@gnu.org To: bob@rattlesnake.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 28 03:09:34 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 1JJJRC-0001Td-IH for ged-emacs-devel@m.gmane.org; Mon, 28 Jan 2008 03:09:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JJJQl-0003NB-Td for ged-emacs-devel@m.gmane.org; Sun, 27 Jan 2008 21:09:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JJJQi-0003N6-5s for emacs-devel@gnu.org; Sun, 27 Jan 2008 21:09:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JJJQf-0003Mu-Py for emacs-devel@gnu.org; Sun, 27 Jan 2008 21:08:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JJJQf-0003Mr-KF for emacs-devel@gnu.org; Sun, 27 Jan 2008 21:08:57 -0500 Original-Received: from 206-248-159-121.dsl.teksavvy.com ([206.248.159.121] helo=ceviche.home) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JJJQf-00072h-Ae for emacs-devel@gnu.org; Sun, 27 Jan 2008 21:08:57 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 06156B40DF; Sun, 27 Jan 2008 21:08:51 -0500 (EST) In-Reply-To: (Robert J. Chassell's message of "Sun, 27 Jan 2008 23:31:18 +0000 (UTC)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:87676 Archived-At: > where only one of the tabs of a frame can be displayed at a time, just > like frames on a single tty). > In a tty, using W3M mode, which works in but is not part of GNU Emacs, > I am able to view multiple windows, each with one lightweight tab > buffer visible in it. I am not limited to one window per frame. I was talking about frame-level tabs, not window-level tabs. Stefan