;; Language and coding system (setq load-path (cons "c:/TeX/emacs/lisp/leim/" load-path)) ; event. podle aktualni cesty ; temporary hack (load-file "c:/TeX/emacs/lisp/leim/quail/czech.elc") (set-language-environment "czech") (set-input-method "czech-qwerty") (set-default-font "-*-Courier New-normal-r-*-*-13-97-96-96-c-*-iso8859-2") (codepage-setup '1250) (prefer-coding-system 'cp1250) (define-coding-system-alias 'windows-1250 'cp1250) (setq default-input-method "czech-qwerty") (set-selection-coding-system 'cp1250) ;; to find the font name type in the Scratch: (w32-select-font) and press ctrl-j just after ')'