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: Re: Russian letters Date: Thu, 6 Jul 2006 21:17:24 +0300 Message-ID: <200607062117.25013.pogonyshev@gmx.net> References: <200607052110.21816.pogonyshev@gmx.net> <200607061859.01046.pogonyshev@gmx.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1152209474 31996 80.91.229.2 (6 Jul 2006 18:11:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 6 Jul 2006 18:11:14 +0000 (UTC) Cc: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 06 20:11:10 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 1FyYJQ-00038E-G1 for ged-emacs-devel@m.gmane.org; Thu, 06 Jul 2006 20:10:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FyYJP-0003YE-S1 for ged-emacs-devel@m.gmane.org; Thu, 06 Jul 2006 14:10:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FyYJB-0003X3-6H for emacs-devel@gnu.org; Thu, 06 Jul 2006 14:10:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FyYJ8-0003Uy-NY for emacs-devel@gnu.org; Thu, 06 Jul 2006 14:10:36 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FyYJ8-0003UW-IZ for emacs-devel@gnu.org; Thu, 06 Jul 2006 14:10:34 -0400 Original-Received: from [213.165.64.21] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.52) id 1FyYJN-0006xc-5n for emacs-devel@gnu.org; Thu, 06 Jul 2006 14:10:49 -0400 Original-Received: (qmail invoked by alias); 06 Jul 2006 18:10:32 -0000 Original-Received: from unknown (EHLO [194.158.213.209]) [194.158.213.209] by mail.gmx.net (mp024) with SMTP; 06 Jul 2006 20:10:32 +0200 X-Authenticated: #16844820 Original-To: emacs-devel@gnu.org User-Agent: KMail/1.7.2 In-Reply-To: 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:56649 Archived-At: Andreas Schwab wrote: > Paul Pogonyshev writes: > > > The file is UTF-8 and mentions its coding in `Local variables'. Again, > > the file is read just fine. The problems begin when I type new > > characters into the buffer: they are treated differently than the same > > characters read from the file. > > I can't reproduce that here. Whenever I read a file with russian letters > that is encoded in utf-8 the letters are decoded into > mule-unicode-0100-24ff. I said many times that the problems begin when I _type_ characters, not when they are read from file. They end up being different characters, at least in the sence that `describe-char' shows different things. I presume that new characters are still valid, but they are shown as boxes (no font support, aparently), while read characters are shown just fine. Paul