From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Assertion failure in set_iterator_to_next Date: Mon, 19 Apr 2010 18:30:52 +0300 Message-ID: <83hbn7bgsz.fsf@gnu.org> References: <83633yznmf.fsf@gnu.org> <831velzwio.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1271691161 11774 80.91.229.12 (19 Apr 2010 15:32:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 19 Apr 2010 15:32:41 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 19 17:32:40 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1O3sxe-0004om-8q for ged-emacs-devel@m.gmane.org; Mon, 19 Apr 2010 17:32:34 +0200 Original-Received: from localhost ([127.0.0.1]:58483 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O3sxd-00087z-Iw for ged-emacs-devel@m.gmane.org; Mon, 19 Apr 2010 11:32:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O3swK-0007gP-Fl for emacs-devel@gnu.org; Mon, 19 Apr 2010 11:31:12 -0400 Original-Received: from [140.186.70.92] (port=55139 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O3swJ-0007fK-6S for emacs-devel@gnu.org; Mon, 19 Apr 2010 11:31:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O3sw9-00085y-7L for emacs-devel@gnu.org; Mon, 19 Apr 2010 11:31:11 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:51732) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O3sw8-00085M-TE for emacs-devel@gnu.org; Mon, 19 Apr 2010 11:31:01 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0L1400F00R2GR900@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Mon, 19 Apr 2010 18:30:47 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.127.69.249]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L1400CKQR3AX490@a-mtaout20.012.net.il>; Mon, 19 Apr 2010 18:30:47 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:123879 Archived-At: > From: Stefan Monnier > Cc: emacs-devel@gnu.org > 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.