.emacs-my
changeset 406 c7289ca7bfbe
parent 405 bef33c83b3a0
parent 404 c8e90a10c941
child 407 d589dce9a738
equal deleted inserted replaced
405:bef33c83b3a0 406:c7289ca7bfbe
   317 (setq show-paren-style (quote parenthesis))
   317 (setq show-paren-style (quote parenthesis))
   318 
   318 
   319 ;; ======================================================================
   319 ;; ======================================================================
   320 ;; keyboard, mouse.
   320 ;; keyboard, mouse.
   321 
   321 
   322 ;; cyrillic-jcuken  for 567 is :,.
   322 ;; cyrillic-jis-russian  for 567 is :,.
   323 ;; russian-computer for 567 is %^&
   323 ;; cyrillic-jcuken  for SHIFT 567 is :,.
   324 (setq default-input-method 'cyrillic-jcuken)
   324 ;; russian-computer for SHIFT 567 is %^&
   325 
   325 (if (>= emacs-major-version 22)
       
   326     (setq default-input-method 'russian-computer)
       
   327   (setq default-input-method 'cyrillic-jcuken))
   326 ;; (pc-bindings-mode) ; Myself define keybinding, see
   328 ;; (pc-bindings-mode) ; Myself define keybinding, see
   327 
   329 
   328 ;; ----------------------------------------------------------------------
   330 ;; ----------------------------------------------------------------------
   329 ;; completition.
   331 ;; completition.
   330 
   332