# HG changeset patch # User Oleksandr Gavenko # Date 1455140817 -7200 # Node ID 9927012ea8354606c89e27da612075eb9958c60f # Parent 860d51c438595a18dde0d1e6a7b9de0ec1c1cd85 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). diff -r 860d51c43859 -r 9927012ea835 .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")