; Personal settings for Emacs.

; Personal X resources for Emacs can be set in ~/.Xdefaults.
; Look also at the global configuration in /etc/emacs/.

; Emacs has a customization menu, changes done there are written 
; into this file.
; For example, to turn off the autostart of Flyspell, customize
; Data->"Text Mode Hook" item.

(remove-hook 'text-mode-hook 'flyspell-mode-noerr)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Minimal settings for users of Emacs working in 
; Russian (KOI8-R) environment.
; 
; ALT Linux Team, February 2002.

;; (XEmacs
;;     (set-language-environment "Cyrillic-KOI8")
;;     (set-input-method "cyrillic-jcuken")
;; )
;; (GNUEmacs
;;     (set-language-environment "Cyrillic-KOI8")

;; ; The following lines make the corresponding 
;; ; parameters independent of the current language-environment:
;; ; if you change language-environment, they won't be changed;
;; ; but if you comment out some of them, they will follow the
;; ; language-environment parameter:
;;     (set-terminal-coding-system 'koi8-r)
;;     (set-keyboard-coding-system 'koi8-r)
;;     ; This could help for transferring data from bad old apps
;;     ;(set-selection-coding-system 'koi8-r)

;; )    

; End of the language environment settings.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
