From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: Another input method feature needed Date: Sun, 20 Jun 2010 13:08:29 +0900 Message-ID: References: <87wru14onc.fsf@mail.jurta.org> <49520.130.55.132.126.1276531995.squirrel@webmail.lanl.gov> <87y6ebo1c3.fsf@mail.jurta.org> <87aaqr2s2v.fsf@gmail.com> <87mxurmap7.fsf@mail.jurta.org> <8739wi3n2y.fsf@gmail.com> <87pqzm21fp.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1277006935 4441 80.91.229.12 (20 Jun 2010 04:08:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 20 Jun 2010 04:08:55 +0000 (UTC) Cc: stepnem@gmail.com, rms@gnu.org, emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 20 06:08:53 2010 connect(): No such file or directory 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 1OQBpx-00038q-1y for ged-emacs-devel@m.gmane.org; Sun, 20 Jun 2010 06:08:49 +0200 Original-Received: from localhost ([127.0.0.1]:49525 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OQBpw-000192-Aj for ged-emacs-devel@m.gmane.org; Sun, 20 Jun 2010 00:08:48 -0400 Original-Received: from [140.186.70.92] (port=59001 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OQBpq-00017c-MG for emacs-devel@gnu.org; Sun, 20 Jun 2010 00:08:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OQBpp-0007aW-JV for emacs-devel@gnu.org; Sun, 20 Jun 2010 00:08:42 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:56178) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OQBpl-0007Zy-J2; Sun, 20 Jun 2010 00:08:38 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id o5K48U6B028749; Sun, 20 Jun 2010 13:08:30 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id o5K48Uvk022595; Sun, 20 Jun 2010 13:08:30 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id o5K48Tu9005751; Sun, 20 Jun 2010 13:08:29 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1OQBpd-0001Bi-Ir; Sun, 20 Jun 2010 13:08:29 +0900 In-Reply-To: <87pqzm21fp.fsf@mail.jurta.org> (message from Juri Linkov on Sat, 19 Jun 2010 23:48:59 +0300) X-detected-operating-system: by eggs.gnu.org: Solaris 9 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:126265 Archived-At: In article <87pqzm21fp.fsf@mail.jurta.org>, Juri Linkov writes: > That's because it relies on the output of the existing command > `M-x list-charset-chars RET ucs RET' that reports this error > (I don't know why it can only list 1- and 2-dimensional charsets). Listing all ucs characters takes looong time and thus I limitted the size to 1- and 2-dimensional charsets. For listing ucs charset, perhaps, one idea is that the first buffer shown just lists blocks as this: U+000000..U+00FFFF U+010000..U+01FFFF ... U+100000..U+10FFFF and allow users to select which block of characters to list. --- Kenichi Handa handa@m17n.org