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: describe-char should display the character's Unicode name Date: Thu, 17 Jul 2008 10:26:08 +0900 Message-ID: References: <868ww3vydn.fsf@lifelogs.com> <87myki6fqp.fsf@jurta.org> <87mykhz6tf.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1216258072 29589 80.91.229.12 (17 Jul 2008 01:27:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 17 Jul 2008 01:27:52 +0000 (UTC) Cc: tzz@lifelogs.com, emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 17 03:28:39 2008 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.50) id 1KJII7-0004J2-BU for ged-emacs-devel@m.gmane.org; Thu, 17 Jul 2008 03:28:24 +0200 Original-Received: from localhost ([127.0.0.1]:58245 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KJIH2-00034q-5F for ged-emacs-devel@m.gmane.org; Wed, 16 Jul 2008 21:27:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KJIGF-0002px-1g for emacs-devel@gnu.org; Wed, 16 Jul 2008 21:26:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KJIGB-0002o2-Jm for emacs-devel@gnu.org; Wed, 16 Jul 2008 21:26:22 -0400 Original-Received: from [199.232.76.173] (port=39153 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KJIGB-0002np-0C for emacs-devel@gnu.org; Wed, 16 Jul 2008 21:26:19 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:62242) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KJIG7-00065C-WD for emacs-devel@gnu.org; Wed, 16 Jul 2008 21:26:17 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id m6H1Q9Nx002721; Thu, 17 Jul 2008 10:26:09 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id m6H1Q9kq006466; Thu, 17 Jul 2008 10:26:09 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id m6H1Q8JY023423; Thu, 17 Jul 2008 10:26:08 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1KJIG0-0001ru-ME; Thu, 17 Jul 2008 10:26:08 +0900 In-reply-to: <87mykhz6tf.fsf@jurta.org> (message from Juri Linkov on Thu, 17 Jul 2008 03:35:08 +0300) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-kernel: by monty-python.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:100857 Archived-At: In article <87mykhz6tf.fsf@jurta.org>, Juri Linkov writes: > > I think displaying all available Unicode informaiton is too > > much (see the list shown when you customize > > describe-char-unidata-list). Perhaps, name, > > general-cateogory, and decompostion are the best for the > > default of that variable. > I agree, and please also add `old-name' because it often helps > to recognize the character by its old name. Ok, I've just installed this change. *** descr-text.el.~1.66.~ 2008-06-30 09:57:09.000000000 +0900 --- descr-text.el 2008-07-17 10:23:54.000000000 +0900 *************** *** 179,185 **** (insert "There are text properties here:\n") (describe-property-list properties))))) ! (defcustom describe-char-unidata-list nil "List of Unicode-based character property names shown by `describe-char'." :group 'mule :version "23.1" --- 179,186 ---- (insert "There are text properties here:\n") (describe-property-list properties))))) ! (defcustom describe-char-unidata-list ! '(name general-category decomposition old-name) "List of Unicode-based character property names shown by `describe-char'." :group 'mule :version "23.1" --- Kenichi Handa handa@ni.aist.go.jp