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 09:37:32 +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 1233929858 27187 80.91.229.12 (6 Feb 2009 14:17:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Feb 2009 14:17:38 +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 15:18:52 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 1LVRXV-00014w-1Y for ged-emacs-devel@m.gmane.org; Fri, 06 Feb 2009 15:18:41 +0100 Original-Received: from localhost ([127.0.0.1]:41507 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVRWB-00018U-RM for ged-emacs-devel@m.gmane.org; Fri, 06 Feb 2009 09:17:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LVEj0-00064m-QV for emacs-devel@gnu.org; Thu, 05 Feb 2009 19:37:42 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LVEiz-00064a-10 for emacs-devel@gnu.org; Thu, 05 Feb 2009 19:37:41 -0500 Original-Received: from [199.232.76.173] (port=57785 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVEiy-00064X-Rs for emacs-devel@gnu.org; Thu, 05 Feb 2009 19:37:40 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:52390) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LVEiu-0000Kx-AS; Thu, 05 Feb 2009 19:37:37 -0500 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id n160bWHY014605; Fri, 6 Feb 2009 09:37:32 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id n160bVQO013828; Fri, 6 Feb 2009 09:37:31 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id n160bVMV004861; Fri, 6 Feb 2009 09:37:31 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1LVEiq-0004Gp-Nf; Fri, 06 Feb 2009 09:37:32 +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 n160bWHY014605 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:108809 Archived-At: In article <87iqnosbkh.fsf@catnip.gol.com>, Miles Bader w= rites: > 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" to > "h", before moving from "h" to "!". It seems that there still is a bug of composition handling. I'll check it. --- Kenichi Handa handa@m17n.org