From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.help Subject: Re: need help in using a 10646 font with cp1251 text Date: Fri, 08 Aug 2003 11:29:59 -0400 Organization: =?koi8-r?q?=F4=C5=CF=C4=CF=D2=20=FA=CC=C1=D4=C1=CE=CF=D7?= @ Cienfuegos Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <4nsmocqia0.fsf@lockgroove.bwh.harvard.edu> References: <4nznimh6le.fsf@lockgroove.bwh.harvard.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1060359036 18178 80.91.224.253 (8 Aug 2003 16:10:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 8 Aug 2003 16:10:36 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 08 18:11:01 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19l9pV-0004Jb-00 for ; Fri, 08 Aug 2003 18:11:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19l9CA-0003u1-RM for geh-help-gnu-emacs@m.gmane.org; Fri, 08 Aug 2003 11:30:22 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news.cis.ohio-state.edu!news.dfci.harvard.edu!news.harvard.edu!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 28 Original-NNTP-Posting-Host: lockgroove.bwh.harvard.edu Original-X-Trace: plato.harvard.edu 1060356599 24837 134.174.9.133 (8 Aug 2003 15:29:59 GMT) Original-X-Complaints-To: news@plato.harvard.edu Original-NNTP-Posting-Date: Fri, 8 Aug 2003 15:29:59 +0000 (UTC) X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (usg-unix-v) Cancel-Lock: sha1:t5WwxWb1N/HBiu5jK7/KMAUR0Rs= Original-Xref: shelby.stanford.edu gnu.emacs.help:115751 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:11669 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11669 On 07 Aug 2003, eliz@elta.co.il wrote: >> From: Ted Zlatanov >> Newsgroups: gnu.emacs.help >> Date: Wed, 06 Aug 2003 16:30:21 -0400 >> >> What can I do to get the 8859-5 charset obtained from the cp1251 >> encoding displayed as a UCS charset? I don't want to install a >> 8859-5 font. > > Try using code-pages.el. You didn't say what version of Emacs you > use, so I don't know whether it has code-pages.el bundled. The User-Agent header of my message showed the version, sorry I forgot to say it explicitly. > If not, you can find it either in the Emacs CVS or (I think) on > gnu.emacs.sources. This was the final kick I needed to jump to the CVS Emacs, so all in all it was a good thing :) code-pages.el works perfectly. I now get all my 8859-5/CP1251 Cyrillic text displayed in the 10646 font I use for Latin editing as well. Thanks Ted