all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jambunathan K <kjambunathan@gmail.com>
To: YE Qianchuan <stool.ye@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: How to get the script name symbols of a specific character?
Date: Mon, 11 Feb 2013 16:30:22 +0530	[thread overview]
Message-ID: <87fw1315fd.fsf@gmail.com> (raw)
In-Reply-To: <5118CC6C.3060007@gmail.com> (YE Qianchuan's message of "Mon, 11 Feb 2013 18:48:12 +0800")

YE Qianchuan <stool.ye@gmail.com> writes:

> 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.

You were looking for symbols for scripts and I have included a dump of
what the above sexp returns.  I see hangul, hanunoo and han.

As for Tamil script (which I use) I have the following in my .emacs.
"Lohit Tamil" is the font to use for 'tamil script.

,----
| ;; Use the predefined fontset "fontset-standard"
| (set-face-font 'default "fontset-default")
| (set-fontset-font "fontset-default" 'tamil "Lohit Tamil")
`----

,---- (char-table-extra-slot char-script-table 0)
| (latin phonetic greek coptic cyrillic armenian hebrew arabic
| syriac thaana nko samaritan mandaic devanagari bengali gurmukhi
| gujarati oriya tamil telugu kannada malayalam sinhala thai lao
| tibetan burmese georgian hangul ethiopic cherokee
| canadian-aboriginal ogham runic tagalog hanunoo buhid tagbanwa
| khmer mongolian limbu tai-le tai-lue buginese tai-tham balinese
| sundanese batak lepcha ol-chiki vedic symbol braille glagolitic
| tifinagh han ideographic-description cjk-misc kana bopomofo
| kanbun yi lisu vai bamum syloti-nagri north-indic-number phags-pa
| saurashtra kayah-li rejang javanese cham tai-viet meetei-mayek
| linear-b aegean-number ancient-greek-number ancient-symbol
| phaistos-disc lycian carian olt-italic gothic ugaritic
| old-persian deseret shavian osmanya cypriot-syllabary aramaic
| phoenician lydian meroitic kharoshthi old-south-arabian avestan
| inscriptional-parthian inscriptional-pahlavi old-turkic
| rumi-number brahmi kaithi sora-sompeng chakma sharada takri
| cuneiform cuneiform-numbers-and-punctuation egyptian miao
| byzantine-musical-symbol musical-symbol
| ancient-greek-musical-notation tai-xuan-jing-symbol
| counting-rod-numeral mathematical mahjong-tile domino-tile
| playing-cards)
| 
`----




  reply	other threads:[~2013-02-11 11:00 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-10 15:59 How to get the script name symbols of a specific character? YE Qianchuan
2013-02-11  2:55 ` Jambunathan K
2013-02-11 10:48   ` YE Qianchuan
2013-02-11 11:00     ` Jambunathan K [this message]
2013-02-11 14:50       ` YE Qianchuan
2013-02-11 11:34 ` Jambunathan K
2013-02-11 15:07   ` YE Qianchuan
2013-02-11 15:17     ` YE Qianchuan
2013-02-11 19:57     ` Jambunathan K
2013-02-11 20:08       ` Eli Zaretskii
2013-02-11 21:46         ` Jambunathan K
2013-02-11 15:57   ` Stefan Monnier
2013-02-12 15:22     ` YE Qianchuan
2013-02-11 20:11   ` T.F. Torrey
2013-02-12 15:12 ` YE Qianchuan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87fw1315fd.fsf@gmail.com \
    --to=kjambunathan@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=stool.ye@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.