help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using gnu emacs 21.2.1 on Windows in Russian locale


From: Roman Belenov
Subject: Re: Using gnu emacs 21.2.1 on Windows in Russian locale
Date: Sat, 26 Oct 2002 18:36:41 +0400
User-agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386-msvc-nt5.1.2600)

Ok, here are relevant lines from my .emacs

; Create cp1251 codepage
(codepage-setup 1251)

; Tell Emacs that keyboard generates characters in cp1251
(set-keyboard-coding-system 'cp1251)

; The same for various system things
(setq w32-system-coding-system 'cp1251-dos)
(setq locale-coding-system 'cp1251-dos)
(set-selection-coding-system 'cp1251-dos)

; Make cp1251 default coding system for files
(prefer-coding-system 'cp1251-dos)


Ru <sorokinru@mail.iias.spb.su> writes:

> Hello help-gnu-emacs,
>
>   I have downloaded gnu emacs 21.2.1 and try to use it on Win-2000 in
>   Russian locale. I can not get correct font display. In emacs
>   Mule I see only Cyrillic-ISO, Cyrillic-KOI8 and Cyrillic-ALT, but on
>   Russian Windows generally used cp1251 encoding. What can I do? Any
>   hints would be appreciated.

-- 
                                                        With regards, Roman.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]