From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Werner LEMBERG Newsgroups: gmane.emacs.devel Subject: Re: entering Unicode characters as hex numbers not documented Date: Fri, 02 Jun 2006 15:56:00 +0200 (CEST) Message-ID: <20060602.155600.15268187.wl@gnu.org> References: <20060602.060828.39163859.wl@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1149256624 27925 80.91.229.2 (2 Jun 2006 13:57:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 2 Jun 2006 13:57:04 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 02 15:57:01 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FmA96-0007oy-Hw for ged-emacs-devel@m.gmane.org; Fri, 02 Jun 2006 15:57:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FmA96-0004Qa-1u for ged-emacs-devel@m.gmane.org; Fri, 02 Jun 2006 09:57:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FmA8t-0004QK-L6 for emacs-devel@gnu.org; Fri, 02 Jun 2006 09:56:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FmA8r-0004Pp-VA for emacs-devel@gnu.org; Fri, 02 Jun 2006 09:56:47 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FmA8r-0004Pm-Rk for emacs-devel@gnu.org; Fri, 02 Jun 2006 09:56:45 -0400 Original-Received: from [212.227.126.188] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FmAFJ-0005So-KB; Fri, 02 Jun 2006 10:03:26 -0400 Original-Received: from [84.175.142.66] (helo=localhost) by mrelayeu.kundenserver.de (node=mrelayeu2) with ESMTP (Nemesis), id 0MKwtQ-1FmA8o1w24-0000Zh; Fri, 02 Jun 2006 15:56:42 +0200 Original-To: eliz@gnu.org In-Reply-To: X-Mailer: Mew version 5.0.51 on Emacs 22.0.50.1 / Mule 5.0 (SAKAKI) X-Provags-ID: kundenserver.de abuse@kundenserver.de login:2dc398bc694a1e60948148ba0a42c0da 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:55626 Archived-At: > > How that? A quick alternative to the `ucs' leim input method is > > something which is always needed. Or is there planned a different > > method? > > I think C-q will do what you want in the Unicode Emacs. Fine, so after switching to Emacs-Unicode we simply do s/ucs-insert/C-q/. No reason to not document it now IMHO. Werner