Disable global-hi-lock-mode due to bug: 24.5; "(global-hi-lock-mode 1)" broke "C-x" key bindings inside "M-x term", especially for "emacs -nw" (Emacs inside Emacs).
--- a/.emacs-my Wed Feb 10 19:53:47 2016 +0200
+++ b/.emacs-my Wed Feb 10 23:46:57 2016 +0200
@@ -737,7 +737,9 @@
(setq font-lock-maximum-decoration t)
(global-font-lock-mode 1)
-(global-hi-lock-mode 1)
+;; http://debbugs.gnu.org/cgi/bugreport.cgi?archive=yes&bug=22620
+;; 24.5; "(global-hi-lock-mode 1)" broke "C-x" key bindings inside "M-x term", especially for "emacs -nw" (Emacs inside Emacs).
+; (global-hi-lock-mode -1)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(message "highlight selected text")