From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David De La Harpe Golden Newsgroups: gmane.emacs.devel Subject: Re: inputting characters by hexadigit Date: Mon, 21 Jul 2008 22:11:03 +0100 Message-ID: <4884FB67.7010606@harpegolden.net> 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=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1216674687 7292 80.91.229.12 (21 Jul 2008 21:11:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Jul 2008 21:11:27 +0000 (UTC) Cc: Kenichi Handa , tzz@lifelogs.com, emacs-devel@gnu.org, Juri Linkov , James Cloos , Miles Bader To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 21 23:12:15 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 1KL2fz-0007t9-KY for ged-emacs-devel@m.gmane.org; Mon, 21 Jul 2008 23:12:11 +0200 Original-Received: from localhost ([127.0.0.1]:42124 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KL2f6-0001yf-Fu for ged-emacs-devel@m.gmane.org; Mon, 21 Jul 2008 17:11:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KL2f1-0001vD-T5 for emacs-devel@gnu.org; Mon, 21 Jul 2008 17:11:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KL2f1-0001uE-88 for emacs-devel@gnu.org; Mon, 21 Jul 2008 17:11:11 -0400 Original-Received: from [199.232.76.173] (port=51848 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KL2f1-0001tr-2l for emacs-devel@gnu.org; Mon, 21 Jul 2008 17:11:11 -0400 Original-Received: from harpegolden.net ([65.99.215.13]:52074) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KL2ex-00046k-1M; Mon, 21 Jul 2008 17:11:07 -0400 Original-Received: from golden1.harpegolden.net (86-43-171-96.b-ras2.prp.dublin.eircom.net [86.43.171.96]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "David De La Harpe Golden", Issuer "David De La Harpe Golden Personal CA rev 3" (verified OK)) by harpegolden.net (Postfix) with ESMTP id 460148324; Mon, 21 Jul 2008 21:11:05 +0000 (UTC) User-Agent: Mozilla-Thunderbird 2.0.0.14 (X11/20080509) In-Reply-To: X-Enigmail-Version: 0.95.0 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:101128 Archived-At: Stefan Monnier wrote: >> 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. >=20 > 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. >=20 > This said, C-q M- 3b5 RET doesn't sound very appealing. >=20 Could be made work, probably, but implementation a bit messy, since, say, C-q M-u =3D=3D> C-q ESC u on text terminals, which presently then inserts an ESC literal, followed by a self-inserted u ... On the whole, I'm now really wishing there was a separate binding. Are there _any_ C-x =C2=ABsomethings=C2=BB left??? C-x % ?