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: Wed, 17 May 2006 11:20:08 -0400 Message-ID: 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> <87wtcpqorp.fsf-monnier+emacs@gnu.org> <84zmhk4hnn.fsf@vinci.loc> <871wuwqg43.fsf-monnier+emacs@gnu.org> <84ves74ytd.fsf@vinci.loc> <84d5ef3ua3.fsf@vinci.loc> <87zmhir5tg.fsf-monnier+emacs@gnu.org> <87zmhi2slu.fsf@myxomop.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1147879454 4039 80.91.229.2 (17 May 2006 15:24:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 17 May 2006 15:24:14 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 17 17:24:13 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 1FgNpt-0001fz-RU for ged-emacs-devel@m.gmane.org; Wed, 17 May 2006 17:21:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FgNpt-0002Lr-AO for ged-emacs-devel@m.gmane.org; Wed, 17 May 2006 11:21:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FgNpN-0002GN-13 for emacs-devel@gnu.org; Wed, 17 May 2006 11:20:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FgNp9-000274-5j for emacs-devel@gnu.org; Wed, 17 May 2006 11:20:34 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FgNp9-00026t-1A for emacs-devel@gnu.org; Wed, 17 May 2006 11:20:31 -0400 Original-Received: from [132.204.24.67] (helo=mercure.iro.umontreal.ca) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FgNs0-00052K-Hc for emacs-devel@gnu.org; Wed, 17 May 2006 11:23:29 -0400 Original-Received: from hidalgo.iro.umontreal.ca (hidalgo.iro.umontreal.ca [132.204.27.50]) by mercure.iro.umontreal.ca (Postfix) with ESMTP id 75C7F2CF4FB; Wed, 17 May 2006 11:20:28 -0400 (EDT) Original-Received: from faina.iro.umontreal.ca (faina.iro.umontreal.ca [132.204.26.177]) by hidalgo.iro.umontreal.ca (Postfix) with ESMTP id 22551452B; Wed, 17 May 2006 11:20:09 -0400 (EDT) Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id 03E5E6C810; Wed, 17 May 2006 11:20:08 -0400 (EDT) Original-To: emacs-devel@gnu.org In-Reply-To: <87zmhi2slu.fsf@myxomop.com> (Alexander Kotelnikov's message of "Tue, 16 May 2006 14:04:29 +0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-DIRO-MailScanner-Information: Please contact the ISP for more information X-DIRO-MailScanner: Found to be clean X-DIRO-MailScanner-SpamCheck: n'est pas un polluriel, SpamAssassin (score=-2.82, requis 5, autolearn=not spam, ALL_TRUSTED -2.82) X-DIRO-MailScanner-From: monnier@iro.umontreal.ca 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:54636 Archived-At: SM> Hmm... with my Emacs (a recent CVS checkout), if I do SM> SM> M-: (encode-coding-string (string 332866) 'koi8-r) RET SM> SM> I get "\364" rather than "?". So either you're running an older Emacs and SM> the problem has been fixed, or there's something else going that SM> I don't understand. > Ah. I tried it with Debian's emacs-snapshot and: > 1. encode-coding-* work. > 2. Russian input on console also works. > 3. Russian paste in X still does not work. Good. I don't enough about how X copy/pasting works, so please report this via M-x report-emacs-bug so that someone else can take a look at it. Stefan