# HG changeset patch # User Oleksander Gavenko # Date 1215463328 -10800 # Node ID b0b45dae5d8cedaafbfd247c97b18cd151871936 # Parent 882f17f89e880a00e032b3996cbc7567c6c5063f Now C-\ switch to win type keyboard layout. diff -r 882f17f89e88 -r b0b45dae5d8c .emacs-my --- a/.emacs-my Mon Jul 07 23:28:06 2008 +0300 +++ b/.emacs-my Mon Jul 07 23:42:08 2008 +0300 @@ -1,7 +1,6 @@ ;; -*- mode: lisp; coding: cp1251 -*- ;; ;; Copyright (C) 2008 by Oleksandr Gavenko -;; Copyright (C) 2008 by Гавенко Алескандр ;; ;; ~/.emacs file for GNU Emacs 21. @@ -135,7 +134,10 @@ ;; ====================================================================== ;; Keyboard, mouse and selection -(setq default-input-method 'cyrillic-jcuken) +;; cyrillic-jcuken for 567 is :,. +;; russian-computer for 567 is %^& +(setq default-input-method 'russian-computer) + ;; (pc-bindings-mode) ; Myself define keybinding, see ;; Настройка выделения "как в Windows" (setq pc-select-selection-keys-only t) ; to avoid some key bindings as F6, etc @@ -238,7 +240,7 @@ ;; To open from command line file, which names has extended opcode ;; (set-file-name-coding-system 'cp1251) -;; (set-language-environment "Russian") +;; (set-language-environment "Russian") ; XXX not used as set default coding system to koi8-r. ;; ====================================================================== ;;