.emacs-my
changeset 403 2b2bcbf3b2bd
parent 401 4e91288dbd84
parent 402 b1a9c8e0c22e
child 404 c8e90a10c941
equal deleted inserted replaced
401:4e91288dbd84 403:2b2bcbf3b2bd
   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 (setq default-input-method 'cyrillic-jis-russian)
   325 
   326 
   326 ;; (pc-bindings-mode) ; Myself define keybinding, see
   327 ;; (pc-bindings-mode) ; Myself define keybinding, see
   327 
   328 
   328 ;; ----------------------------------------------------------------------
   329 ;; ----------------------------------------------------------------------
   329 ;; completition.
   330 ;; completition.