all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@linkov.net>
To: "T.V Raman" <raman@google.com>
Cc: emacs-devel@gnu.org
Subject: Re: tab-rename broken/changed?
Date: Tue, 23 Mar 2021 20:37:52 +0200	[thread overview]
Message-ID: <87blb94sxr.fsf@mail.linkov.net> (raw)
In-Reply-To: <24664.61337.255132.47604@retriever.mtv.corp.google.com> (T. V. Raman's message of "Mon, 22 Mar 2021 12:27:21 -0700")

> :-) And rather than waiting for the grand internal API arrives,
> perhaps clone the simple solution I have into a
> tab-bar-current-tab-name function --- botom-up APIs usually point the
> way to the final top-down API

A tab can have more attributes than a 'name',
for example, there is a new attribute 'group'.
So it would be easier to continue accessing
tab data using 'assoc'.  BTW, there is a simpler function
than 'assoc' and 'cdr', just use (alist-get 'name tab).

Also there is an existing function 'tab-bar--current-tab'
to get the current tab.  The only problem is that it's
an internal function whose behavior is not guaranteed not to change.
Than maybe it would be easier just to create an alias to the
internal function, but without -- in its name.



  reply	other threads:[~2021-03-23 18:37 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-21 13:47 tab-rename broken/changed? T.V Raman
2021-03-21 20:05 ` Juri Linkov
2021-03-22  1:34   ` T.V Raman
2021-03-22 18:56     ` Juri Linkov
2021-03-22 19:27       ` T.V Raman
2021-03-23 18:37         ` Juri Linkov [this message]
2021-03-21 20:55 ` Juri Linkov
2021-03-22  1:35   ` T.V Raman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87blb94sxr.fsf@mail.linkov.net \
    --to=juri@linkov.net \
    --cc=emacs-devel@gnu.org \
    --cc=raman@google.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.