From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Input method or help feature needed Date: Mon, 21 Feb 2011 02:02:47 -0500 Message-ID: References: <87lj1ew6d3.fsf@catnip.gol.com> <20110218083736.GA12190@tomas> <20110220082705.GA4092@tomas> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1298271794 15716 80.91.229.12 (21 Feb 2011 07:03:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 21 Feb 2011 07:03:14 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 21 08:03:10 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PrPnZ-00084a-66 for ged-emacs-devel@m.gmane.org; Mon, 21 Feb 2011 08:03:09 +0100 Original-Received: from localhost ([127.0.0.1]:50377 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PrPnY-0000mO-Jr for ged-emacs-devel@m.gmane.org; Mon, 21 Feb 2011 02:03:08 -0500 Original-Received: from [140.186.70.92] (port=40796 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PrPnQ-0000mG-G3 for emacs-devel@gnu.org; Mon, 21 Feb 2011 02:03:01 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PrPnL-0003X9-GD for emacs-devel@gnu.org; Mon, 21 Feb 2011 02:03:00 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:44688) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PrPnL-0003X5-AJ for emacs-devel@gnu.org; Mon, 21 Feb 2011 02:02:55 -0500 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1PrPnD-0004tY-Gj; Mon, 21 Feb 2011 02:02:47 -0500 In-reply-to: (message from Kenichi Handa on Mon, 21 Feb 2011 09:59:15 +0900) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:136314 Archived-At: > From: Kenichi Handa > Cc: eliz@gnu.org, tomas@tuxteam.de, emacs-devel@gnu.org > Date: Mon, 21 Feb 2011 09:59:15 +0900 > > In article , Richard Stallman 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. > ---------------------------------------------------------------------- Instead of introducing yet another command, how about extending list-charset-chars to include these features? With the notable exception of Latin scripts, the display looks similar, if not identical, to list-charset-chars. Btw, time to generate a buffer for large scripts, like han or hangul, is quite long, as is the time for producing the list of script names if I type `?' at the "Script:" prompt.