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: Russian numero sign Date: Thu, 23 Feb 2006 16:52:22 +0900 Message-ID: References: <200602191431.36541.pogonyshev@gmx.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1140807077 3195 80.91.229.2 (24 Feb 2006 18:51:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 24 Feb 2006 18:51:17 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 24 19:51:09 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FCi1i-0007xU-WD for ged-emacs-devel@m.gmane.org; Fri, 24 Feb 2006 19:50:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FCi0d-0002wN-SP for ged-emacs-devel@m.gmane.org; Fri, 24 Feb 2006 13:49:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FCBrV-00011P-AG for emacs-devel@gnu.org; Thu, 23 Feb 2006 03:30:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FCBle-0008Ri-Kh for emacs-devel@gnu.org; Thu, 23 Feb 2006 03:26:35 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FCBH6-0003pa-9D for emacs-devel@gnu.org; Thu, 23 Feb 2006 02:52:32 -0500 Original-Received: from [192.47.44.130] (helo=tsukuba.m17n.org) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FCBNl-0002kC-1v for emacs-devel@gnu.org; Thu, 23 Feb 2006 02:59:25 -0500 Original-Received: from nfs.m17n.org (nfs.m17n.org [192.47.44.7]) by tsukuba.m17n.org (8.13.4/8.13.4/Debian-3) with ESMTP id k1N7qNn8017270; Thu, 23 Feb 2006 16:52:23 +0900 Original-Received: from etlken (etlken.m17n.org [192.47.44.125]) by nfs.m17n.org (8.13.4/8.13.4/Debian-3) with ESMTP id k1N7qNq7016071; Thu, 23 Feb 2006 16:52:23 +0900 Original-Received: from handa by etlken with local (Exim 3.36 #1 (Debian)) id 1FCBGw-0007Df-00; Thu, 23 Feb 2006 16:52:22 +0900 Original-To: Paul Pogonyshev In-reply-to: <200602191431.36541.pogonyshev@gmx.net> (message from Paul Pogonyshev on Sun, 19 Feb 2006 14:31:36 +0200) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) 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:50901 Archived-At: In article <200602191431.36541.pogonyshev@gmx.net>, Paul Pogonyshev writes: > character: =EF=BF=BD (3696, #o7160, #xe70) > charset: cyrillic-iso8859-5 (Right-Hand Part of Latin/Cyrillic Alphab= et (ISO/IEC 8859-5): ISO-IR-144.) > code point: #x70 > syntax: . which means: punctuation > category: y:Cyrillic > to input: type "#" with russian-computer > buffer code: #x8C #xF0 > file code: not encodable by coding system mule-utf-8-unix > display: by this font (glyph code) > -ETL-fixed-medium-r-normal--16-160-72-72-C-80-ISO8859-5 (#xF0) This is very strange. Benjamin Riefenstahl writes: [...] > Alternatively use unify-8859-on-encoding-mode, than cyrillic-iso8859-5 > is preserved during input, but still can be saved as UTF-8. But, unify-8859-on-encoding-mode should be on by default (at least with CVS HEAD emacs). Paul, do you turn it off intentionally? Can you reproduce this problem by starting your emacs with "-Q"? --- Kenichi Handa handa@m17n.org