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:09:01 +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 1234419849 6032 80.91.229.12 (12 Feb 2009 06:24:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 12 Feb 2009 06:24:09 +0000 (UTC) Cc: emacs-devel@gnu.org, miles@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 12 07:25:24 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 1LXV0l-0005ql-IC for ged-emacs-devel@m.gmane.org; Thu, 12 Feb 2009 07:25:23 +0100 Original-Received: from localhost ([127.0.0.1]:53655 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LXUzR-00086d-Nb for ged-emacs-devel@m.gmane.org; Thu, 12 Feb 2009 01:24:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LXUl3-0002zk-LB for emacs-devel@gnu.org; Thu, 12 Feb 2009 01:09:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LXUl1-0002yv-FR for emacs-devel@gnu.org; Thu, 12 Feb 2009 01:09:08 -0500 Original-Received: from [199.232.76.173] (port=49420 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LXUl1-0002yp-BJ for emacs-devel@gnu.org; Thu, 12 Feb 2009 01:09:07 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:57216) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LXUky-0008Bm-Ga; Thu, 12 Feb 2009 01:09:05 -0500 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id n1C68wjv020876; Thu, 12 Feb 2009 15:08:58 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id n1C68wpm008408; Thu, 12 Feb 2009 15:08:58 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id n1C68uer011041; Thu, 12 Feb 2009 15:08:56 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1LXUkv-0003oZ-Gf; Thu, 12 Feb 2009 15:09:01 +0900 In-reply-to: (message from Kenichi Handa on Fri, 06 Feb 2009 09:37:32 +0900) X-MIME-Autoconverted: from 8bit to quoted-printable by mx1.aist.go.jp id n1C68wjv020876 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:109008 Archived-At: In article , Kenichi Handa wri= tes: > In article <87iqnosbkh.fsf@catnip.gol.com>, Miles Bader = writes: > > With the following string displayed in an emacs buffer: > > ya=CC=81=CC=97=CC=A7=CC=82=CC=84h! > > 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" t= o > > "h", before moving from "h" to "!". > It seems that there still is a bug of composition handling. > I'll check it. I installed a fix. --- Kenichi Handa handa@m17n.org