From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Tab bar Date: Wed, 09 Apr 2008 06:34:20 -0400 Message-ID: References: <87wsnaso3h.fsf@jurta.org> <87d4p2tuim.fsf@jurta.org> <000201c898c9$bf7eb620$c2b22382@us.oracle.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1207737995 27438 80.91.229.12 (9 Apr 2008 10:46:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Apr 2008 10:46:35 +0000 (UTC) Cc: juri@jurta.org, koppel@ece.lsu.edu, drew.adams@oracle.com, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 09 12:47:08 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 1JjXpV-0005W7-7I for ged-emacs-devel@m.gmane.org; Wed, 09 Apr 2008 12:47:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JjXor-0005om-3D for ged-emacs-devel@m.gmane.org; Wed, 09 Apr 2008 06:46:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JjXdJ-0003OX-AD for emacs-devel@gnu.org; Wed, 09 Apr 2008 06:34:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JjXdG-0003Np-VR for emacs-devel@gnu.org; Wed, 09 Apr 2008 06:34:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JjXdF-0003Ne-DU for emacs-devel@gnu.org; Wed, 09 Apr 2008 06:34:21 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JjXdF-0000xe-55 for emacs-devel@gnu.org; Wed, 09 Apr 2008 06:34:21 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JjXdE-0000Sj-9C; Wed, 09 Apr 2008 06:34:20 -0400 In-reply-to: (message from Stefan Monnier on Tue, 08 Apr 2008 21:56:04 -0400) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:94777 Archived-At: I'm not wedded to the idea of having a separate window for each tabbar, it's just an idea for how to create a more flexible tabbar entirely in Elisp. This must be implemented in C, so that we can adjust its appearance to make it look right. Given that, I think other half-baked implementations are not very useful effort. What we need is for someone to implement tabs in C, using toolkit widgets for toolkits that provide them.