From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Tab bar tabs landed on master Date: Sun, 19 Apr 2020 02:56:08 +0300 Organization: LINKOV.NET Message-ID: <87k12c49vz.fsf@mail.linkov.net> 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> <83sgkj5mjs.fsf@gnu.org> <8736cjc4m2.fsf@mail.linkov.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="37890"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Apr 19 02:07:48 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jPxUx-0009m9-Pi for ged-emacs-devel@m.gmane-mx.org; Sun, 19 Apr 2020 02:07:47 +0200 Original-Received: from localhost ([::1]:34738 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jPxUw-000873-Si for ged-emacs-devel@m.gmane-mx.org; Sat, 18 Apr 2020 20:07:46 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52812) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jPxUN-0007ge-JV for emacs-devel@gnu.org; Sat, 18 Apr 2020 20:07:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jPxUM-00021q-Pi for emacs-devel@gnu.org; Sat, 18 Apr 2020 20:07:11 -0400 Original-Received: from relay12.mail.gandi.net ([217.70.178.232]:38867) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jPxUK-0001yJ-GW; Sat, 18 Apr 2020 20:07:08 -0400 Original-Received: from mail.gandi.net (m91-129-99-85.cust.tele2.ee [91.129.99.85]) (Authenticated sender: juri@linkov.net) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 3663E200008; Sun, 19 Apr 2020 00:07:02 +0000 (UTC) In-Reply-To: <8736cjc4m2.fsf@mail.linkov.net> (Juri Linkov's message of "Tue, 14 Jan 2020 01:35:01 +0200") Received-SPF: pass client-ip=217.70.178.232; envelope-from=juri@linkov.net; helo=relay12.mail.gandi.net X-detected-operating-system: by eggs.gnu.org: Linux 3.11 and newer [fuzzy] X-Received-From: 217.70.178.232 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.io gmane.emacs.devel:247255 Archived-At: >>> 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? > > User-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. > > Not too much, but still enough for a separate node, mainly to mention > basic customizable options and also to describe the difference between > tab-bar and tab-line, with cross-references between the node "Tab Bars" > and a new node "Window Tab Lines" (in the Emacs manual). Like a new node "Image Mode" was created from "File Conveniences", I could split "Window Convenience" to new node "Window Tab Lines" to describe all features of global-tab-line-mode. Also I could describe more features of the Windmove package, but maybe they will fit into the same node "Window Convenience".