emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: composition bug


From: Kenichi Handa
Subject: Re: composition bug
Date: Tue, 16 Sep 2008 16:51:46 +0900
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

In article <address@hidden>, Romain Francoise <address@hidden> writes:

> > And, is that random movement really random; i.e. each time
> > when you type C-n at the head of HELLO file, point moves to
> > the different point?

> Good point: no.  If I start from the same place every time then it's
> clearly not random, it always goes to the same places in the buffer.

> Starting from emacs -Q, then C-h h:
> - the first C-n moves to the Arabic character #x633 (point 256 of 3098)
> - the next C-n moves to a comma (point 414 of 3098)
> - the next C-n moves to Arabic character #x64a (point 759 of 3098)
> - then to point 834 (Myanmar character), then 1557 (another comma), etc.

Hmmm, it seems that there's a pattern.  What does this
return when the point is 1, 256, 414:

  ESC : (find-composition (point) (point-max) RET

---
Kenichi Handa
address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]