equal
deleted
inserted
replaced
813 ((eq arg 2) |
813 ((eq arg 2) |
814 (activate-input-method my-russian-input-method)) |
814 (activate-input-method my-russian-input-method)) |
815 ((eq arg 3) |
815 ((eq arg 3) |
816 (activate-input-method my-ukranian-input-method)) |
816 (activate-input-method my-ukranian-input-method)) |
817 ((eq arg 4) |
817 ((eq arg 4) |
818 (activate-input-method my-ipa-input-method)) ) |
818 (activate-input-method my-ipa-input-method)) |
|
819 ((eq arg 5) |
|
820 (activate-input-method 'TeX)) ) |
819 (toggle-input-method arg)) ) |
821 (toggle-input-method arg)) ) |
820 |
822 |
821 (global-set-key (kbd "C-\\") 'my-toggle-input-method) |
823 (global-set-key (kbd "C-\\") 'my-toggle-input-method) |
822 |
824 |
823 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
825 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |