From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#41325: 27.0.91; org-mode key binding conflicts with tab-bar-mode Date: Sun, 17 May 2020 01:59:29 +0300 Organization: LINKOV.NET Message-ID: <87r1vj32ze.fsf@mail.linkov.net> References: <3b30286e-3646-3fb8-390b-4443ffc8cb21@matholka.se> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="31607"; 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: 41325@debbugs.gnu.org To: Lars Ljung Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun May 17 01:25:27 2020 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 1ja6BL-0008AC-1Q for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 17 May 2020 01:25:27 +0200 Original-Received: from localhost ([::1]:57026 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ja6BK-0007UD-4G for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 16 May 2020 19:25:26 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51716) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ja6Ax-0006uZ-4t for bug-gnu-emacs@gnu.org; Sat, 16 May 2020 19:25:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:58604) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ja6Aw-0001A7-S9 for bug-gnu-emacs@gnu.org; Sat, 16 May 2020 19:25:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ja6Aw-00012K-PI for bug-gnu-emacs@gnu.org; Sat, 16 May 2020 19:25:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 16 May 2020 23:25:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41325 X-GNU-PR-Package: emacs Original-Received: via spool by 41325-submit@debbugs.gnu.org id=B41325.15896714923925 (code B ref 41325); Sat, 16 May 2020 23:25:02 +0000 Original-Received: (at 41325) by debbugs.gnu.org; 16 May 2020 23:24:52 +0000 Original-Received: from localhost ([127.0.0.1]:41909 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ja6Al-00011E-R8 for submit@debbugs.gnu.org; Sat, 16 May 2020 19:24:52 -0400 Original-Received: from relay3-d.mail.gandi.net ([217.70.183.195]:60471) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ja6Aj-00010m-TK for 41325@debbugs.gnu.org; Sat, 16 May 2020 19:24:50 -0400 X-Originating-IP: 91.129.104.245 Original-Received: from mail.gandi.net (m91-129-104-245.cust.tele2.ee [91.129.104.245]) (Authenticated sender: juri@linkov.net) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 8ED6060004; Sat, 16 May 2020 23:24:42 +0000 (UTC) In-Reply-To: <3b30286e-3646-3fb8-390b-4443ffc8cb21@matholka.se> (Lars Ljung's message of "Sat, 16 May 2020 16:48:10 +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:180415 Archived-At: > Both org-mode and tab-bar-mode use the C-tab key binding. So when cycling > through your tabs with C-tab you will get "stuck" if you switch to a tab > with an org-mode buffer. > > I suspect that tab-bar-mode will be quite popular, and org-mode is already > very popular, so I think that it's important that they work well together. > > Personally I think that the keybinding for org-force-cycle-archived should > be replaced. It's much more useful to have a convenient key binding for > switching between tabs. Indeed, it seems C-TAB is a less frequently used keybinding in org-mode, so it could be disabled by org-mode when tab-bar-mode is active. Or like proposed in bug#41130 C-TAB could be active only when point is on an outline heading in org-mode.