From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: Re: AW: AW: Tabs in Emacs? Date: Wed, 18 Nov 2009 20:19:40 +0100 Message-ID: References: <4B029686.8080705@alice.it> <7b501d5c0911170532i5620ce86w57507fa95eecb1dc@mail.gmail.com> <7697A57B1AD9104F993CDF6A5B69430C08D5B6356B@CORPMAIL08.corp.capgemini.com> <87aayli4xv.fsf@catnip.gol.com> <7697A57B1AD9104F993CDF6A5B69430C08D5A97269@CORPMAIL08.corp.capgemini.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1258572099 5700 80.91.229.12 (18 Nov 2009 19:21:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Nov 2009 19:21:39 +0000 (UTC) Cc: "Berndl, Klaus" , Deniz Dogan , Emacs , Angelo Graziosi , Miles Bader To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 18 20:21:31 2009 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 1NAq5r-0004oB-0T for ged-emacs-devel@m.gmane.org; Wed, 18 Nov 2009 20:21:31 +0100 Original-Received: from localhost ([127.0.0.1]:45472 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAq5q-0003r3-Ds for ged-emacs-devel@m.gmane.org; Wed, 18 Nov 2009 14:21:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NAq4H-0001gr-3E for emacs-devel@gnu.org; Wed, 18 Nov 2009 14:19:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NAq4B-0001Xb-RA for emacs-devel@gnu.org; Wed, 18 Nov 2009 14:19:52 -0500 Original-Received: from [199.232.76.173] (port=33194 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAq4B-0001XK-Ln for emacs-devel@gnu.org; Wed, 18 Nov 2009 14:19:47 -0500 Original-Received: from proxy2.bredband.net ([195.54.101.72]:33388) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NAq49-0000bQ-Ns; Wed, 18 Nov 2009 14:19:45 -0500 Original-Received: from ipb2.telenor.se (195.54.127.165) by proxy2.bredband.net (7.3.140.3) id 4AD3E1BC0105063D; Wed, 18 Nov 2009 20:19:43 +0100 X-SMTPAUTH-B2: joakvero X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AilMAFbXA0tT44qWPGdsb2JhbACJKZJPAQEBATe7FoQ7BA X-IronPort-AV: E=Sophos;i="4.44,766,1249250400"; d="scan'208";a="4959716" Original-Received: from ua-83-227-138-150.cust.bredbandsbolaget.se (HELO exodia) ([83.227.138.150]) by ipb2.telenor.se with ESMTP; 18 Nov 2009 20:19:42 +0100 Original-Received: from localhost.localdomain (DIR-655.lan [192.168.200.113]) (authenticated bits=0) by exodia (8.14.3/8.14.3) with ESMTP id nAIJJewd023074 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Wed, 18 Nov 2009 20:19:41 +0100 In-Reply-To: (Stefan Monnier's message of "Wed, 18 Nov 2009 09:56:23 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: 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:117207 Archived-At: Stefan Monnier writes: >> While a window-configuration switching implementation is useful in some >> cases (e.g. eclipses uses a sort of similar system for switching between > [...] >> I think many users might just want to switch between buffers, and have >> tabs automatically added for each buffer (perhaps limiting the number >> displayed in a MRU fashion, e.g., how eclipse handles source file tabs). > > To me it's clear that the C part of the code should offer a "tabs" > widget which the Elisp code can then place anywhere in the window tree. > So you can have it at the root (tabs-fer-frame), or at the leaf > (tabs-per-window), or in-between (for things like ECB maybe). > It could presumably already be almost possible with my xwidgets patch. Ill see if I can put together some demo code. > > Stefan > -- Joakim Verona