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: Interactive ucs-insert fails in HEAD Date: Sat, 10 Oct 2009 15:14:42 +0200 Message-ID: <83r5tbjsql.fsf@gnu.org> References: <83hbu8ls52.fsf@gnu.org> <83d44wleqw.fsf@gnu.org> <83y6njk7ob.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1255180395 15624 80.91.229.12 (10 Oct 2009 13:13:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 10 Oct 2009 13:13:15 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 10 15:13:04 2009 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.50) id 1Mwbku-0004uf-0I for ged-emacs-devel@m.gmane.org; Sat, 10 Oct 2009 15:13:04 +0200 Original-Received: from localhost ([127.0.0.1]:54507 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mwbkt-00016p-8x for ged-emacs-devel@m.gmane.org; Sat, 10 Oct 2009 09:13:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mwbkh-00011l-Ci for emacs-devel@gnu.org; Sat, 10 Oct 2009 09:12:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mwbkf-0000xh-Jz for emacs-devel@gnu.org; Sat, 10 Oct 2009 09:12:50 -0400 Original-Received: from [199.232.76.173] (port=54681 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mwbkf-0000x1-9E for emacs-devel@gnu.org; Sat, 10 Oct 2009 09:12:49 -0400 Original-Received: from mtaout4.012.net.il ([84.95.2.10]:34794 helo=mtaout3.012.net.il) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mwbke-0006Go-UN for emacs-devel@gnu.org; Sat, 10 Oct 2009 09:12:49 -0400 Original-Received: from conversion-daemon.i_mtaout3.012.net.il by i_mtaout3.012.net.il (HyperSendmail v2004.12) id <0KRA00H00UYGFW00@i_mtaout3.012.net.il> for emacs-devel@gnu.org; Sat, 10 Oct 2009 15:12:47 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.70.84.229]) by i_mtaout3.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KRA00BICVDAGDL0@i_mtaout3.012.net.il>; Sat, 10 Oct 2009 15:12:47 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 9.1 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:116062 Archived-At: > From: Juanma Barranquero > Date: Sat, 10 Oct 2009 13:44:02 +0200 > Cc: emacs-devel@gnu.org >=20 > > Anyway, we now skip entries like this as well: > > > > =C2=A0 =C2=A01F210;SQUARED CJK UNIFIED IDEOGRAPH-624B > > > > which I think we don't need to skip. >=20 > As I said before, I agree: we *shouldn't* need to skip them. But > somehow, the process in unidata-gen.el that creates the chartables > with codepoint information is generating bad data exclusively for t= hat > range: U+1F200..U+1F2FF (which are not the only characters added in > 5.2.0, BTW). That's what triggered the ucs-insert error: getting th= e > name of one of those characters returns a number instead of a symbo= l. > I'm trying to determine why the bad data is generated in the first > place. OK, my bad: I misunderstood what you were saying. Now it makes sense to me.