From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Pogonyshev Newsgroups: gmane.emacs.devel Subject: Russian letters Date: Wed, 5 Jul 2006 21:10:21 +0300 Message-ID: <200607052110.21816.pogonyshev@gmx.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1152122774 14279 80.91.229.2 (5 Jul 2006 18:06:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 5 Jul 2006 18:06:14 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 05 20:06: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 1FyBl3-0008P4-Ce for ged-emacs-devel@m.gmane.org; Wed, 05 Jul 2006 20:05:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FyBl2-0004oC-Ua for ged-emacs-devel@m.gmane.org; Wed, 05 Jul 2006 14:05:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FyBkL-0004P9-FK for emacs-devel@gnu.org; Wed, 05 Jul 2006 14:05:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FyBkH-0004Kl-Oy for emacs-devel@gnu.org; Wed, 05 Jul 2006 14:05:09 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FyBkH-0004Ke-IH for emacs-devel@gnu.org; Wed, 05 Jul 2006 14:05:05 -0400 Original-Received: from [213.165.64.21] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.52) id 1FyBkI-0004BC-2f for emacs-devel@gnu.org; Wed, 05 Jul 2006 14:05:06 -0400 Original-Received: (qmail invoked by alias); 05 Jul 2006 18:05:03 -0000 Original-Received: from unknown (EHLO [194.158.213.90]) [194.158.213.90] by mail.gmx.net (mp015) with SMTP; 05 Jul 2006 20:05:03 +0200 X-Authenticated: #16844820 Original-To: emacs-devel@gnu.org User-Agent: KMail/1.7.2 Content-Disposition: inline X-Y-GMX-Trusted: 0 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:56593 Archived-At: Russian letters loaded from file and newly typed are different character no matter if `unify-8859-on-...-mode's are active or not. Characters loaded from file: character: =D0=B0 (3664, #o7120, #xe50, U+0430) charset: cyrillic-iso8859-5 (Right-Hand Part of Latin/Cyrillic Alphabet= (ISO/IEC 8859-5): ISO-IR-144.) code point: #x50 syntax: w which means: word category: y:Cyrillic buffer code: #x8C #xD0 file code: #xD0 #xB0 (encoded by coding system mule-utf-8-unix) display: by this font (glyph code) -cronyx-Fixed-Medium-R-Normal--18-120-100-100-C-90-ISO8859-5 (#xD0) Newly typed characters: character: =D0=B0 (332880, #o1212120, #x51450, U+0430) charset: mule-unicode-0100-24ff (Unicode characters of the range U+0100= =2E.U+24FF.) code point: #x28 #x50 syntax: w which means: word category: y:Cyrillic buffer code: #x9C #xF4 #xA8 #xD0 file code: #xD0 #xB0 (encoded by coding system mule-utf-8-unix) display: by this font (glyph code) -Adobe-Courier-Medium-R-Normal--17-120-100-100-M-100-ISO10646-1 (#x430) The latter are displayed as boxes on my machine, which makes editing of Russian text impossible. Reproducible with `emacs -Q'. I consider it a bug. Paul