From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thomas Langen Newsgroups: gmane.emacs.help Subject: Re: hexadecimal unicode input ? Date: Wed, 08 Oct 2003 09:33:32 +0200 Organization: T-Online Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1065599181 9920 80.91.224.253 (8 Oct 2003 07:46:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 8 Oct 2003 07:46:21 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 08 09:46:19 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A791X-0004Ov-00 for ; Wed, 08 Oct 2003 09:46:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A790q-0006tc-4D for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Oct 2003 03:45:36 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.uchicago.edu!yellow.newsread.com!netaxs.com!newsread.com!newsfeed.stueberl.de!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-X-Trace: news.t-online.com 1065598413 00 9650 SLnuVy-TSlAHO4 031008 07:33:33 Original-X-Complaints-To: usenet-abuse@t-online.de X-ID: GhYTAUZrZe92tdbdoemI74j+oHSQcS+oDgsIf5+PAFrqG1jb3T6twm User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.4) Gecko/20030624 X-Accept-Language: de, de-de, en, en-us In-Reply-To: Original-Xref: shelby.stanford.edu gnu.emacs.help:117122 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:13050 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13050 Eli Zaretskii wrote: >>From: Thomas Langen >>Newsgroups: gnu.emacs.help >>Date: Tue, 07 Oct 2003 19:49:28 +0200 >> >>AFAIK the function insert-ucs-character allows only decimal numbers as >>argument for unicode characters. > > > Really? Did you try to say #x1234, for example? > > Thank you, that's the solution I was looking for - is it documented anywhere? (I had tried 0x1234, 1234h, and some other combinations I could imagine - they all didn't work.) Maybe some extended help on the mule-ucs function "insert-ucs-character" would be useful.