From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: inputting characters by hexadigit Date: Tue, 22 Jul 2008 09:56:56 +0200 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> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1216713434 3226 80.91.229.12 (22 Jul 2008 07:57:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Jul 2008 07:57:14 +0000 (UTC) Cc: david@harpegolden.net, tzz@lifelogs.com, emacs-devel@gnu.org, juri@jurta.org, Stefan Monnier , miles@gnu.org To: "Kenichi Handa" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 22 09:58: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 1KLCkz-0008DN-1u for ged-emacs-devel@m.gmane.org; Tue, 22 Jul 2008 09:58:01 +0200 Original-Received: from localhost ([127.0.0.1]:51991 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLCk5-0001y1-V3 for ged-emacs-devel@m.gmane.org; Tue, 22 Jul 2008 03:57:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KLCk1-0001xn-Rq for emacs-devel@gnu.org; Tue, 22 Jul 2008 03:57:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KLCjz-0001xb-Cx for emacs-devel@gnu.org; Tue, 22 Jul 2008 03:57:00 -0400 Original-Received: from [199.232.76.173] (port=41757 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLCjz-0001xY-50 for emacs-devel@gnu.org; Tue, 22 Jul 2008 03:56:59 -0400 Original-Received: from nf-out-0910.google.com ([64.233.182.188]:5010) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KLCjy-0000B1-8l for emacs-devel@gnu.org; Tue, 22 Jul 2008 03:56:58 -0400 Original-Received: by nf-out-0910.google.com with SMTP id c7so6470037nfi.26 for ; Tue, 22 Jul 2008 00:56:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=sHjf7HgcbaZzs+EbQQo+H378lqz8wtUO1rdTAnsKqDQ=; b=hYlBLxMWOYxIB2A90NHUtnh2D2Uzd5tCtx14y7V00ESAmo48mGy4cLoRS/qrLVLwa+ EHCkR9Eh9Fz5x+3RwtUZhMs254JFn1adS+gQJaSLk/AbshO+VDUpOczR+sZdxUVVKANi PQZfa8crbOibn5TGna9lV5+LpmLqRP2EmTdOA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=Ur8ilLDw1zeH6TA0UKfEtNdRh/Cf8Oes3XxLLokCEgyTh5ybDk5By/3rYFgTIGJxLE 9cB/oywpQDgZVY7Ll/ybhEncubw0jTooHEV9jvw3OoDicekNwQSyqjSh73cXriyXCef6 IFykj2dBO5aLdu8T12MwCdmQ4wYHISSNIiYZI= Original-Received: by 10.210.49.7 with SMTP id w7mr4149096ebw.104.1216713417096; Tue, 22 Jul 2008 00:56:57 -0700 (PDT) Original-Received: by 10.210.71.14 with HTTP; Tue, 22 Jul 2008 00:56:56 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:101170 Archived-At: On Tue, Jul 22, 2008 at 02:51, Kenichi Handa wrote: > One funny idea. How about using C-u (u for Unicode) as this way? > > C-u 0 x X X X X RET for U+XXXX (and C-0 x X X X X RET) > > C-u 0 x and C-0 x are noop now. FWIW, I like this one much, much more than the convoluted C-q alternatives... Juanma