Move pc-select-meta-moves-sexps to proper place so it have effect.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 03 Feb 2010 22:57:32 +0200
changeset 289 84a0d500b0c7
parent 279 fd6164dfec82
child 290 501ae111922d
Move pc-select-meta-moves-sexps to proper place so it have effect.
.emacs
.emacs-my
--- 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
--- 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)