From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Tab bar tabs landed on master Date: Mon, 13 Jan 2020 18:49:27 +0200 Message-ID: <83sgkj5mjs.fsf@gnu.org> References: <8736gci5jn.fsf@mail.linkov.net> <83muej8a0f.fsf@gnu.org> <87zhijqfys.fsf@mail.linkov.net> <834l0r84at.fsf@gnu.org> <87bluyj51u.fsf@mail.linkov.net> <838spz45zc.fsf@gnu.org> <87a7aex2v9.fsf@mail.linkov.net> <83k19h3it3.fsf@gnu.org> <87sgo4tlic.fsf@mail.linkov.net> <83blusz7ec.fsf@gnu.org> <83y2xuur76.fsf@gnu.org> <871rvliwtu.fsf@mail.linkov.net> <83v9sxu4mc.fsf@gnu.org> <87sgkllhyl.fsf@mail.linkov.net> <83k15x73pp.fsf@gnu.org> <87a76smf4w.fsf@mail.linkov.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="182224"; mail-complaints-to="usenet@blaine.gmane.org" Cc: emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jan 13 17:52:54 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1ir2ub-000W56-C0 for ged-emacs-devel@m.gmane-mx.org; Mon, 13 Jan 2020 17:49:57 +0100 Original-Received: from localhost ([::1]:52874 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ir2ua-0004wR-17 for ged-emacs-devel@m.gmane-mx.org; Mon, 13 Jan 2020 11:49:56 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56413) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ir2u0-0004WA-Ou for emacs-devel@gnu.org; Mon, 13 Jan 2020 11:49:21 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:54913) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ir2u0-0005jA-DF; Mon, 13 Jan 2020 11:49:20 -0500 Original-Received: from [176.228.60.248] (port=1475 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ir2tz-0007rJ-Oq; Mon, 13 Jan 2020 11:49:20 -0500 In-reply-to: <87a76smf4w.fsf@mail.linkov.net> (message from Juri Linkov on Mon, 13 Jan 2020 01:25:19 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:244231 Archived-At: > From: Juri Linkov > Cc: emacs-devel@gnu.org > Date: Mon, 13 Jan 2020 01:25:19 +0200 > > I'd like to extend the documentation about tabs. > Whereas it's clear where to describe the recently added tab-bar > features (in the node “Tab Bars” under “Frames”), it's > not so clear where to describe major features of the tab-line. Are those user-level features or Lisp-level features? For the former, I wonder how much more would you like to tell. If just a little, maybe leave that in the current node. Otherwise, it should probably warrant its own node. For the latter, I guess a separate node, like we already have for "Header Lines", is TRT. > Shouldn't this node be split to more subnodes to describe them > separately It's currently just 49 lines, so I don't think dividing it further is justified. Thanks.