[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Input method or help feature needed
From: |
Kenichi Handa |
Subject: |
Re: Input method or help feature needed |
Date: |
Mon, 21 Feb 2011 09:59:15 +0900 |
In article <address@hidden>, Richard Stallman <address@hidden> writes:
> For instance, how about a feature that makes a buffer in which there
> is a succession of pages, each page showing the characters of one
> Unicode subgroup? (Excluding Korean and Han characters and whatever
> else ought to be excluded).
Attached is a sample implementation of `list-script-chars'.
----------------------------------------------------------------------
Display a list of characters belonging to SCRIPT.
The list is displayed in a buffer named "*Character List*".
In that buffer, the target characters are highlighted, and you
can copy each of them to kill ring by clicking them.
----------------------------------------------------------------------
Currently it has a special handler only for "latin". For
ideographic characters, classifying characters by radical
and stroke number may be convenient. For hangul,
classifying characters by "Choseong" may be convenient. For
Indic and SEA scripts, categorizing characters by consonant,
dependent-vowel, independent-vowel, etc may be convenient.
It is easy to make it work as you wrote above when a user
enters null SCRIPT (or enters "all").
---
Kenichi Handa
address@hidden
script.el
Description: application/emacs-lisp
- Re: Input method or help feature needed, (continued)
- Re: Input method or help feature needed, tomas, 2011/02/18
- Re: Input method or help feature needed, Miles Bader, 2011/02/18
- Re: Input method or help feature needed, Kenichi Handa, 2011/02/18
- Re: Input method or help feature needed, tomas, 2011/02/20
- Re: Input method or help feature needed, Eli Zaretskii, 2011/02/20
- Re: Input method or help feature needed, David Kastrup, 2011/02/20
- Re: Input method or help feature needed, Richard Stallman, 2011/02/20
- Re: Input method or help feature needed, Eli Zaretskii, 2011/02/20
- Re: Input method or help feature needed, Stephen J. Turnbull, 2011/02/20
- Re: Input method or help feature needed, Richard Stallman, 2011/02/21
- Re: Input method or help feature needed,
Kenichi Handa <=
- Re: Input method or help feature needed, Eli Zaretskii, 2011/02/21
- Re: Input method or help feature needed, Kenichi Handa, 2011/02/21
- Re: Input method or help feature needed, Miles Bader, 2011/02/21
- Re: Input method or help feature needed, Eli Zaretskii, 2011/02/21
- Re: Input method or help feature needed, Kenichi Handa, 2011/02/21
- Re: Input method or help feature needed, Eli Zaretskii, 2011/02/21
- Re: Input method or help feature needed, Kenichi Handa, 2011/02/21
- Re: Input method or help feature needed, Miles Bader, 2011/02/21
- Re: Input method or help feature needed, Richard Stallman, 2011/02/21
- Re: Input method or help feature needed, Richard Stallman, 2011/02/21