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: Wed, 23 Jul 2008 22:05:56 -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> <006a01c8ec04$27f3c2d0$0200a8c0@us.oracle.com> <86ej5keovj.fsf@lifelogs.com> <48872C97.6020505@gmail.com> <873am0fzfw.fsf@jurta.org> <874p6g1fpx.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 1216865226 30612 80.91.229.12 (24 Jul 2008 02:07:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Jul 2008 02:07:06 +0000 (UTC) Cc: Ted Zlatanov , "Lennart Borgman \(gmail\)" , emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 24 04:07:55 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 1KLqEQ-0007wR-Ow for ged-emacs-devel@m.gmane.org; Thu, 24 Jul 2008 04:07:03 +0200 Original-Received: from localhost ([127.0.0.1]:54177 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLqDX-0006wU-CK for ged-emacs-devel@m.gmane.org; Wed, 23 Jul 2008 22:06:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KLqDS-0006vk-SH for emacs-devel@gnu.org; Wed, 23 Jul 2008 22:06:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KLqDQ-0006vY-As for emacs-devel@gnu.org; Wed, 23 Jul 2008 22:06:02 -0400 Original-Received: from [199.232.76.173] (port=52752 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLqDQ-0006vV-5O for emacs-devel@gnu.org; Wed, 23 Jul 2008 22:06:00 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:42015 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KLqDP-00053q-Ol for emacs-devel@gnu.org; Wed, 23 Jul 2008 22:05:59 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Aq8EAP1/h0hFxIYw/2dsb2JhbACBWrB1gX0 X-IronPort-AV: E=Sophos;i="4.31,241,1215403200"; d="scan'208";a="24737595" Original-Received: from 69-196-134-48.dsl.teksavvy.com (HELO pastel.home) ([69.196.134.48]) by ironport2-out.teksavvy.com with ESMTP; 23 Jul 2008 22:05:56 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 5B5777F1C; Wed, 23 Jul 2008 22:05:56 -0400 (EDT) In-Reply-To: <874p6g1fpx.fsf@jurta.org> (Juri Linkov's message of "Thu, 24 Jul 2008 01:32:29 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:101354 Archived-At: >> From my experience using C-q to input a number was a pain in the echo area. > IMHO, using the minibuffer is more convenient that reading a string > with a sequence of `read-event'. That's why I have doubts about moving Then use C-x 8 RET. No need for us to choose. Stefan