From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: kokrhac - Ales MATAS Newsgroups: gmane.emacs.help Subject: Re: Entering UTF-8 Characters Date: Wed, 11 Jan 2006 13:26:13 +0100 Message-ID: <43C4F965.3070908@atlas.cz> References: <3I0qf.8112$Dd2.6845@newsread3.news.atl.earthlink.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1137001910 19092 80.91.229.2 (11 Jan 2006 17:51:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 11 Jan 2006 17:51:50 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 11 18:51:42 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 1Ewk7p-0007OI-HU for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Jan 2006 18:51:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ewk9r-0005uP-Hl for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Jan 2006 12:53:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ewh08-0001sQ-0h for help-gnu-emacs@gnu.org; Wed, 11 Jan 2006 09:31:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ewgzv-0001nu-1Y for help-gnu-emacs@gnu.org; Wed, 11 Jan 2006 09:30:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ewf5z-0008Ak-QU for help-gnu-emacs@gnu.org; Wed, 11 Jan 2006 07:28:58 -0500 Original-Received: from [160.218.43.220] (helo=smtp.etmail.cz) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Ewf8c-0004ug-Jk for help-gnu-emacs@gnu.org; Wed, 11 Jan 2006 07:31:38 -0500 Original-Received: from [10.162.211.42] (ip-85-160-26-71.eurotel.cz [85.160.26.71]) by smtp.etmail.cz (Postfix) with ESMTP id 911EC19404D for ; Wed, 11 Jan 2006 13:26:15 +0100 (CET) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414 X-Accept-Language: en-us, en Original-To: help-gnu-emacs@gnu.org In-Reply-To: <3I0qf.8112$Dd2.6845@newsread3.news.atl.earthlink.net> 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:32591 Archived-At: B. T. Raven wrote: > "Harald Hanche-Olsen" wrote in message > news:pcovexjfxcn.fsf@shuttle.math.ntnu.no... > >>+ "B. T. Raven" : >> >>| C-q (octal number) RET >>| >>| Unfortunately, this number isn't the Unicode number for the code >>| point (I think). >> >>No, unless you are using the emacs-unicode-2 branch from CVS ... >> >>| They are at U+201C and D >> >>... in which case you can (setq read-quoted-char-radix 16) - or its >>interactive equivalent M-x set-variable ... - and type C-q 201c RET. > > > No, 21.3.1 windows98. Thanks for the heads-up on that variable. I didn't > know it existed. It didn't work of course. I'll wait for someone to build > w32 binaries in version 23, or 24, or 25... On http://nqmacs.sourceforge.net/ you can find win binaries of emacs v. 22.0.50.1 But C-q also doesnot work with Unicode codes in that build. But through C-u C-x = you can find emacs codes easilly (U+201C is 0x5397c, U+201D is 0x5397d) But I don't know if it is suitable for you ... Ales Matas > > Ed > > _______________________________________________ > help-gnu-emacs mailing list > help-gnu-emacs@gnu.org > http://lists.gnu.org/mailman/listinfo/help-gnu-emacs > > > >