From 6a2c9aa556257fb372c390d39c8f877e09063700 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Tue, 31 Jan 2012 11:04:01 +0900 Subject: [PATCH] when windows x-clipboard-yank dont work --- emacs.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index d8d636c..8cef07b 100644 --- a/emacs.el +++ b/emacs.el @@ -605,7 +605,8 @@ return nil if LIB unfound and downloading failed, otherwise the path of LIB." ) (setq x-select-enable-clipboard t ; these settings seems to be useless when using emacs in terminal x-select-enable-primary nil) - (global-set-key "\C-y" 'x-clipboard-yank)) + ;; (global-set-key "\C-y" 'x-clipboard-yank) + ) ;; urlに細かい説明あり。でも設定は上記だけでよさそう ;; http://garin.jp/doc/Linux/xwindow_clipboard