[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: composition bug
From: |
Kenichi Handa |
Subject: |
Re: composition bug |
Date: |
Wed, 17 Sep 2008 14:34:08 +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:
> Kenichi Handa <address@hidden> writes:
> > 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
> (255 256 [[#<font-object
> "-mutt-clearlyu-medium-r-normal--17-120-100-100-p-123-iso10646-1"> 1617] 0 [0
> 0 1617 1617 0 1 6 15 -12 [0 0 6]]])
> (412 414 [[#<font-object
> "-mutt-clearlyu-medium-r-normal--17-120-100-100-p-123-iso10646-1"> 3732 3765]
> 1 [0 1 3732 3732 8 1 8 9 0 nil] [0 1 3765 3765 0 -7 2 13 -10 nil]])
> (419 420 [[#<font-object
> "-misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1"> 8205] 2
> [0 0 8205 8205 6 0 0 0 0 [0 0 6]]])
Ok, so, C-n at the beginning of HELLO moves the point to the
end of first composition, and the 2nd C-n moves the point to
the end of 2nd composition. But, the 3rd C-n doesn't
follows that pattern.
Please run Emacs under gdb as below:
M-x gdb RET /usr/local/work/emacs/src/emacs RET
|-----------------------------|-> please adjust for your case
(gdb) br composite.c:1432
(gdb) run -Q
Then visit HELLO file by the Emacs running under gdb, and
type C-n. Emacs should stop at the break point. Then,
please find why the point moves to 256 by running the code
one line by line.
---
Kenichi Handa
address@hidden
- Re: composition bug, (continued)
- Re: composition bug, Romain Francoise, 2008/09/09
- Re: composition bug, Kenichi Handa, 2008/09/09
- Re: composition bug, Juanma Barranquero, 2008/09/09
- Re: composition bug, Kenichi Handa, 2008/09/10
- Re: composition bug, Romain Francoise, 2008/09/11
- Re: composition bug, Romain Francoise, 2008/09/13
- Re: composition bug, Kenichi Handa, 2008/09/16
- Re: composition bug, Romain Francoise, 2008/09/16
- Re: composition bug, Kenichi Handa, 2008/09/16
- Re: composition bug, Romain Francoise, 2008/09/16
- Re: composition bug,
Kenichi Handa <=
- Re: composition bug, Romain Francoise, 2008/09/17
- Re: composition bug, Kenichi Handa, 2008/09/17
- Re: composition bug, Stefan Monnier, 2008/09/18
- Re: composition bug, Kenichi Handa, 2008/09/18
- Re: composition bug, Stefan Monnier, 2008/09/18
- Re: composition bug, Kenichi Handa, 2008/09/18