From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: entering Unicode characters as hex numbers not documented Date: Fri, 02 Jun 2006 11:39:22 +0900 Message-ID: References: <20060601.092045.260111773.wl@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1149215997 16864 80.91.229.2 (2 Jun 2006 02:39:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 2 Jun 2006 02:39:57 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 02 04:39:55 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 1FlzZg-0007Gg-6e for ged-emacs-devel@m.gmane.org; Fri, 02 Jun 2006 04:39:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FlzZf-0001me-M0 for ged-emacs-devel@m.gmane.org; Thu, 01 Jun 2006 22:39:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FlzZT-0001lc-1i for emacs-devel@gnu.org; Thu, 01 Jun 2006 22:39:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FlzZR-0001l2-QY for emacs-devel@gnu.org; Thu, 01 Jun 2006 22:39:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FlzZR-0001kx-Kz for emacs-devel@gnu.org; Thu, 01 Jun 2006 22:39:29 -0400 Original-Received: from [150.29.246.133] (helo=mx1.aist.go.jp) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Flzfo-00025E-Ed for emacs-devel@gnu.org; Thu, 01 Jun 2006 22:46:04 -0400 Original-Received: from smtp4.aist.go.jp ([150.29.246.12]) by mx1.aist.go.jp with ESMTP id k522dPeW000473 for ; Fri, 2 Jun 2006 11:39:25 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id k522dONO012983 for ; Fri, 2 Jun 2006 11:39:24 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 3.36 #1 (Debian)) id 1FlzZK-0003Hi-00 for ; Fri, 02 Jun 2006 11:39:22 +0900 Original-To: emacs-devel@gnu.org In-reply-to: <20060601.092045.260111773.wl@gnu.org> (message from Werner LEMBERG on Thu, 01 Jun 2006 09:20:45 +0200 (CEST)) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) 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:55589 Archived-At: Werner LEMBERG writes: > Additionally, there are a lot of Unicode characters which aren't > accessible with quial input methods. How do you enter such characters > then if not with `ucs-insert'? At least, you can use the input method "ucs" (leim/quail/uni-input.el). Input method: ucs (mode line indicator:U) Input as Unicode: U or u, where is a four-digit hex number. --- Kenichi Handa handa@m17n.org