From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: [emacs-unicode-2] incorrectly displayed cyrillic symbols Date: Mon, 20 Aug 2007 14:03:45 +0900 Message-ID: References: <1185031803.2604.18.camel@localhost> <1187583076.5399.26.camel@localhost> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=ISO-2022-JP X-Trace: sea.gmane.org 1187586254 26090 80.91.229.12 (20 Aug 2007 05:04:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Aug 2007 05:04:14 +0000 (UTC) Cc: emacs-devel@gnu.org To: Philip Belemezov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 20 07:04:12 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IMzQv-0001Vz-9S for ged-emacs-devel@m.gmane.org; Mon, 20 Aug 2007 07:04:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IMzQu-0008De-UI for ged-emacs-devel@m.gmane.org; Mon, 20 Aug 2007 01:04:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IMzQq-0008CU-B8 for emacs-devel@gnu.org; Mon, 20 Aug 2007 01:04:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IMzQn-0008CI-S2 for emacs-devel@gnu.org; Mon, 20 Aug 2007 01:04:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IMzQn-0008CF-Kc for emacs-devel@gnu.org; Mon, 20 Aug 2007 01:04:01 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IMzQn-0000qr-4Q for emacs-devel@gnu.org; Mon, 20 Aug 2007 01:04:01 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id l7K53muh019411; Mon, 20 Aug 2007 14:03:48 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id l7K53mso025619; Mon, 20 Aug 2007 14:03:48 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id l7K53jSt008071; Mon, 20 Aug 2007 14:03:45 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.67) (envelope-from ) id 1IMzQX-0007v1-Gl; Mon, 20 Aug 2007 14:03:45 +0900 In-reply-to: <1187583076.5399.26.camel@localhost> (message from Philip Belemezov on Mon, 20 Aug 2007 06:11:15 +0200) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.0 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-Detected-Kernel: Solaris 8 (1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:76807 Archived-At: In article <1187583076.5399.26.camel@localhost>, Philip Belemezov writes: > Emacs is started with the following command: > emacs --enable-font-backend --font "Dejavu Sans Mono-8" > You're right about this being a font issue. The output of `C-u C-x =' on > a Cyrillic letter is > ---- > character: к (1082, #o2072, #x43a) > preferred charset: iso-8859-5 (ISO/IEC 8859/5) > code point: 0xDA > syntax: w which means: word > category: Y:Cyrillic characters of 2-byte character sets > c:Chinese h:Korean j:Japanese > y:Cyrillic > buffer code: #xD0 #xBA > file code: #xD0 #xBA (encoded by coding system utf-8-unix) > display: by this font (glyph code) > -unknown-freeserif-medium-r-normal--11-79-100-100-p-64-iso8859-5 > (#xDA) [...] > I don't understand why Emacs is using freeserif to render the glyph. > It's definitely not caused by a customization because the problem also > occurs if I run Emacs from a different login with no .emacs file. Didn't Emacs start to use freeserif for Cyrillic just after you installed that font and made it available as X font? Please show me the result of: % xlsfonts|grep -i iso8859-5 --- Kenichi Handa handa@m17n.org