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#49247: 28.0.50; [Feature Request] Make tab-bar-lines dragable Date: Thu, 08 Jul 2021 20:51:57 +0300 Organization: LINKOV.NET Message-ID: <87zguwwv5u.fsf@mail.linkov.net> References: <87czs64p5j.fsf@gmail.com> <87lf6tkc1x.fsf@mail.linkov.net> <87r1gl6om0.fsf@mail.linkov.net> <83o8boopit.fsf@gnu.org> <0b86ca8e-d540-12c8-94ac-2f7327f82126@gmx.at> <878s2r9mr8.fsf@mail.linkov.net> <077cf4b1-76ed-4a8c-7c46-bbf5d657ff03@gmx.at> <83r1gil7zk.fsf@gnu.org> <87mtr17r3y.fsf@mail.linkov.net> <4b315d03-599e-47b7-7a39-3ca9c4f9f381@gmx.at> <87eecc32io.fsf@mail.linkov.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33891"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) Cc: 49247@debbugs.gnu.org, s930054123yaoyao@gmail.com To: martin rudalics Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Jul 08 19:53:29 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 1m1YDJ-0008j9-4u for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 08 Jul 2021 19:53:29 +0200 Original-Received: from localhost ([::1]:38884 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m1YDH-0000i6-4P for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 08 Jul 2021 13:53:27 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58734) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m1YCr-0000c8-Vv for bug-gnu-emacs@gnu.org; Thu, 08 Jul 2021 13:53:08 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:45878) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1m1YCr-0005W9-KQ for bug-gnu-emacs@gnu.org; Thu, 08 Jul 2021 13:53:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1m1YCr-0002Vv-K7 for bug-gnu-emacs@gnu.org; Thu, 08 Jul 2021 13:53:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 08 Jul 2021 17:53:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 49247 X-GNU-PR-Package: emacs Original-Received: via spool by 49247-submit@debbugs.gnu.org id=B49247.16257667539627 (code B ref 49247); Thu, 08 Jul 2021 17:53:01 +0000 Original-Received: (at 49247) by debbugs.gnu.org; 8 Jul 2021 17:52:33 +0000 Original-Received: from localhost ([127.0.0.1]:57424 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m1YCP-0002VD-FU for submit@debbugs.gnu.org; Thu, 08 Jul 2021 13:52:33 -0400 Original-Received: from relay11.mail.gandi.net ([217.70.178.231]:34169) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m1YCN-0002Uy-Gv for 49247@debbugs.gnu.org; Thu, 08 Jul 2021 13:52:32 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 41111100003; Thu, 8 Jul 2021 17:52:22 +0000 (UTC) In-Reply-To: (martin rudalics's message of "Tue, 6 Jul 2021 18:29:20 +0200") 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:209702 Archived-At: >> But there is a more serious problem: the implementation of >> 'drag-with-tab-line' now closes the tab even after just >> clicking on it to select (not on the close button). >> I can reproduce this only when one of tabs on the tab-line >> contains an *info* buffer (maybe because it has the header-line?) >> >> The problem doesn't exist after evaluating: >> (global-unset-key [tab-line down-mouse-1]) >> I haven't debugged it yet. > > I think the culprit is this binding > > (define-key map [tab-line mouse-2] 'tab-line-close-tab) This is fixed now in tab-line.el by using the property 'follow-link' with the value 'ignore'.