From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: converting between charsets Date: Sat, 13 May 2006 23:20:03 -0400 Message-ID: <87wtcpqorp.fsf-monnier+emacs@gnu.org> References: <87lktejh6f.fsf@myxomop.com> <87u082109z.fsf-monnier+emacs@gnu.org> <84veshaajc.fsf@vinci.loc> <87d5ep1a2c.fsf-monnier+emacs@gnu.org> <84hd40am8t.fsf@vinci.loc> <84ac9rah6z.fsf@vinci.loc> <87k68v82q6.fsf-monnier+emacs@gnu.org> <84bqu17on7.fsf@vinci.loc> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1147576824 7699 80.91.229.2 (14 May 2006 03:20:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 14 May 2006 03:20:24 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 14 05:20:22 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 1Ff79Z-0004mq-9C for ged-emacs-devel@m.gmane.org; Sun, 14 May 2006 05:20:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ff79Y-0008Tx-KY for ged-emacs-devel@m.gmane.org; Sat, 13 May 2006 23:20:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ff79M-0008TQ-MQ for emacs-devel@gnu.org; Sat, 13 May 2006 23:20:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ff79L-0008TE-59 for emacs-devel@gnu.org; Sat, 13 May 2006 23:20:07 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ff79K-0008TB-Vo for emacs-devel@gnu.org; Sat, 13 May 2006 23:20:07 -0400 Original-Received: from [209.226.175.188] (helo=tomts25-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Ff7BQ-0004Hn-Vu for emacs-devel@gnu.org; Sat, 13 May 2006 23:22:17 -0400 Original-Received: from alfajor ([70.55.144.14]) by tomts25-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20060514032005.SLDY1747.tomts25-srv.bellnexxia.net@alfajor>; Sat, 13 May 2006 23:20:05 -0400 Original-Received: by alfajor (Postfix, from userid 1000) id 4BC83D7754; Sat, 13 May 2006 23:20:03 -0400 (EDT) Original-To: emacs-devel@gnu.org In-Reply-To: <84bqu17on7.fsf@vinci.loc> (Alexander Kotelnikov's message of "Sat, 13 May 2006 22:42:04 +0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.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:54425 Archived-At: SM> Please explain why you think there is relation between those things and SM> encode-coding-region. And of course, that will involve describing where SM> how and when you call encode-coding-region. > I do not understand the question. I use encode-coding-region to encode > a region into a charset and some characters are not encoded, but are > substituted with question mark. Than show us how and when you call encode-coding-region. I.e. repeat the above but in elisp rather than english. Assume you're explining it to a complete idiot. SM> Same kind of issue as the one I mentioned. SM> Have you tried unify-8859-on-decoding-mode? > Just tried. Nothing changes. Than please report it via M-x report-emacs-bug. >>> M-P M-0 C-h l SM> SM> So when you hit that key, Emacs received M-P M-0 rather than the char you SM> think you sent to it. What is your locale? > 22:37 pts/28 sacha@vinci:~ 1> locale > LANG=ru_RU.UTF-8 > LC_CTYPE="ru_RU.UTF-8" > LC_NUMERIC=C > LC_TIME=C > LC_COLLATE="ru_RU.UTF-8" > LC_MONETARY="ru_RU.UTF-8" > LC_MESSAGES=C > LC_PAPER="ru_RU.UTF-8" > LC_NAME="ru_RU.UTF-8" > LC_ADDRESS="ru_RU.UTF-8" > LC_TELEPHONE="ru_RU.UTF-8" > LC_MEASUREMENT="ru_RU.UTF-8" > LC_IDENTIFICATION="ru_RU.UTF-8" > LC_ALL= Sounds like a bug, then. Please report it via M-x report-emacs-bug. Stefan