.emacs-my
changeset 226 14a0e2402d66
parent 225 6935ff56bf31
child 227 cc94c73ddf20
equal deleted inserted replaced
225:6935ff56bf31 226:14a0e2402d66
   182 
   182 
   183 ;; (pc-bindings-mode) ; Myself define keybinding, see
   183 ;; (pc-bindings-mode) ; Myself define keybinding, see
   184 
   184 
   185 ;; ----------------------------------------------------------------------
   185 ;; ----------------------------------------------------------------------
   186 ;; Completition
   186 ;; Completition
   187 (partial-completion-mode t) ; For example, M-x p-c-m expands to M-x partial-completion-mode
   187 
       
   188 ;; partial-completion-mode cause bug in read-file-name with Emacs v22.3.1 (but not with v23.1).
       
   189 ;; read-file-name used in rgrep, so I disable partial-completion-mode.
       
   190 (partial-completion-mode nil) ; For example, M-x p-c-m expands to M-x partial-completion-mode
   188 
   191 
   189 ;; ----------------------------------------------------------------------
   192 ;; ----------------------------------------------------------------------
   190 ;; Mouse
   193 ;; Mouse
   191 
   194 
   192 ;; Scroll Bar gets dragged by mouse butn 1
   195 ;; Scroll Bar gets dragged by mouse butn 1