unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* funny cursor movement using C-f on composition?
@ 2009-02-05 23:34 Miles Bader
  2009-02-06  0:37 ` Kenichi Handa
  2009-02-06 12:14 ` Kenichi Handa
  0 siblings, 2 replies; 7+ messages in thread
From: Miles Bader @ 2009-02-05 23:34 UTC (permalink / raw)
  To: emacs-devel

With the following string displayed in an emacs buffer:

   yá̧̗̂̄h!

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 "!".

The sequence of cursor positions with C-f is:

   0 y	pos 1
   1 a	pos 2
   2 ́
   3 ̗
   4 ̧
   5 ̂	pos 3
   6 ̄
   7 h	pos 4
   8 !	pos 5

So, "pos 3" is unexpected...

Thanks,

-Miles

-- 
`Suppose Korea goes to the World Cup final against Japan and wins,' Moon said.
`All the past could be forgiven.'   [NYT]




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-02-12  7:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-05 23:34 funny cursor movement using C-f on composition? Miles Bader
2009-02-06  0:37 ` Kenichi Handa
2009-02-08  8:13   ` Jason Rumney
2009-02-12  6:11     ` Kenichi Handa
2009-02-12  6:09   ` Kenichi Handa
2009-02-12  7:17     ` Miles Bader
2009-02-06 12:14 ` Kenichi Handa

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).