From 6541ae5135a70d048dcbc05069c1bbc6ba47c4a2 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 13 Sep 2021 16:48:08 +0200 Subject: [PATCH] fix: revert x-select-request-type to default Its default value is acceptable in 28+ and handles clipboard integration in PGTK Emacs, so we don't have to. Thanks to @sei40kr for revealing this fix to me (in #5219). Fix #5219 --- core/core-editor.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/core-editor.el b/core/core-editor.el index 7a1364624..061597818 100644 --- a/core/core-editor.el +++ b/core/core-editor.el @@ -235,10 +235,6 @@ tell you about it. Very annoying. This prevents that." ;; easier to peruse (with `counsel-yank-pop' or `helm-show-kill-ring'. (setq kill-do-not-save-duplicates t) -;; Allow UTF or composed text from the clipboard, even in the terminal or on -;; non-X systems (like Windows or macOS), where only `STRING' is used. -(setq x-select-request-type '(UTF8_STRING COMPOUND_TEXT TEXT STRING)) - ;; ;;; Extra file extensions to support