From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: insert unicode Date: Thu, 5 Jan 2006 22:10:12 +0100 Message-ID: <840BB4D7-0E76-4A3F-99B9-A0392700A2B4@Web.DE> References: <20060105200043.3853.qmail@mail01.vipmail.hu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1136495474 4017 80.91.229.2 (5 Jan 2006 21:11:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 5 Jan 2006 21:11:14 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 05 22:11:07 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EucNX-0007Pa-Om for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Jan 2006 22:10:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EucPH-00020W-TX for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Jan 2006 16:12:23 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EucP0-0001xY-V7 for help-gnu-emacs@gnu.org; Thu, 05 Jan 2006 16:12:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EucOz-0001ur-2U for help-gnu-emacs@gnu.org; Thu, 05 Jan 2006 16:12:06 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EucOy-0001uT-Pw for help-gnu-emacs@gnu.org; Thu, 05 Jan 2006 16:12:04 -0500 Original-Received: from [217.72.192.224] (helo=smtp06.web.de) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1EucQc-0000wT-57 for help-gnu-emacs@gnu.org; Thu, 05 Jan 2006 16:13:46 -0500 Original-Received: from [84.245.191.116] (helo=[192.168.1.2]) by smtp06.web.de with asmtp (TLSv1:RC4-SHA:128) (WEB.DE 4.105 #340) id 1EucNB-0003WT-00; Thu, 05 Jan 2006 22:10:14 +0100 In-Reply-To: <20060105200043.3853.qmail@mail01.vipmail.hu> X-Priority: 3 X-Image-Url: http://homepage.mac.com/sparifankal/.cv/thumbs/me.thumbnail Original-To: Emabela X-Mailer: Apple Mail (2.746.2) X-Sender: Peter_Dyballa@web.de X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:32463 Archived-At: Am 05.01.2006 um 21:00 schrieb Emabela: > How can I map a key to insert a unicode character read-quoted-char-radix is a variable defined in `custom'. Its value is 16 Documentation: *Radix for C-q and other uses of `read-quoted-char'. Legitimate radix values are 8, 10 and 16. You can customize this variable. Then C-q a b c d . I think from CVS Emacs 22.0.50. I'm not sure whether Unicode makes sense in 21.4. -- Greetings Pete When in doubt, use brute force. -- Ken Thompson