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: Mon, 11 Feb 2013 18:48:12 +0800 Message-ID: <5118CC6C.3060007@gmail.com> References: <5117C3FC.5020608@gmail.com> <87wqufef0b.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 1360579797 19738 80.91.229.3 (11 Feb 2013 10:49:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Feb 2013 10:49:57 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Jambunathan K Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 11 11:50:18 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 1U4qxm-00026f-6Z for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Feb 2013 11:50:18 +0100 Original-Received: from localhost ([::1]:45367 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4qxS-0002cA-HP for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Feb 2013 05:49:58 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:45685) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4qxN-0002c4-IL for help-gnu-emacs@gnu.org; Mon, 11 Feb 2013 05:49:54 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U4qxM-0001KC-5j for help-gnu-emacs@gnu.org; Mon, 11 Feb 2013 05:49:53 -0500 Original-Received: from mail-pa0-f49.google.com ([209.85.220.49]:47104) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4qxL-0001K6-Vb for help-gnu-emacs@gnu.org; Mon, 11 Feb 2013 05:49:52 -0500 Original-Received: by mail-pa0-f49.google.com with SMTP id kp6so3026415pab.8 for ; Mon, 11 Feb 2013 02:49:51 -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:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=JU4HH/X9ueGN6lEkZzcFJYMBjTDlE3HEOd+2mHTdwmo=; b=Tue8yPzjAjb5pzYOhlO1UFiRP+WYz431glQwcUzrEiM3yjjiwKHdWgMt2+ZR7y+JOY b5EIGVIFppupkp56Kic4PWmAqAAVqlQbQ6+JTELmtj6yTQmtwTkngaHuwSptcCBYnmHI 2TkpXiI7YZiGFxn+Lt9SD8h5xQ6Gt/mtgsSUdJm736ZVqEWwumBwMV6dKWa2PttF/J22 P1Zy6WfjqJ0mie2c0DIwp13wlcb/uGs02gUgnnJZ2LdW4cC6qcpvwYZ/Wn3BddWUfMGi 3YNSGb/EPJJmEJsDjTomOmNDU6rOjoS6c3RMHCcf5su9vXGvNhY7K8u9hiCHu5AQmZ2Z hwLA== X-Received: by 10.68.195.164 with SMTP id if4mr17245644pbc.77.1360579791038; Mon, 11 Feb 2013 02:49:51 -0800 (PST) Original-Received: from [192.168.1.101] ([218.107.8.251]) by mx.google.com with ESMTPS id jv13sm7290926pbb.4.2013.02.11.02.49.48 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 11 Feb 2013 02:49:50 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130109 Thunderbird/17.0.2 In-Reply-To: <87wqufef0b.fsf@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.220.49 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:89068 Archived-At: On 02/11/2013 10:55 AM, Jambunathan K wrote: > These two suggestions or from stackoverflow thread > (http://stackoverflow.com/questions/7176276/what-is-script-name-symbol-means-for-emacs-set-fontset-font-function) > > M-: (char-table-extra-slot char-script-table 0) > M-x list-character-sets > > Long time ago, I was trying to assign font to tamil/indic scripts. I > was hoping that there would be a command like `describe-scripts' or some > such thing. I was disappointed. > > May be there should be one. > Thanks. I had read this thread. It does say something but not enough. Maybe I should look at the source.