From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Ingo Lohmar Newsgroups: gmane.emacs.devel Subject: [BUG] tab-bar-move-tab-to missing force-mode-line-update Date: Sat, 26 Oct 2019 14:58:40 +0200 Message-ID: <87imobk6in.fsf@kenko.localhost.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="109448"; mail-complaints-to="usenet@blaine.gmane.org" To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 26 14:58:54 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.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 1iOLef-000SIB-34 for ged-emacs-devel@m.gmane.org; Sat, 26 Oct 2019 14:58:53 +0200 Original-Received: from localhost ([::1]:40016 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iOLed-0007zl-Vy for ged-emacs-devel@m.gmane.org; Sat, 26 Oct 2019 08:58:52 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41444) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iOLeX-0007sS-6N for emacs-devel@gnu.org; Sat, 26 Oct 2019 08:58:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iOLeV-0002kg-On for emacs-devel@gnu.org; Sat, 26 Oct 2019 08:58:44 -0400 Original-Received: from mout01.posteo.de ([185.67.36.65]:49742) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iOLeV-0002k4-8u for emacs-devel@gnu.org; Sat, 26 Oct 2019 08:58:43 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 5F95E16005F for ; Sat, 26 Oct 2019 14:58:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1572094721; bh=ZfrfWff3kPx7+oNouWjPibwVxGqiUAliIPBOeucnYTY=; h=From:To:Subject:Date:From; b=haycnTnNrALfQmbmMJDju1CfCa0h815NMWmdOmjbxJCuX2h/RuUDFl1tqBztz46uk kxNFX6s46/Oel+0qiezT8Q6rT0bFAzGHbOL+4ZMZhISUNLX26mRSD1v1z6PEMTKXZP ZfbLEND3c7KBYZUqhKWpb9udabRBYNpS5AS5eFreRL9oS0278CGwiPY6j16cBPg4e5 fEtE5mhXMxQ1Kw5nPBuSSp75zG8mFfdguQ5DU38SDaqhF1wmELDk1xKz0VTShwsEH9 HyxcYnM8IlcdJyntgA6sDFER9c5N7zVQC/ReVS8hY7AXbLD9+xcuxgVnkn0s8DexAA JsLVQ4a8g+VBA== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 470gym321Gz6tm6 for ; Sat, 26 Oct 2019 14:58:40 +0200 (CEST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 185.67.36.65 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:241451 Archived-At: Related to the recent thread about mode-line/header updates, the `tab-bar-move-tab-to' is missing a final `(force-mode-line-update)', otherwise the tab title is not updated directly after moving the tab, but only on the /following/ command. Since it was relevant last time: I do *not* use tab-bar-mode, and I have the frame-title set by (setq frame-title-format '("emacs --- " ((bound-and-true-p wconf-string) wconf-string) ((bound-and-true-p tab-bar-tab-name-function) (:eval (format "%d: %s" (tab-bar--current-tab-index) (funcall tab-bar-tab-name-function)))) (multiple-frames " %b") ;else too busy (global-mode-string ;time, load, battery? (" " global-mode-string)) " "))