From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Tabs are ready? Date: Thu, 02 Feb 2012 03:15:12 +0200 Organization: JURTA Message-ID: <87hazaf2mf.fsf@mail.jurta.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1328146083 12256 80.91.229.3 (2 Feb 2012 01:28:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 2 Feb 2012 01:28:03 +0000 (UTC) Cc: Emacs Dev To: Alin Soare Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 02 02:28:02 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RslT0-0002Vy-4l for ged-emacs-devel@m.gmane.org; Thu, 02 Feb 2012 02:28:02 +0100 Original-Received: from localhost ([::1]:38338 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RslSz-0001Xs-F2 for ged-emacs-devel@m.gmane.org; Wed, 01 Feb 2012 20:28:01 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:53089) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RslSw-0001Xc-7R for emacs-devel@gnu.org; Wed, 01 Feb 2012 20:27:59 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RslSt-0005FF-AW for emacs-devel@gnu.org; Wed, 01 Feb 2012 20:27:58 -0500 Original-Received: from ps18281.dreamhost.com ([69.163.218.105]:42111 helo=ps18281.dreamhostps.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RslSt-0005FB-1x for emacs-devel@gnu.org; Wed, 01 Feb 2012 20:27:55 -0500 Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 94AAB451C81D; Wed, 1 Feb 2012 17:26:41 -0800 (PST) In-Reply-To: (Alin Soare's message of "Thu, 2 Feb 2012 00:18:27 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 69.163.218.105 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:148108 Archived-At: > I have worked long time ago on tabs for console. I did not finish it, > because I did not have a clear point how to design their internals, and > nobody answered me at that time to work together, in order to define them. > I wrote just the code to display/hide them. Here is the post: > > http://lists.gnu.org/archive/html/emacs-devel/2010-12/msg00067.html > > Personally, I need tabs. When do you think they will be ready for use in > the main branch ? Wouldn't it be easier to implement tabs now with the help of Martin's side windows?