From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard M Stallman Newsgroups: gmane.emacs.devel Subject: Re: 23.0.60; end-of-sentence and non-breaking space Date: Sun, 04 Jan 2009 16:42:43 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1231105523 26802 80.91.229.12 (4 Jan 2009 21:45:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 4 Jan 2009 21:45:23 +0000 (UTC) Cc: cyd@stupidchicken.com, emacs-devel@gnu.org, 1726@emacsbugs.donarmstrong.com, monnier@iro.umontreal.ca To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 04 22:46:33 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 1LJamd-0007K4-Ep for ged-emacs-devel@m.gmane.org; Sun, 04 Jan 2009 22:45:19 +0100 Original-Received: from localhost ([127.0.0.1]:38810 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LJalO-0001wi-7z for ged-emacs-devel@m.gmane.org; Sun, 04 Jan 2009 16:44:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LJalE-0001p1-NS for emacs-devel@gnu.org; Sun, 04 Jan 2009 16:43:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LJalE-0001oM-2Z for emacs-devel@gnu.org; Sun, 04 Jan 2009 16:43:52 -0500 Original-Received: from [199.232.76.173] (port=50426 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LJalD-0001oE-To for emacs-devel@gnu.org; Sun, 04 Jan 2009 16:43:51 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:49928) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LJalD-0006nZ-F4 for emacs-devel@gnu.org; Sun, 04 Jan 2009 16:43:51 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LJak7-0007MY-3r; Sun, 04 Jan 2009 16:42:43 -0500 In-reply-to: (message from Eli Zaretskii on Sun, 04 Jan 2009 06:18:22 +0200) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:107580 Archived-At: > Meanwhile, the Chinese and Chinese-derived character codes > do not follow Unicode. So you can't enter them with \u. > What is the way to enter them? The problem at hand exists only for codes that are less than FF hex. Maybe, but isn't there a similar problem for Chinese-derived characters? How does one specify these codes in a string constant? Shouldn't there be some way? Maybe there is never a need to do it; maybe we don't need to add a feature for it. But if we don't, we should document that there is currently no way.