# HG changeset patch # User Oleksandr Gavenko # Date 1265230652 -7200 # Node ID 84a0d500b0c78063b031383b0c700a5d45405cc5 # Parent fd6164dfec82040474e2b981bcd579a843319c9f Move pc-select-meta-moves-sexps to proper place so it have effect. diff -r fd6164dfec82 -r 84a0d500b0c7 .emacs --- a/.emacs Thu Jan 28 21:39:42 2010 +0200 +++ b/.emacs Wed Feb 03 22:57:32 2010 +0200 @@ -43,7 +43,6 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(pc-select-meta-moves-sexps t) '(read-quoted-char-radix 16) ) (custom-set-faces diff -r fd6164dfec82 -r 84a0d500b0c7 .emacs-my --- a/.emacs-my Thu Jan 28 21:39:42 2010 +0200 +++ b/.emacs-my Wed Feb 03 22:57:32 2010 +0200 @@ -150,6 +150,7 @@ (require 'pc-select) ;; To avoid some key bindings as F6, etc. Must set before 'pc-selection-mode' invoke. (setq pc-select-selection-keys-only t) +(setq pc-select-meta-moves-sexps t) ; must set before pc-selection-mode enable (pc-selection-mode 1) (when (eq window-system 'x)