From f83499c7a76ff822b3364784d89d63b91cd08fae Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 13 May 2020 14:41:57 -0400 Subject: [PATCH] Revert 63ab88105 With this fix we're forced to rebind all C-i keybinds plugins bind. This is too much of a maintenance nightmare. This "fix" doesn't really fix anything really, so users can reinstate it themselves, if they prefer it. Relevant to #3090 --- core/core-keybinds.el | 8 -------- 1 file changed, 8 deletions(-) diff --git a/core/core-keybinds.el b/core/core-keybinds.el index 634493c30..0e89a270c 100644 --- a/core/core-keybinds.el +++ b/core/core-keybinds.el @@ -30,14 +30,6 @@ and Emacs states, and for non-evil users.") (setq mac-command-modifier 'super mac-option-modifier 'meta)) -;; HACK Emacs cannot distinguish C-i from TAB, which is disturbing. Instead, -;; let's at least make GUI Emacs aware of this distinction: -(define-key key-translation-map [?\C-i] - (λ! (if (and (not (cl-position 'tab (this-single-command-raw-keys))) - (not (cl-position 'kp-tab (this-single-command-raw-keys))) - (display-graphic-p)) - [C-i] [?\C-i]))) - ;; ;;; Universal, non-nuclear escape