From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: funny cursor movement using C-f on composition? Date: Fri, 06 Feb 2009 21:14:14 +0900 Message-ID: References: <87iqnosbkh.fsf@catnip.gol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1233935576 17317 80.91.229.12 (6 Feb 2009 15:52:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Feb 2009 15:52:56 +0000 (UTC) Cc: emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 06 16:54:11 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LVT1u-0006sf-Ha for ged-emacs-devel@m.gmane.org; Fri, 06 Feb 2009 16:54:10 +0100 Original-Received: from localhost ([127.0.0.1]:56878 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVT0b-0001yH-CU for ged-emacs-devel@m.gmane.org; Fri, 06 Feb 2009 10:52:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LVPbG-0003k3-8E for emacs-devel@gnu.org; Fri, 06 Feb 2009 07:14:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LVPbB-0003iq-Iy for emacs-devel@gnu.org; Fri, 06 Feb 2009 07:14:25 -0500 Original-Received: from [199.232.76.173] (port=60051 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVPbB-0003if-8c for emacs-devel@gnu.org; Fri, 06 Feb 2009 07:14:21 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:48240) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LVPb8-0004QA-Rv; Fri, 06 Feb 2009 07:14:19 -0500 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id n16CECTk000967; Fri, 6 Feb 2009 21:14:12 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id n16CECvN007415; Fri, 6 Feb 2009 21:14:12 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id n16CECXu022839; Fri, 6 Feb 2009 21:14:12 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1LVPb4-0008SV-5k; Fri, 06 Feb 2009 21:14:14 +0900 In-reply-to: <87iqnosbkh.fsf@catnip.gol.com> (message from Miles Bader on Fri, 06 Feb 2009 08:34:06 +0900) X-MIME-Autoconverted: from 8bit to quoted-printable by mx1.aist.go.jp id n16CECTk000967 X-detected-operating-system: by monty-python.gnu.org: Solaris 9 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:108820 Archived-At: In article <87iqnosbkh.fsf@catnip.gol.com>, Miles Bader w= rites: > With the following string displayed in an emacs buffer: > ya?????h! I once read the above line correctly by rmail, but, when I resarted Emacs and read that mail, the non-ASCII chars in the above line were changed to just "?????". It seems that that change was done when RMAIL file was saved. So I got the correct line from gmane.emacs.devel by Gnus as this: ya=CC=81=CC=97=CC=A7=CC=82=CC=84h! Anyway, it seems that there's still a bug in composition handling. I'll check it. By the way, the mail archive for emacs-devel also has a problem with those characters. Please see this page: http://lists.gnu.org/archive/html/emacs-devel/2009-02/msg00322.html --- Kenichi Handa handa@m17n.org