emacs-devel
[Top][All Lists]
Advanced

[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

Attachment: script.el
Description: application/emacs-lisp


reply via email to

[Prev in Thread] Current Thread [Next in Thread]