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: Gtk tabs in emacs, new branch. Date: Thu, 01 Apr 2010 21:02:32 +0300 Organization: JURTA Message-ID: <87bpe312n3.fsf@mail.jurta.org> References: <4BB49A8F.3000307@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1270145504 7725 80.91.229.12 (1 Apr 2010 18:11:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 1 Apr 2010 18:11:44 +0000 (UTC) Cc: emacs-devel To: Jan =?iso-8859-1?Q?Dj=E4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 01 20:11:39 2010 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.69) (envelope-from ) id 1NxOri-0008Ok-Qf for ged-emacs-devel@m.gmane.org; Thu, 01 Apr 2010 20:11:39 +0200 Original-Received: from localhost ([127.0.0.1]:57785 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NxOri-0007sv-2i for ged-emacs-devel@m.gmane.org; Thu, 01 Apr 2010 14:11:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NxOnP-0006MT-BQ for emacs-devel@gnu.org; Thu, 01 Apr 2010 14:07:11 -0400 Original-Received: from [140.186.70.92] (port=42688 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NxOnN-0006M1-GG for emacs-devel@gnu.org; Thu, 01 Apr 2010 14:07:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NxOnM-00066A-0B for emacs-devel@gnu.org; Thu, 01 Apr 2010 14:07:09 -0400 Original-Received: from smtp-out1.starman.ee ([85.253.0.3]:44340 helo=mx1.starman.ee) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NxOnL-00065A-Pa for emacs-devel@gnu.org; Thu, 01 Apr 2010 14:07:07 -0400 X-Virus-Scanned: by Amavisd-New at mx1.starman.ee Original-Received: from mail.starman.ee (82.131.34.136.cable.starman.ee [82.131.34.136]) by mx1.starman.ee (Postfix) with ESMTP id 8A7BF3F40BC; Thu, 1 Apr 2010 21:06:59 +0300 (EEST) In-Reply-To: <4BB49A8F.3000307@swipnet.se> ("Jan =?iso-8859-1?Q?Dj=E4rv=22?= =?iso-8859-1?Q?'s?= message of "Thu, 01 Apr 2010 15:07:27 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/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:123027 Archived-At: > I've published a new branch (I hope, it is the first time I do this) that > adds Gtk+ tabs to Emacs, Great! > it is at bzr.savannah.gnu.org/srv/bzr/emacs/gtk-tabs. Why the branch name is gtk-specific? I've been thinking about merging the non-toolkit tabs, but this branch name is too restrictive. > The TODO file talks about tabs on each window. To make this happen, at > least for Gtk+, each window needs to be its own widget, instead of one > widget per frame as we have now. This is a bigger task. Tabs on each window is what tabbar.el already does. I'm not sure if Gtk+ tabs are necessary for every window. Maybe what's need is to improve tabbar.el to use its own dedicated header window, because currently it conflicts with modes that use the same single header line (e.g. Info, proced, ruler-mode). -- Juri Linkov http://www.jurta.org/emacs/