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: inputting characters by hexadigit Date: Fri, 18 Jul 2008 09:47:13 +0900 Message-ID: References: <868ww3vydn.fsf@lifelogs.com> <87myki6fqp.fsf@jurta.org> <87mykhz6tf.fsf@jurta.org> <87tzeokrku.fsf@jurta.org> <87tzeogih6.fsf@catnip.gol.com> 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 1216342061 30155 80.91.229.12 (18 Jul 2008 00:47:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Jul 2008 00:47:41 +0000 (UTC) Cc: juri@jurta.org, tzz@lifelogs.com, emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 18 02:48:29 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 1KJe93-0002Pl-94 for ged-emacs-devel@m.gmane.org; Fri, 18 Jul 2008 02:48:26 +0200 Original-Received: from localhost ([127.0.0.1]:45152 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KJe89-0008Cn-Af for ged-emacs-devel@m.gmane.org; Thu, 17 Jul 2008 20:47:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KJe85-0008Bs-5z for emacs-devel@gnu.org; Thu, 17 Jul 2008 20:47:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KJe83-00089p-KU for emacs-devel@gnu.org; Thu, 17 Jul 2008 20:47:24 -0400 Original-Received: from [199.232.76.173] (port=41879 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KJe83-00089l-HA for emacs-devel@gnu.org; Thu, 17 Jul 2008 20:47:23 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:52488) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KJe7w-0001xP-Lz; Thu, 17 Jul 2008 20:47:17 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id m6I0lDan025915; Fri, 18 Jul 2008 09:47:13 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp4.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id m6I0lDCf003483; Fri, 18 Jul 2008 09:47:13 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id m6I0lDTP029769; Fri, 18 Jul 2008 09:47:13 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1KJe7t-0006S0-4Q; Fri, 18 Jul 2008 09:47:13 +0900 In-reply-to: <87tzeogih6.fsf@catnip.gol.com> (message from Miles Bader on Fri, 18 Jul 2008 09:10:29 +0900) 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:100913 Archived-At: In article <87tzeogih6.fsf@catnip.gol.com>, Miles Bader writes: > While C-q can be changed to use hex chars, that's a change > to its historical behavior. I think people who want to input Unicode characters by typing code point should customize read-quoted-char-radix to 16. I once proposed C-q 8 and C-9 to change read-quoted-char-radix to 10 and 16 temporarily so that one can type C-q 9 c 0 RET to input U+00C0. I still think it's very convenient. --- Kenichi Handa handa@ni.aist.go.jp