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 06:08:28 +0200 (CEST) Message-ID: <20060602.060828.39163859.wl@gnu.org> References: <85bqtddoee.fsf@lola.goethe.zz> 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 1149221372 4255 80.91.229.2 (2 Jun 2006 04:09:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 2 Jun 2006 04:09:32 +0000 (UTC) Cc: eliz@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 02 06:09:29 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 1Fm0yX-0002GQ-BI for ged-emacs-devel@m.gmane.org; Fri, 02 Jun 2006 06:09:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fm0yV-0005ku-OG for ged-emacs-devel@m.gmane.org; Fri, 02 Jun 2006 00:09:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fm0yK-0005j7-EG for emacs-devel@gnu.org; Fri, 02 Jun 2006 00:09:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fm0yJ-0005ij-0k for emacs-devel@gnu.org; Fri, 02 Jun 2006 00:09:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fm0yI-0005ig-UU for emacs-devel@gnu.org; Fri, 02 Jun 2006 00:09:14 -0400 Original-Received: from [212.227.126.186] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fm14d-0000Kh-OQ; Fri, 02 Jun 2006 00:15:48 -0400 Original-Received: from [62.143.170.3] (helo=localhost) by mrelayeu.kundenserver.de (node=mrelayeu4) with ESMTP (Nemesis), id 0ML21M-1Fm0yE34BD-0003nt; Fri, 02 Jun 2006 06:09:10 +0200 Original-To: rms@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:55598 Archived-At: > I think the reason for not documenting `ucs-insert' in the Lisp Manual > is that it serves a specialized purpose that will disappear in the > subsequent release. How that? A quick alternative to the `ucs' leim input method is something which is always needed. Or is there planned a different method? Werner