From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Unicode character read representation Date: Thu, 26 Feb 2009 20:45:44 -0500 Message-ID: <87skm0k5yv.fsf@cyd.mit.edu> References: <87hc2n28a4.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1235699098 24066 80.91.229.12 (27 Feb 2009 01:44:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 27 Feb 2009 01:44:58 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 27 02:46:14 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Lcrno-0000Gk-09 for ged-emacs-devel@m.gmane.org; Fri, 27 Feb 2009 02:46:12 +0100 Original-Received: from localhost ([127.0.0.1]:33205 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LcrmT-0008D8-7Q for ged-emacs-devel@m.gmane.org; Thu, 26 Feb 2009 20:44:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LcrmP-0008D2-5X for emacs-devel@gnu.org; Thu, 26 Feb 2009 20:44:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LcrmN-0008Cj-A3 for emacs-devel@gnu.org; Thu, 26 Feb 2009 20:44:44 -0500 Original-Received: from [199.232.76.173] (port=59563 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LcrmN-0008Cg-5j for emacs-devel@gnu.org; Thu, 26 Feb 2009 20:44:43 -0500 Original-Received: from cyd.mit.edu ([18.115.2.24]:34141) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LcrmM-0004kn-V9 for emacs-devel@gnu.org; Thu, 26 Feb 2009 20:44:43 -0500 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 4FD0257E1D7; Thu, 26 Feb 2009 20:45:44 -0500 (EST) In-Reply-To: (Kenichi Handa's message of "Fri, 27 Feb 2009 09:51:01 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:109355 Archived-At: Kenichi Handa writes: >> Yes, it should. But I think that \u3FFFFF shouldn't since it's not >> a valid unicode code point. > > Ok, I've just installed this change. Thank you. I've updated the Lisp manual.