From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#51247: 28.0.60; Insufficient documentation of tab-bar.el internal functions Date: Mon, 18 Oct 2021 20:02:21 +0300 Organization: LINKOV.NET Message-ID: <8735oyl10i.fsf@mail.linkov.net> References: <831r4kghcu.fsf@gnu.org> <87y26ry3vs.fsf@mail.linkov.net> <83mtn7frz3.fsf@gnu.org> <87tuhfv726.fsf@mail.linkov.net> <83lf2rforp.fsf@gnu.org> <87mtn7v4cw.fsf@mail.linkov.net> <83h7dffnlc.fsf@gnu.org> <87a6j7v3e2.fsf@mail.linkov.net> <83bl3mftqm.fsf@gnu.org> <87czo2peob.fsf@mail.linkov.net> <83a6j6e1d4.fsf@gnu.org> <87wnmal1u8.fsf@mail.linkov.net> <838ryqe0ll.fsf@gnu.org> <837deae081.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3999"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) Cc: 51247@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Oct 18 19:03:11 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1mcW2Y-0000q6-UE for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 18 Oct 2021 19:03:10 +0200 Original-Received: from localhost ([::1]:53786 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mcW2X-0006Xo-GI for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 18 Oct 2021 13:03:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44666) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mcW2Q-0006X7-T4 for bug-gnu-emacs@gnu.org; Mon, 18 Oct 2021 13:03:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:36883) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mcW2Q-0003zU-KY for bug-gnu-emacs@gnu.org; Mon, 18 Oct 2021 13:03:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mcW2Q-0004bd-Hg for bug-gnu-emacs@gnu.org; Mon, 18 Oct 2021 13:03:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 18 Oct 2021 17:03:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51247 X-GNU-PR-Package: emacs Original-Received: via spool by 51247-submit@debbugs.gnu.org id=B51247.163457656617678 (code B ref 51247); Mon, 18 Oct 2021 17:03:02 +0000 Original-Received: (at 51247) by debbugs.gnu.org; 18 Oct 2021 17:02:46 +0000 Original-Received: from localhost ([127.0.0.1]:48429 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mcW2A-0004b4-CV for submit@debbugs.gnu.org; Mon, 18 Oct 2021 13:02:46 -0400 Original-Received: from relay1-d.mail.gandi.net ([217.70.183.193]:59925) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mcW29-0004ap-C0 for 51247@debbugs.gnu.org; Mon, 18 Oct 2021 13:02:45 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 01DA6240007; Mon, 18 Oct 2021 17:02:38 +0000 (UTC) In-Reply-To: <837deae081.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 18 Oct 2021 20:01:18 +0300") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:217508 Archived-At: > Or let me turn the table and ask you to explain to a potential Lisp > programmer what to expect from adding a function to the list in > tab-bar-format. Suppose J.R. Hacker wants to write a function > suitable for inclusion in this list, and suppose the function returns > a string or a list of menu items -- what should J.R. Hacker expect > from putting that function in this list? how will the tab bar display > the value returned by the function? It will display tabs or buttons from these menu items.