From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Benjamin Riefenstahl Newsgroups: gmane.emacs.devel Subject: Re: Russian numero sign Date: Fri, 24 Feb 2006 13:18:23 +0100 Message-ID: References: <200602191431.36541.pogonyshev@gmx.net> <200602222149.40509.pogonyshev@gmx.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1140840241 2945 80.91.229.2 (25 Feb 2006 04:04:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 25 Feb 2006 04:04:01 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 25 05:03:58 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 1FCqeu-0006VP-HO for ged-emacs-devel@m.gmane.org; Sat, 25 Feb 2006 05:03:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FCqev-0001Kt-9N for ged-emacs-devel@m.gmane.org; Fri, 24 Feb 2006 23:03:53 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FChcC-00035F-6a for emacs-devel@gnu.org; Fri, 24 Feb 2006 13:24:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FCeRb-0007Y9-Mn for emacs-devel@gnu.org; Fri, 24 Feb 2006 10:01:21 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FCbuJ-0003ZE-8y for emacs-devel@gnu.org; Fri, 24 Feb 2006 07:18:48 -0500 Original-Received: from [193.99.153.30] (helo=seneca.benny.turtle-trading.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FCbuQ-0007s0-2f for emacs-devel@gnu.org; Fri, 24 Feb 2006 07:18:54 -0500 Original-Received: from seneca.benny.turtle-trading.net.turtle-trading.net (seneca.benny.turtle-trading.net [127.0.0.1]) (authenticated bits=0) by seneca.benny.turtle-trading.net (8.12.8/8.12.8) with ESMTP id k1OCIOLo011827; Fri, 24 Feb 2006 13:18:30 +0100 Original-To: Paul Pogonyshev In-Reply-To: <200602222149.40509.pogonyshev@gmx.net> (Paul Pogonyshev's message of "Wed, 22 Feb 2006 21:49:40 +0200") User-Agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3.50 (gnu/linux) 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:50925 Archived-At: Hi Paul, > Benjamin Riefenstahl wrote: >> Alternatively use unify-8859-on-encoding-mode, than >> cyrillic-iso8859-5 is preserved during input, but still can be >> saved as UTF-8. Of course you get UTF-8 when you load the file >> again, so you will need font support for that anyway. Paul Pogonyshev writes: > With `unify-8859-on-decoding-mode' I get squares instead of letters > (no glyphs in the font, apparently), the second one seems to work > perfectly. Does it show the text, when you kill the buffer and re-load the saved UTF-8 file? > Any reason it is not the default? It seems to be the default on my system but that may be because I use a CVS version or because of my environment. benny