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 09:52:04 +0200 Message-ID: <83y6njk7ob.fsf@gnu.org> References: <83hbu8ls52.fsf@gnu.org> <83d44wleqw.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 1255161028 1171 80.91.229.12 (10 Oct 2009 07:50:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 10 Oct 2009 07:50:28 +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 09:50:19 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 1MwWiY-0002S7-Rj for ged-emacs-devel@m.gmane.org; Sat, 10 Oct 2009 09:50:19 +0200 Original-Received: from localhost ([127.0.0.1]:53586 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MwWiY-0005v4-E7 for ged-emacs-devel@m.gmane.org; Sat, 10 Oct 2009 03:50:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MwWiT-0005sj-CC for emacs-devel@gnu.org; Sat, 10 Oct 2009 03:50:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MwWiR-0005qO-KP for emacs-devel@gnu.org; Sat, 10 Oct 2009 03:50:11 -0400 Original-Received: from [199.232.76.173] (port=35509 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MwWiR-0005q8-8E for emacs-devel@gnu.org; Sat, 10 Oct 2009 03:50:11 -0400 Original-Received: from mtaout5.012.net.il ([84.95.2.13]:56045) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MwWiQ-00031p-Ol for emacs-devel@gnu.org; Sat, 10 Oct 2009 03:50:11 -0400 Original-Received: from conversion-daemon.i_mtaout5.012.net.il by i_mtaout5.012.net.il (HyperSendmail v2004.12) id <0KRA00A00G0D6J00@i_mtaout5.012.net.il> for emacs-devel@gnu.org; Sat, 10 Oct 2009 09:50:09 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.70.84.229]) by i_mtaout5.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KRA00D2HGFKZOA0@i_mtaout5.012.net.il>; Sat, 10 Oct 2009 09:50:09 +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:116054 Archived-At: > From: Juanma Barranquero > Date: Fri, 9 Oct 2009 21:47:59 +0200 > Cc: wilde@sha-bang.de, emacs-devel@gnu.org >=20 > On Fri, Oct 9, 2009 at 18:21, Eli Zaretskii wrote: >=20 > > Why is there reason to exclude any characters from ucs-names? > > > > Anyway, if there are good reasons, they should be stated in a com= ment > > near the exclusion code. =C2=A0Also, I'd suggest to have some tes= t run when > > the Unicode database is updated, to reveal any additional charact= ers > > to be excluded, so that in the future such breakage could be avoi= ded > > with less pain. >=20 > In fact, I think there's no reason to exclude names, except for the > ranges in UnicodeData.txt (Surrogates, Ideograph Extensions, etc.). If you mean entries like this one: 20000;;Lo;0;L;;;;;N;;;;; 2A6D6;;Lo;0;L;;;;;N;;;;; then I agree. Still, I don't understand how including them could screw completion in ucs-insert. Can you explain? Anyway, we now skip entries like this as well: 1F210;SQUARED CJK UNIFIED IDEOGRAPH-624B which I think we don't need to skip.