[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Assertion failure in set_iterator_to_next
From: |
Eli Zaretskii |
Subject: |
Re: Assertion failure in set_iterator_to_next |
Date: |
Mon, 19 Apr 2010 18:30:52 +0300 |
> From: Stefan Monnier <address@hidden>
> Cc: address@hidden
> Date: Sun, 11 Apr 2010 16:04:05 -0400
>
> >> > No, it->len should be the length of the multibyte sequence of the
> >> > character at IT_CHARPOS (*it). This is how the basic iteration works,
> >> > and if the length is incorrect, we will get garbled display, in
> >> > anything but pure 7-bit ASCII buffers.
> >> OK, good. Can you update/complete dispextern.h correspondingly?
> > Will do.
>
> Thanks.
Done.