.emacs-my
changeset 52 b0b45dae5d8c
parent 51 882f17f89e88
child 53 0d8616eedf8b
equal deleted inserted replaced
51:882f17f89e88 52:b0b45dae5d8c
     1 ;; -*- mode: lisp; coding: cp1251 -*-
     1 ;; -*- mode: lisp; coding: cp1251 -*-
     2 ;;
     2 ;;
     3 ;; Copyright (C) 2008 by Oleksandr Gavenko <gavenkoa@gmail.com>
     3 ;; Copyright (C) 2008 by Oleksandr Gavenko <gavenkoa@gmail.com>
     4 ;; Copyright (C) 2008 by Гавенко Алескандр
       
     5 ;;
     4 ;;
     6 ;; ~/.emacs file for GNU Emacs 21.
     5 ;; ~/.emacs file for GNU Emacs 21.
     7 
     6 
     8 ;; silent runing
     7 ;; silent runing
     9 (setq inhibit-startup-message t)
     8 (setq inhibit-startup-message t)
   133 (setq show-paren-style (quote parenthesis))
   132 (setq show-paren-style (quote parenthesis))
   134 
   133 
   135 ;; ======================================================================
   134 ;; ======================================================================
   136 ;; Keyboard, mouse and selection
   135 ;; Keyboard, mouse and selection
   137 
   136 
   138 (setq default-input-method 'cyrillic-jcuken)
   137 ;; cyrillic-jcuken  for 567 is :,.
       
   138 ;; russian-computer for 567 is %^&
       
   139 (setq default-input-method 'russian-computer)
       
   140 
   139 ;; (pc-bindings-mode) ; Myself define keybinding, see
   141 ;; (pc-bindings-mode) ; Myself define keybinding, see
   140 ;; Настройка выделения "как в Windows"
   142 ;; Настройка выделения "как в Windows"
   141 (setq pc-select-selection-keys-only t)  ; to avoid some key bindings as F6, etc
   143 (setq pc-select-selection-keys-only t)  ; to avoid some key bindings as F6, etc
   142 (pc-selection-mode)     ; This mode enables Delete Selection mode and Transient Mark mode.
   144 (pc-selection-mode)     ; This mode enables Delete Selection mode and Transient Mark mode.
   143 (transient-mark-mode t)        ; t/nil, when the mark is active, the region is highlighted
   145 (transient-mark-mode t)        ; t/nil, when the mark is active, the region is highlighted
   236 ;; XXXXXXXXXXXXXXXXXXXXXXXX
   238 ;; XXXXXXXXXXXXXXXXXXXXXXXX
   237 
   239 
   238 ;; To open from command line file, which names has extended opcode
   240 ;; To open from command line file, which names has extended opcode
   239 ;; (set-file-name-coding-system 'cp1251)
   241 ;; (set-file-name-coding-system 'cp1251)
   240 
   242 
   241 ;; (set-language-environment "Russian")
   243 ;; (set-language-environment "Russian") ; XXX not used as set default coding system to koi8-r.
   242 
   244 
   243 ;; ======================================================================
   245 ;; ======================================================================
   244 ;;
   246 ;;
   245 ;; NON-STANDARD VARIABLES
   247 ;; NON-STANDARD VARIABLES
   246 
   248