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: Fri, 18 Jul 2008 09:38:50 +0900 Message-ID: References: <868ww3vydn.fsf@lifelogs.com> <87myki6fqp.fsf@jurta.org> <87mykhz6tf.fsf@jurta.org> <87tzeokrku.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 1216341575 29172 80.91.229.12 (18 Jul 2008 00:39:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Jul 2008 00:39:35 +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 Fri Jul 18 02:40:23 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 1KJe1E-0000mi-3K for ged-emacs-devel@m.gmane.org; Fri, 18 Jul 2008 02:40:20 +0200 Original-Received: from localhost ([127.0.0.1]:33594 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KJe0K-00041r-DF for ged-emacs-devel@m.gmane.org; Thu, 17 Jul 2008 20:39:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KJe09-0003vy-HG for emacs-devel@gnu.org; Thu, 17 Jul 2008 20:39:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KJe08-0003uI-0S for emacs-devel@gnu.org; Thu, 17 Jul 2008 20:39:12 -0400 Original-Received: from [199.232.76.173] (port=42566 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KJe07-0003u9-NB for emacs-devel@gnu.org; Thu, 17 Jul 2008 20:39:11 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:49974) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KJe06-0008K7-G4 for emacs-devel@gnu.org; Thu, 17 Jul 2008 20:39:11 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id m6I0d1Dp021415; Fri, 18 Jul 2008 09:39:01 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id m6I0d1a7002137; Fri, 18 Jul 2008 09:39:01 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id m6I0cogZ020011; Fri, 18 Jul 2008 09:38:50 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1KJdzm-0006K8-IP; Fri, 18 Jul 2008 09:38:50 +0900 In-reply-to: <87tzeokrku.fsf@jurta.org> (message from Juri Linkov on Fri, 18 Jul 2008 02:40:17 +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:100912 Archived-At: In article <87tzeokrku.fsf@jurta.org>, Juri Linkov writes: > BTW, I remember that we once discussed about an ability to input > characters by their Unicode names and codepoints. But currently > I can't find such a command, maybe I miss it. You can use the input method "ucs" to input any Unicode character by typing its codepoint. A method by typing Unicode name is not yet implemented. > I see only the old command > `ucs-insert'. Is `ucs-insert' already obsolete? We can make it obsolete now. > As I understand, > hex values of Unicode characters can be now entered by `C-q'? Yes. --- Kenichi Handa handa@ni.aist.go.jp