From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Roman Belenov Newsgroups: gmane.emacs.help Subject: Re: Using gnu emacs 21.2.1 on Windows in Russian locale Date: Sat, 26 Oct 2002 18:36:41 +0400 Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: <15424973089.20021026164926@mail.iias.spb.su> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035643220 11112 80.91.224.249 (26 Oct 2002 14:40:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 26 Oct 2002 14:40:20 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 185S6r-0002so-00 for ; Sat, 26 Oct 2002 16:40:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 185S40-0007p6-00; Sat, 26 Oct 2002 10:37:20 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 185S3X-0007lt-00 for help-gnu-emacs@gnu.org; Sat, 26 Oct 2002 10:36:51 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 185S3T-0007lD-00 for help-gnu-emacs@gnu.org; Sat, 26 Oct 2002 10:36:50 -0400 Original-Received: from fmr01.intel.com ([192.55.52.18] helo=hermes.fm.intel.com) by monty-python.gnu.org with esmtp (Exim 4.10) id 185S3T-0007kz-00 for help-gnu-emacs@gnu.org; Sat, 26 Oct 2002 10:36:47 -0400 Original-Received: from talaria.fm.intel.com (talaria.fm.intel.com [10.1.192.39]) by hermes.fm.intel.com (8.11.6/8.11.6/d: outer.mc,v 1.51 2002/09/23 20:43:23 dmccart Exp $) with ESMTP id g9QEZF417269 for ; Sat, 26 Oct 2002 14:35:15 GMT Original-Received: from fmsmsxv040-1.fm.intel.com (fmsmsxvs040.fm.intel.com [132.233.42.124]) by talaria.fm.intel.com (8.11.6/8.11.6/d: inner.mc,v 1.27 2002/10/16 23:46:59 dmccart Exp $) with SMTP id g9QEdY122497 for ; Sat, 26 Oct 2002 14:39:34 GMT Original-Received: from fmsmsx26.fm.intel.com ([132.233.42.26]) by fmsmsxv040-1.fm.intel.com (NAVGW 2.5.2.11) with SMTP id M2002102607371800489 ; Sat, 26 Oct 2002 07:37:18 -0700 Original-Received: from NNWRBELENOV31 (nnwrbelenov31.inn.intel.com [10.125.17.180]) by fmsmsx26.fm.intel.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id VQSXCSZ7; Sat, 26 Oct 2002 07:36:44 -0700 Original-To: Ru In-Reply-To: <15424973089.20021026164926@mail.iias.spb.su> (Ru's message of "Sat, 26 Oct 2002 16:49:26 +0400") Original-Lines: 29 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386-msvc-nt5.1.2600) Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:2966 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2966 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 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.