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: Thu, 12 Feb 2009 15:11:33 +0900 Message-ID: References: <87iqnosbkh.fsf@catnip.gol.com> <498E9442.2010001@gnu.org> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1234419934 6192 80.91.229.12 (12 Feb 2009 06:25:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 12 Feb 2009 06:25:34 +0000 (UTC) Cc: miles@gnu.org, emacs-devel@gnu.org To: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 12 07:26:49 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 1LXV28-00069I-8a for ged-emacs-devel@m.gmane.org; Thu, 12 Feb 2009 07:26:48 +0100 Original-Received: from localhost ([127.0.0.1]:54561 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LXV0o-0000N3-0P for ged-emacs-devel@m.gmane.org; Thu, 12 Feb 2009 01:25:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LXUnR-0003e8-BY for emacs-devel@gnu.org; Thu, 12 Feb 2009 01:11:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LXUnP-0003dU-JM for emacs-devel@gnu.org; Thu, 12 Feb 2009 01:11:36 -0500 Original-Received: from [199.232.76.173] (port=49430 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LXUnP-0003dK-CJ for emacs-devel@gnu.org; Thu, 12 Feb 2009 01:11:35 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:57826) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LXUnL-0008J3-Kt; Thu, 12 Feb 2009 01:11:32 -0500 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id n1C6BSqV021943; Thu, 12 Feb 2009 15:11:28 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id n1C6BSfB001343; Thu, 12 Feb 2009 15:11:28 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id n1C6BSuA024303; Thu, 12 Feb 2009 15:11:28 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1LXUnN-0003ov-IM; Thu, 12 Feb 2009 15:11:33 +0900 In-reply-to: <498E9442.2010001@gnu.org> (message from Jason Rumney on Sun, 08 Feb 2009 17:13:54 +0900) 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:109009 Archived-At: In article <498E9442.2010001@gnu.org>, Jason Rumney writes: > Kenichi Handa wrote: > > In article <87iqnosbkh.fsf@catnip.gol.com>, Miles Bader writes: > > >>> Moving the cursor _backwards_ with C-b (starting on "!", ending on "y") >>> seems to work correctly, but moving _forwards_ with C-f (starting on >>> "y", ending on "!"), the cursor "sticks" once after moving from "a" to >>> "h", before moving from "h" to "!". >>> > > > > It seems that there still is a bug of composition handling. > > I'll check it. > > > It may be related to bug #2190, where some composed characters do not > appear in the buffer (which also seems to involve a number of characters > miscalculation). Ah! Yes, that bug should be fixed by my recent change. --- Kenichi Handa handa@m17n.org