From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Alfred M. Szmidt" Newsgroups: gmane.emacs.devel Subject: Re: inputting characters by hexadigit Date: Tue, 22 Jul 2008 16:38:00 -0400 Message-ID: References: <868ww3vydn.fsf@lifelogs.com> <87tzeokrku.fsf@jurta.org><87tzeogih6.fsf@catnip.gol.com> <488020A4.4060601@harpegolden.net> <873am6rb8k.fsf@jurta.org><87r69oqojm.fsf@jurta.org> <007c01c8ec1b$96c25750$0200a8c0@us.oracle.com> Reply-To: ams@gnu.org NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1216759154 3730 80.91.229.12 (22 Jul 2008 20:39:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Jul 2008 20:39:14 +0000 (UTC) Cc: david@harpegolden.net, lekktu@gmail.com, tzz@lifelogs.com, handa@m17n.org, emacs-devel@gnu.org, juri@jurta.org, monnier@iro.umontreal.ca, miles@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 22 22:40:01 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 1KLOeC-0001hY-FH for ged-emacs-devel@m.gmane.org; Tue, 22 Jul 2008 22:39:48 +0200 Original-Received: from localhost ([127.0.0.1]:45911 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLOdJ-0005sH-9R for ged-emacs-devel@m.gmane.org; Tue, 22 Jul 2008 16:38:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KLOdF-0005ru-6y for emacs-devel@gnu.org; Tue, 22 Jul 2008 16:38:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KLOdE-0005rP-84 for emacs-devel@gnu.org; Tue, 22 Jul 2008 16:38:48 -0400 Original-Received: from [199.232.76.173] (port=34240 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLOdE-0005rL-4I for emacs-devel@gnu.org; Tue, 22 Jul 2008 16:38:48 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:34482) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KLOdD-0005GB-Ot for emacs-devel@gnu.org; Tue, 22 Jul 2008 16:38:47 -0400 Original-Received: from ams by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KLOcS-0004TX-Uq; Tue, 22 Jul 2008 16:38:00 -0400 In-reply-to: <007c01c8ec1b$96c25750$0200a8c0@us.oracle.com> (drew.adams@oracle.com) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:101246 Archived-At: What about C-\ and having a input method (maybe that already exists?), would be a lovley feature to use to input multiple unicode characters, and then drop back to whatever input method you were using. Inserting unicode in hex cannot be _that_ common that it requires a short keybinding...