From: "Gerd Möllmann" <gerd.moellmann@gmail.com>
To: 69578@debbugs.gnu.org
Subject: bug#69578: 30.0.50; tab-bar-mode binding of (control tab) not always useful
Date: Wed, 06 Mar 2024 08:56:56 +0100 [thread overview]
Message-ID: <m2r0gng5dj.fsf@Pro.fritz.box> (raw)
tab-bar--define-keys makes bindings for TAG like this:
(unless (global-key-binding [(control tab)])
(global-set-key [(control tab)] #'tab-next))
(unless (global-key-binding [(control shift tab)])
(global-set-key [(control shift tab)] #'tab-previous))
(unless (global-key-binding [(control shift iso-lefttab)])
(global-set-key [(control shift iso-lefttab)] #'tab-previous))
These bindings stop taking effect if a mode has its own bindings for
control tab, for instance. A prominent example is Magit.
So, maybe these bindings should not be done?
In GNU Emacs 30.0.50 (build 1, x86_64-apple-darwin23.3.0, NS
appkit-2487.40 Version 14.3.1 (Build 23D60)) of 2024-03-05 built on
Pro.fritz.box
Repository revision: a3d7092114db09fee392ccc8187fde03376f2089
Repository branch: HEAD
Windowing system distributor 'Apple', version 10.3.2487
System Description: macOS 14.3.1
next reply other threads:[~2024-03-06 7:56 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-06 7:56 Gerd Möllmann [this message]
2024-03-06 17:45 ` bug#69578: 30.0.50; tab-bar-mode binding of (control tab) not always useful Juri Linkov
2024-03-10 5:31 ` Gerd Möllmann
2024-03-10 6:28 ` Eli Zaretskii
2024-03-10 6:36 ` Gerd Möllmann
2024-03-11 14:23 ` Jonas Bernoulli
2024-03-11 14:52 ` Gerd Möllmann
2024-03-11 15:02 ` Gerd Möllmann
2024-03-11 16:44 ` Eli Zaretskii
2024-03-11 17:50 ` Juri Linkov
2024-03-20 17:40 ` Juri Linkov
2024-04-05 16:23 ` Juri Linkov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m2r0gng5dj.fsf@Pro.fritz.box \
--to=gerd.moellmann@gmail.com \
--cc=69578@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).