From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Oleksandr Gavenko Newsgroups: gmane.emacs.help Subject: Re: describe-char missing info on unicode thumb up char Date: Sat, 29 Jan 2011 16:37:22 +0200 Message-ID: References: <43c0ec93-f5d2-4d22-97c5-493f45c23c46@o9g2000pre.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1296311900 23291 80.91.229.12 (29 Jan 2011 14:38:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 29 Jan 2011 14:38:20 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jan 29 15:38:16 2011 Return-path: Envelope-to: geh-help-gnu-emacs@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 1PjBwO-0002xA-B6 for geh-help-gnu-emacs@m.gmane.org; Sat, 29 Jan 2011 15:38:16 +0100 Original-Received: from localhost ([127.0.0.1]:41120 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PjBwN-0008VR-RB for geh-help-gnu-emacs@m.gmane.org; Sat, 29 Jan 2011 09:38:15 -0500 Original-Received: from [140.186.70.92] (port=59932 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PjBvs-0008VM-9R for help-gnu-emacs@gnu.org; Sat, 29 Jan 2011 09:37:45 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PjBvr-0001y0-8u for help-gnu-emacs@gnu.org; Sat, 29 Jan 2011 09:37:44 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:47060) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PjBvr-0001xu-1J for help-gnu-emacs@gnu.org; Sat, 29 Jan 2011 09:37:43 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PjBvp-0002gU-Ff for help-gnu-emacs@gnu.org; Sat, 29 Jan 2011 15:37:41 +0100 Original-Received: from 3-121-202-46.pool.ukrtel.net ([46.202.121.3]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 29 Jan 2011 15:37:41 +0100 Original-Received: from gavenkoa by 3-121-202-46.pool.ukrtel.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 29 Jan 2011 15:37:41 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 22 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 3-121-202-46.pool.ukrtel.net User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:78827 Archived-At: On 2011-01-28 8:15, Jason Rumney wrote: > The fact that these characters were introduced in Unicode 6.0.0, > released in October 2010 may have something to do with it. From Emacs brz repo: revno: 100559 committer: Juanma Barranquero branch nick: trunk timestamp: Wed 2010-06-09 17:46:41 +0200 message: Update to Unicode 6.0.0 beta. * admin/unidata/UnicodeData.txt: Update from http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d5.txt But I look native Emacs binary and not found 'UnicodeData.txt'. How Emacs know name of Unicode chars? 'emacs-23.2/etc/nxml' dir contain code description. This used? -- Best regards!