From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: inputting characters by hexadigit Date: Mon, 21 Jul 2008 15:53:44 -0400 Message-ID: References: <868ww3vydn.fsf@lifelogs.com> <87myki6fqp.fsf@jurta.org> <87mykhz6tf.fsf@jurta.org> <87tzeokrku.fsf@jurta.org> <87tzeogih6.fsf@catnip.gol.com> <488020A4.4060601@harpegolden.net> <873am6rb8k.fsf@jurta.org> <87r69oqojm.fsf@jurta.org> <48841992.6030604@harpegolden.net> <877ibfipbg.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1216670116 23482 80.91.229.12 (21 Jul 2008 19:55:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Jul 2008 19:55:16 +0000 (UTC) Cc: David De La Harpe Golden , tzz@lifelogs.com, Kenichi Handa , emacs-devel@gnu.org, Juri Linkov , Miles Bader To: James Cloos Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 21 21:56:04 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 1KL1UD-0005v7-3T for ged-emacs-devel@m.gmane.org; Mon, 21 Jul 2008 21:55:57 +0200 Original-Received: from localhost ([127.0.0.1]:50488 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KL1TJ-0001j0-S5 for ged-emacs-devel@m.gmane.org; Mon, 21 Jul 2008 15:55:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KL1SK-0001WA-D6 for emacs-devel@gnu.org; Mon, 21 Jul 2008 15:54:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KL1SJ-0001Ve-JH for emacs-devel@gnu.org; Mon, 21 Jul 2008 15:53:59 -0400 Original-Received: from [199.232.76.173] (port=54242 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KL1SJ-0001VY-FU for emacs-devel@gnu.org; Mon, 21 Jul 2008 15:53:59 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:55003) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KL1SE-0001qq-Uq; Mon, 21 Jul 2008 15:53:55 -0400 Original-Received: from alfajor.home (vpn-132-204-232-36.acd.umontreal.ca [132.204.232.36]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id m6LJriQ7017866; Mon, 21 Jul 2008 15:53:45 -0400 Original-Received: by alfajor.home (Postfix, from userid 20848) id 84A3E1C523; Mon, 21 Jul 2008 15:53:44 -0400 (EDT) In-Reply-To: (James Cloos's message of "Mon, 21 Jul 2008 15:25:33 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3064=0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:101115 Archived-At: > I do like Your idea of using the standard number schemes as an option, > but I also want something super simple like C-q + RET. If we consider that C-q should stick to "insert ", then one way to still use C-q + is to use non-chars in , e.g. use the meta modifier. This said, C-q M- 3b5 RET doesn't sound very appealing. Stefan