.emacs-my
changeset 1429 f918516ffeb0
parent 1428 75b892343aee
child 1430 8380f91bc913
equal deleted inserted replaced
1428:75b892343aee 1429:f918516ffeb0
   808 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
   808 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
   809 (message "highlight selected text")
   809 (message "highlight selected text")
   810 
   810 
   811 (delete-selection-mode 1)
   811 (delete-selection-mode 1)
   812 
   812 
       
   813 (defvar pc-select-selection-keys-only)
       
   814 (defvar pc-select-meta-moves-sexps)
   813 (when (<= emacs-major-version 23)
   815 (when (<= emacs-major-version 23)
   814   ;; 1/-1, when the mark is active, the region is highlighted.
   816   ;; 1/-1, when the mark is active, the region is highlighted.
   815   (transient-mark-mode 1)
   817   (transient-mark-mode 1)
   816 
   818 
   817   ;; Order of next items is important, (assignment must done before pc-selection-mode enabled).
   819   ;; Order of next items is important, (assignment must done before pc-selection-mode enabled).