From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo via "Bug reports for GNU Emacs, the Swiss army knife of text editors" Newsgroups: gmane.emacs.bugs Subject: bug#47369: 28.0.50; Current tab name is not correct after tab-rename Date: Thu, 25 Mar 2021 15:46:16 +0000 Message-ID: References: Reply-To: Andrea Corallo Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36941"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: 47369@debbugs.gnu.org To: Gerry Agbobada Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Mar 25 16:50: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 1lPSFO-0009X2-SJ for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 25 Mar 2021 16:50:10 +0100 Original-Received: from localhost ([::1]:53564 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lPSFN-00006i-QE for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 25 Mar 2021 11:50:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46046) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lPSCM-0005FB-BM for bug-gnu-emacs@gnu.org; Thu, 25 Mar 2021 11:47:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:55995) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lPSCL-0004NU-JT for bug-gnu-emacs@gnu.org; Thu, 25 Mar 2021 11:47:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lPSCL-0003BL-IX for bug-gnu-emacs@gnu.org; Thu, 25 Mar 2021 11:47:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 25 Mar 2021 15:47:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 47369 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: fixed Original-Received: via spool by 47369-submit@debbugs.gnu.org id=B47369.161668718212183 (code B ref 47369); Thu, 25 Mar 2021 15:47:01 +0000 Original-Received: (at 47369) by debbugs.gnu.org; 25 Mar 2021 15:46:22 +0000 Original-Received: from localhost ([127.0.0.1]:39308 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lPSBh-0003AR-OT for submit@debbugs.gnu.org; Thu, 25 Mar 2021 11:46:22 -0400 Original-Received: from mx.sdf.org ([205.166.94.24]:57947) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lPSBf-0003AE-OW for 47369@debbugs.gnu.org; Thu, 25 Mar 2021 11:46:20 -0400 Original-Received: from mab (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 12PFkGHK010306 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Thu, 25 Mar 2021 15:46:17 GMT In-Reply-To: (Gerry Agbobada's message of "Thu, 25 Mar 2021 00:28:06 +0100") 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:203009 Archived-At: Gerry Agbobada writes: > In a graphical Emacs, run this file named 'tab-name.el' > > #+BEGIN_SRC elisp > (tab-new) > (tab-rename "second tab") > (tab-next) > (tab-rename "first tab") > ;; Expecting "first tab" here. Instead got "tab-name.el" > (alist-get 'name (tab-bar--current-tab)) > #+END_SRC Hi Gerry, I just merged master into feature/native-comp (c6c7b30e4b) and I can't reproduce this anymore, I can only guess this was fixed into master and now the fix is in native-comp too. Could you give it a try? Thanks Andrea