* Using gnu emacs 21.2.1 on Windows in Russian locale
@ 2002-10-26 12:49 Ru
2002-10-26 14:36 ` Roman Belenov
0 siblings, 1 reply; 2+ messages in thread
From: Ru @ 2002-10-26 12:49 UTC (permalink / raw)
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.
--
Sincerely,
Ru mailto:sorokinru@mail.iias.spb.su
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Using gnu emacs 21.2.1 on Windows in Russian locale
2002-10-26 12:49 Using gnu emacs 21.2.1 on Windows in Russian locale Ru
@ 2002-10-26 14:36 ` Roman Belenov
0 siblings, 0 replies; 2+ messages in thread
From: Roman Belenov @ 2002-10-26 14:36 UTC (permalink / raw)
Cc: help-gnu-emacs
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-10-26 14:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-26 12:49 Using gnu emacs 21.2.1 on Windows in Russian locale Ru
2002-10-26 14:36 ` Roman Belenov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).