.emacs-my
changeset 418 dd77820b51c4
parent 417 4e178d40ede8
child 419 7a06c31e9c09
child 420 71e5a962381e
equal deleted inserted replaced
417:4e178d40ede8 418:dd77820b51c4
   330     (setq default-input-method 'russian-computer)
   330     (setq default-input-method 'russian-computer)
   331   (setq default-input-method 'cyrillic-jcuken))
   331   (setq default-input-method 'cyrillic-jcuken))
   332 ;; (pc-bindings-mode) ; Myself define keybinding, see
   332 ;; (pc-bindings-mode) ; Myself define keybinding, see
   333 
   333 
   334 ;; ----------------------------------------------------------------------
   334 ;; ----------------------------------------------------------------------
   335 ;; completition.
   335 ;; completion.
   336 
   336 
   337 ;; partial-completion-mode cause bug in read-file-name with Emacs v22.3.1 (but not with v23.1).
   337 ;; I remove partial-completion-mode because it depricated in Emacs 24.0.
   338 ;; read-file-name used in rgrep, so I disable partial-completion-mode.
   338 ;; Completion controled by 'completion-styles' variable.
   339 (partial-completion-mode -1) ; For example, M-x p-c-m expands to M-x partial-completion-mode
       
   340 
   339 
   341 ;; ----------------------------------------------------------------------
   340 ;; ----------------------------------------------------------------------
   342 ;; mouse.
   341 ;; mouse.
   343 
   342 
   344 ;; Scroll Bar gets dragged by mouse butn 1
   343 ;; Scroll Bar gets dragged by mouse butn 1