.emacs-my
changeset 227 cc94c73ddf20
parent 226 14a0e2402d66
child 228 f55559c1ce8e
equal deleted inserted replaced
226:14a0e2402d66 227:cc94c73ddf20
   185 ;; ----------------------------------------------------------------------
   185 ;; ----------------------------------------------------------------------
   186 ;; Completition
   186 ;; Completition
   187 
   187 
   188 ;; partial-completion-mode cause bug in read-file-name with Emacs v22.3.1 (but not with v23.1).
   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.
   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
   190 (partial-completion-mode -1) ; For example, M-x p-c-m expands to M-x partial-completion-mode
   191 
   191 
   192 ;; ----------------------------------------------------------------------
   192 ;; ----------------------------------------------------------------------
   193 ;; Mouse
   193 ;; Mouse
   194 
   194 
   195 ;; Scroll Bar gets dragged by mouse butn 1
   195 ;; Scroll Bar gets dragged by mouse butn 1