From unknown Wed Aug 20 06:40:28 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#37699 <37699@debbugs.gnu.org> To: bug#37699 <37699@debbugs.gnu.org> Subject: Status: global-tab-line-mode and dired "*Marked Files*" buffer Reply-To: bug#37699 <37699@debbugs.gnu.org> Date: Wed, 20 Aug 2025 13:40:28 +0000 retitle 37699 global-tab-line-mode and dired "*Marked Files*" buffer reassign 37699 emacs submitter 37699 Stefan Kangas severity 37699 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 10 19:17:30 2019 Received: (at submit) by debbugs.gnu.org; 10 Oct 2019 23:17:30 +0000 Received: from localhost ([127.0.0.1]:57299 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iIhgX-0004wt-IP for submit@debbugs.gnu.org; Thu, 10 Oct 2019 19:17:30 -0400 Received: from lists.gnu.org ([209.51.188.17]:45259) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iIhgV-0004wl-VL for submit@debbugs.gnu.org; Thu, 10 Oct 2019 19:17:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36567) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iIhgU-0003vG-KQ for bug-gnu-emacs@gnu.org; Thu, 10 Oct 2019 19:17:27 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_40,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iIhgS-00048p-Nx for bug-gnu-emacs@gnu.org; Thu, 10 Oct 2019 19:17:26 -0400 Received: from mail-pg1-f170.google.com ([209.85.215.170]:32956) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iIhgQ-00046E-NP for bug-gnu-emacs@gnu.org; Thu, 10 Oct 2019 19:17:24 -0400 Received: by mail-pg1-f170.google.com with SMTP id i76so4642820pgc.0 for ; Thu, 10 Oct 2019 16:17:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=C9u8j0VYOdaalBGNDGDQGJNZDgj4Xt3IdoWP8zEWaoY=; b=m5rdUijw22SmyXEqkp6MjnrWqfW9diLLJCSEINQAfM/Xph3j9xHlZPueCHRXhKDbSe 66xzXoXpr00PlfgjQt5vrZ1NLS8/3t3s2bcwE7sq5/z8sqs2bpa1gEbCxtxaGFmYo1MC YVC6VDxnwdcKFyCsGNdPbUkvqJm/dsYhacetNCWvVmyAL7hfoSISRAgufKAmzte+78U9 2bIDGz8SAx2qEcSmYalMfZJGk6QSXpK7H/8iwvzoflzVylA/Fsr1XgZlOtBBScm4+BIc PiltMUsY8ixwzeQZUgzNBST/bwdZO+o+FB5CRXS/LZt7RppKC+Ft61UwwMfX3XTaOHqX yj0A== X-Gm-Message-State: APjAAAUSrdetVTG3pYAmLMUZnuY2INzMV5CL69nXVTkJCZegUqKO9vgS mmJdDH20Ej00vG5uB1oE2sV1+QolhO+2XJtEgd4Hbsjh X-Google-Smtp-Source: APXvYqztGAiHLAEqOB24j5A/m8sr5R1mZSb4+TbWuJ4nAYVGwbSS4FmHDggjw7Y1AcS21bqRhSqGfbnS/PMz904TDlE= X-Received: by 2002:a63:1c03:: with SMTP id c3mr13257741pgc.198.1570749439572; Thu, 10 Oct 2019 16:17:19 -0700 (PDT) MIME-Version: 1.0 From: Stefan Kangas Date: Fri, 11 Oct 2019 01:17:08 +0200 Message-ID: Subject: global-tab-line-mode and dired "*Marked Files*" buffer To: bug-gnu-emacs@gnu.org Content-Type: text/plain; charset="UTF-8" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.215.170 X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.1 (--) Steps to reproduce: 0. emacs -Q 1. M-x dired RET RET 2. M-x global-tab-line-mode 2. Mark some files using "m" 3. Type some command e.g. "!" Result: There are tabs in the window showing the "*Marked Files*" buffer. There should be no tabs in this window. I believe the function dired-mark-pop-up is where we show the marked files. Best regards, Stefan Kangas From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 20 18:41:48 2019 Received: (at 37699) by debbugs.gnu.org; 20 Oct 2019 22:41:48 +0000 Received: from localhost ([127.0.0.1]:55439 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iMJtT-0005GQ-JS for submit@debbugs.gnu.org; Sun, 20 Oct 2019 18:41:47 -0400 Received: from buffalo.birch.relay.mailchannels.net ([23.83.209.24]:48223) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iMJtQ-0005GG-PO for 37699@debbugs.gnu.org; Sun, 20 Oct 2019 18:41:46 -0400 X-Sender-Id: dreamhost|x-authsender|jurta@jurta.org Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 2C4656A12BD; Sun, 20 Oct 2019 22:41:42 +0000 (UTC) Received: from pdx1-sub0-mail-a8.g.dreamhost.com (100-96-87-223.trex.outbound.svc.cluster.local [100.96.87.223]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id BD4E36A135F; Sun, 20 Oct 2019 22:41:41 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|jurta@jurta.org Received: from pdx1-sub0-mail-a8.g.dreamhost.com ([TEMPUNAVAIL]. [64.90.62.162]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.18.5); Sun, 20 Oct 2019 22:41:42 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|jurta@jurta.org X-MailChannels-Auth-Id: dreamhost X-Squirrel-Abaft: 294b06562309620f_1571611301981_335996452 X-MC-Loop-Signature: 1571611301981:141788628 X-MC-Ingress-Time: 1571611301980 Received: from pdx1-sub0-mail-a8.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a8.g.dreamhost.com (Postfix) with ESMTP id C0EF097EDA; Sun, 20 Oct 2019 15:41:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=linkov.net; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=linkov.net; bh=DJXlDdrKExndXsaspS2JB5KziY0=; b= pyODPngCUZvRo5Yqt1mRnSxHo0VckWlsiuwLMFr1l7PXHth8Z2gl01AwmgrOQFdo MO4xGSNKqHH8HxxHsbIlIqCNJ/8sVT8ASPzVnRb/LMXVAg17neBZmQfJ3IAsiWfP QGxJGkAfaO/f/rATgzqUupnpwLVGM8JqHxh5g2e4CWU= Received: from mail.jurta.org (m91-129-98-153.cust.tele2.ee [91.129.98.153]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: jurta@jurta.org) by pdx1-sub0-mail-a8.g.dreamhost.com (Postfix) with ESMTPSA id C53EE97ED7; Sun, 20 Oct 2019 15:41:37 -0700 (PDT) X-DH-BACKEND: pdx1-sub0-mail-a8 From: Juri Linkov To: Stefan Kangas Subject: Re: bug#37699: global-tab-line-mode and dired "*Marked Files*" buffer Organization: LINKOV.NET References: Date: Mon, 21 Oct 2019 01:34:16 +0300 In-Reply-To: (Stefan Kangas's message of "Fri, 11 Oct 2019 01:17:08 +0200") Message-ID: <87imojdqfz.fsf@mail.linkov.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 37699 Cc: 37699@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) > Steps to reproduce: > > 0. emacs -Q > 1. M-x dired RET RET > 2. M-x global-tab-line-mode > 2. Mark some files using "m" > 3. Type some command e.g. "!" > > Result: There are tabs in the window showing the "*Marked Files*" buffer. > > There should be no tabs in this window. I believe the function > dired-mark-pop-up is where we show the marked files. I propose the following patch: diff --git a/lisp/dired.el b/lisp/dired.el index 3146511305..75dfbc4b9a 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -3436,7 +3436,8 @@ dired-mark-pop-up (dired-format-columns-of-files (if (eq (car files) t) (cdr files) files)) (remove-text-properties (point-min) (point-max) - '(mouse-face nil help-echo nil))))))) + '(mouse-face nil help-echo nil)) + (setq tab-line-format nil)))))) (defun dired-format-columns-of-files (files) (let ((beg (point))) From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 23 17:36:18 2019 Received: (at 37699) by debbugs.gnu.org; 23 Oct 2019 21:36:19 +0000 Received: from localhost ([127.0.0.1]:35105 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iNOIk-0007VS-LR for submit@debbugs.gnu.org; Wed, 23 Oct 2019 17:36:18 -0400 Received: from black.elm.relay.mailchannels.net ([23.83.212.19]:27704) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iNOIj-0007VK-Mx for 37699@debbugs.gnu.org; Wed, 23 Oct 2019 17:36:18 -0400 X-Sender-Id: dreamhost|x-authsender|jurta@jurta.org Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 86595600E55; Wed, 23 Oct 2019 21:36:16 +0000 (UTC) Received: from pdx1-sub0-mail-a50.g.dreamhost.com (100-96-171-212.trex.outbound.svc.cluster.local [100.96.171.212]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id D0C87601060; Wed, 23 Oct 2019 21:36:15 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|jurta@jurta.org Received: from pdx1-sub0-mail-a50.g.dreamhost.com ([TEMPUNAVAIL]. [64.90.62.162]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.18.5); Wed, 23 Oct 2019 21:36:16 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|jurta@jurta.org X-MailChannels-Auth-Id: dreamhost X-Company-Fumbling: 13942a8d0329ec84_1571866576067_3768973723 X-MC-Loop-Signature: 1571866576067:2507325058 X-MC-Ingress-Time: 1571866576066 Received: from pdx1-sub0-mail-a50.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a50.g.dreamhost.com (Postfix) with ESMTP id 7AC3C84FFB; Wed, 23 Oct 2019 14:36:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=linkov.net; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=linkov.net; bh=/O2x7Eh5VnJKP0byO/gr9bFg6zM=; b= GnbqZQ5yroobz3te/55e48qnnsImvYSgLMhooyBrwd1lJOv9kXbMak3YokhWhK+W rnksy9L3y9VksX6yr1XhIpb24qRACywz+nPMiaYCEPKcszi1tv9dVUW78fwxmbba d2ixzU1JMW9O/q7uODrGBsbdGFhXdaSsJtWxWbQa+XQ= Received: from mail.jurta.org (m91-129-98-153.cust.tele2.ee [91.129.98.153]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: jurta@jurta.org) by pdx1-sub0-mail-a50.g.dreamhost.com (Postfix) with ESMTPSA id 77BF084FFE; Wed, 23 Oct 2019 14:36:07 -0700 (PDT) X-DH-BACKEND: pdx1-sub0-mail-a50 From: Juri Linkov To: Stefan Kangas Subject: Re: bug#37699: global-tab-line-mode and dired "*Marked Files*" buffer Organization: LINKOV.NET References: <87imojdqfz.fsf@mail.linkov.net> Date: Thu, 24 Oct 2019 00:34:30 +0300 In-Reply-To: <87imojdqfz.fsf@mail.linkov.net> (Juri Linkov's message of "Mon, 21 Oct 2019 01:34:16 +0300") Message-ID: <87y2xbcfix.fsf@mail.linkov.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 37699 Cc: 37699@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) >> Steps to reproduce: >> >> 0. emacs -Q >> 1. M-x dired RET RET >> 2. M-x global-tab-line-mode >> 2. Mark some files using "m" >> 3. Type some command e.g. "!" >> >> Result: There are tabs in the window showing the "*Marked Files*" buffer. >> >> There should be no tabs in this window. I believe the function >> dired-mark-pop-up is where we show the marked files. > > I propose the following patch: This is pushed now. Please confirm if everything is right before closing. From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 26 18:42:28 2019 Received: (at 37699) by debbugs.gnu.org; 26 Oct 2019 22:42:28 +0000 Received: from localhost ([127.0.0.1]:41536 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iOUlQ-0003mu-1Q for submit@debbugs.gnu.org; Sat, 26 Oct 2019 18:42:28 -0400 Received: from brown.birch.relay.mailchannels.net ([23.83.209.23]:61285) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iOUlN-0003mj-Dt for 37699@debbugs.gnu.org; Sat, 26 Oct 2019 18:42:26 -0400 X-Sender-Id: dreamhost|x-authsender|jurta@jurta.org Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 126401A0190; Sat, 26 Oct 2019 22:42:24 +0000 (UTC) Received: from pdx1-sub0-mail-a97.g.dreamhost.com (100-96-38-238.trex.outbound.svc.cluster.local [100.96.38.238]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id A32CB1A0B24; Sat, 26 Oct 2019 22:42:23 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|jurta@jurta.org Received: from pdx1-sub0-mail-a97.g.dreamhost.com ([TEMPUNAVAIL]. [64.90.62.162]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.18.5); Sat, 26 Oct 2019 22:42:24 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|jurta@jurta.org X-MailChannels-Auth-Id: dreamhost X-Cellar-Skirt: 122d332e4003f270_1572129743876_4270407890 X-MC-Loop-Signature: 1572129743876:2897268824 X-MC-Ingress-Time: 1572129743875 Received: from pdx1-sub0-mail-a97.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a97.g.dreamhost.com (Postfix) with ESMTP id 4534B7FF75; Sat, 26 Oct 2019 15:42:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=linkov.net; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=linkov.net; bh=UXj1ZpxEynKqaEB4Zlnx75hzJhk=; b= OWhTtgeeBviaF8A2Od+R+loyOK9fyJpVpSBTrqX68xTKP5gU0byk9QJe7eJeR20P l6dAiOQDzcX3yObd9ogMTfnHHTJB+eRuMppJwMJUoXzGSF/Rr7/WuiMa+EWtCPy4 JCKg8nMwma3Wt0YAXemZV/jRNLQdEAA8H6UigkJDiVk= Received: from mail.jurta.org (m91-129-98-153.cust.tele2.ee [91.129.98.153]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: jurta@jurta.org) by pdx1-sub0-mail-a97.g.dreamhost.com (Postfix) with ESMTPSA id 8E8897FF70; Sat, 26 Oct 2019 15:42:20 -0700 (PDT) X-DH-BACKEND: pdx1-sub0-mail-a97 From: Juri Linkov To: Stefan Kangas Subject: Re: bug#37699: global-tab-line-mode and dired "*Marked Files*" buffer Organization: LINKOV.NET References: <87imojdqfz.fsf@mail.linkov.net> <87y2xbcfix.fsf@mail.linkov.net> Date: Sun, 27 Oct 2019 01:41:47 +0300 In-Reply-To: <87y2xbcfix.fsf@mail.linkov.net> (Juri Linkov's message of "Thu, 24 Oct 2019 00:34:30 +0300") Message-ID: <87blu3ruxg.fsf@mail.linkov.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 37699 Cc: 37699@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) >>> Steps to reproduce: >>> >>> 0. emacs -Q >>> 1. M-x dired RET RET >>> 2. M-x global-tab-line-mode >>> 2. Mark some files using "m" >>> 3. Type some command e.g. "!" >>> >>> Result: There are tabs in the window showing the "*Marked Files*" buffer. >>> >>> There should be no tabs in this window. I believe the function >>> dired-mark-pop-up is where we show the marked files. >> >> I propose the following patch: > > This is pushed now. Please confirm if everything is right before closing. Now pushed a better fix to set tab-line-exclude to nil (instead of setting tab-line-format). From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 06 18:24:30 2019 Received: (at 37699) by debbugs.gnu.org; 6 Nov 2019 23:24:31 +0000 Received: from localhost ([127.0.0.1]:41415 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iSUf7-0003rf-KT for submit@debbugs.gnu.org; Wed, 06 Nov 2019 18:24:30 -0500 Received: from host.gofardesign.uk ([208.79.239.190]:41836) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iSUf5-0003rN-FD; Wed, 06 Nov 2019 18:24:28 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=marxist.se; s=default; h=Content-Type:MIME-Version:Message-ID:Date:References: In-Reply-To:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=Krx2YFNMiz4Cmmn3QWeGmgKXWHGJg0+QLY91jL1TQNQ=; b=CsN/r30W27+BgkT6ZT9YZC1XL2 SnBeZ9eowXMuUcvuWkrxs/KBKdjEMZcYscjRVNcKa+7a9cPuGwaPryAnsSTxVvjZAx6MHtrqogB0z hnAjPRT5rIkBrDQChULmod6VV4LfhwM5p4zw/WvTS+X5ivQ2ogSJM+R2SfeuTNcVhRrM=; Received: from h-70-69.a785.priv.bahnhof.se ([155.4.70.69]:35568 helo=localhost) by host.gofardesign.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1iSUey-0006qm-OJ; Wed, 06 Nov 2019 17:24:21 -0600 From: Stefan Kangas To: Juri Linkov Subject: Re: bug#37699: global-tab-line-mode and dired "*Marked Files*" buffer In-Reply-To: <87blu3ruxg.fsf@mail.linkov.net> (Juri Linkov's message of "Sun, 27 Oct 2019 01:41:47 +0300") References: <87imojdqfz.fsf@mail.linkov.net> <87y2xbcfix.fsf@mail.linkov.net> <87blu3ruxg.fsf@mail.linkov.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Date: Thu, 07 Nov 2019 00:24:19 +0100 Message-ID: <871ruky4f0.fsf@marxist.se> MIME-Version: 1.0 Content-Type: text/plain X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - host.gofardesign.uk X-AntiAbuse: Original Domain - debbugs.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - marxist.se X-Get-Message-Sender-Via: host.gofardesign.uk: authenticated_id: stefan@marxist.se X-Authenticated-Sender: host.gofardesign.uk: stefan@marxist.se X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 37699 Cc: 37699@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) close 37699 27.1 thanks Juri Linkov writes: >> This is pushed now. Please confirm if everything is right before closing. > > Now pushed a better fix to set tab-line-exclude to nil > (instead of setting tab-line-format). I can confirm that this is working now, so I'll just go ahead and close this bug. Thanks Juri for fixing it. Best regards, Stefan Kangas From unknown Wed Aug 20 06:40:28 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 05 Dec 2019 12:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator