all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Roman Belenov <rbelenov@yandex.ru>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Using gnu emacs 21.2.1 on Windows in Russian locale
Date: Sat, 26 Oct 2002 18:36:41 +0400	[thread overview]
Message-ID: <u65vp8dxi.fsf@yandex.ru> (raw)
In-Reply-To: <15424973089.20021026164926@mail.iias.spb.su> (Ru's message of "Sat, 26 Oct 2002 16:49:26 +0400")

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	other threads:[~2002-10-26 14:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=u65vp8dxi.fsf@yandex.ru \
    --to=rbelenov@yandex.ru \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.