all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#69578: 30.0.50; tab-bar-mode binding of (control tab) not always useful
@ 2024-03-06  7:56 Gerd Möllmann
  2024-03-06 17:45 ` Juri Linkov
  2024-03-11 14:23 ` Jonas Bernoulli
  0 siblings, 2 replies; 12+ messages in thread
From: Gerd Möllmann @ 2024-03-06  7:56 UTC (permalink / raw)
  To: 69578

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






^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-04-05 16:23 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-06  7:56 bug#69578: 30.0.50; tab-bar-mode binding of (control tab) not always useful Gerd Möllmann
2024-03-06 17:45 ` 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

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.