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).
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 10 Feb 2016 23:46:57 +0200
changeset 1333 9927012ea835
parent 1332 860d51c43859
child 1334 6e334301afb1
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).
.emacs-my
--- 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")