From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: YE Qianchuan Newsgroups: gmane.emacs.help Subject: Re: How to get the script name symbols of a specific character? Date: Tue, 12 Feb 2013 23:22:57 +0800 Message-ID: <511A5E51.6060308@gmail.com> References: <5117C3FC.5020608@gmail.com> <87bobr13v8.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1360709243 24715 80.91.229.3 (12 Feb 2013 22:47:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Feb 2013 22:47:23 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 12 23:47:45 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U5Odb-0006hQ-L9 for geh-help-gnu-emacs@m.gmane.org; Tue, 12 Feb 2013 23:47:43 +0100 Original-Received: from localhost ([::1]:40128 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5OdI-0006Jy-66 for geh-help-gnu-emacs@m.gmane.org; Tue, 12 Feb 2013 17:47:24 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:47446) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5Od7-0006Iy-6c for help-gnu-emacs@gnu.org; Tue, 12 Feb 2013 17:47:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U5Od5-0003ej-DV for help-gnu-emacs@gnu.org; Tue, 12 Feb 2013 17:47:13 -0500 Original-Received: from mail-ie0-x22e.google.com ([2607:f8b0:4001:c03::22e]:58503) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5ID9-000260-Fy for help-gnu-emacs@gnu.org; Tue, 12 Feb 2013 10:55:59 -0500 Original-Received: by mail-ie0-f174.google.com with SMTP id k10so292210iea.5 for ; Tue, 12 Feb 2013 07:55:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=8F5Mo2AsNliyB+x1Yye2zuJWt50nvvPEj2+IcPN76wo=; b=IUqBmw06okys7t2Y+ZHEMwqkpz9VlBuwx5VmXBb8xAWZDeTlxx1bX9NSZexryT0hBr r4LuZILJqBLinWPJFNeVRMZ3cfJ208Gt5FB3wmNmNk0kSTEDMG2ZX3oUC4f6GjnqlkcR pcvitYvVgZ4uC/lCe5p7r6uPVb2BGwO32xYLw/aWv04eqSyFamia6AKJK/UExh0vgm8V fW4oj8xLSfB4rLLUkgoeiW0rSj1xqsx82coeCq3+ozcgN0STRYuUZgfX4f1mYf+WVc/v dJa8Sg+RExYBr9xpaGa3Mg6HmgNPT7yjbhkqhje3mvLSdyKi5dex4GOe4eZeR7/45EWG 7Rig== X-Received: by 10.50.219.228 with SMTP id pr4mr4002365igc.40.1360682677267; Tue, 12 Feb 2013 07:24:37 -0800 (PST) Original-Received: from [192.168.1.101] ([210.38.1.73]) by mx.google.com with ESMTPS id vb15sm30042858igb.9.2013.02.12.07.24.35 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 12 Feb 2013 07:24:36 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130109 Thunderbird/17.0.2 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::22e X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:89091 Archived-At: On 02/11/2013 11:57 PM, Stefan Monnier wrote: >> Put your cursor on the box and type >> C-u C-x = >> It will give more useful pointers. The codepoint of a particular >> character. The name of the character, in the example below is prefixed >> by the script it comes from etc. > Actually, the "name" first is just the official Unicode name of that > char, which is only indirectly linked to Emacs's (and fonts's) notion of > a script, from what I understand. > > I suggest you M-x report-emacs-bug requesting a new feature that > displays (in C-x =) the charsets (and/or scripts) that the > current char belongs to. > > > Stefan > > Thank you for your explanation. I would report a bug requesting putting character's script on `describe-char'