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: Sat, 03 Jan 2009 21:16:21 -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 1231035461 16351 80.91.229.12 (4 Jan 2009 02:17:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 4 Jan 2009 02:17:41 +0000 (UTC) Cc: cyd@stupidchicken.com, 1726@emacsbugs.donarmstrong.com, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 04 03:18:51 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 1LJIZn-0006VQ-6V for ged-emacs-devel@m.gmane.org; Sun, 04 Jan 2009 03:18:51 +0100 Original-Received: from localhost ([127.0.0.1]:40418 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LJIYX-0000qx-Uz for ged-emacs-devel@m.gmane.org; Sat, 03 Jan 2009 21:17:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LJIYU-0000qi-5w for emacs-devel@gnu.org; Sat, 03 Jan 2009 21:17:30 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LJIYT-0000qS-RJ for emacs-devel@gnu.org; Sat, 03 Jan 2009 21:17:29 -0500 Original-Received: from [199.232.76.173] (port=34842 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LJIYT-0000qP-Ii for emacs-devel@gnu.org; Sat, 03 Jan 2009 21:17:29 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:53952) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LJIYT-0003ET-CJ for emacs-devel@gnu.org; Sat, 03 Jan 2009 21:17:29 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LJIXN-0008Vg-Pe; Sat, 03 Jan 2009 21:16:21 -0500 In-reply-to: (message from Eli Zaretskii on Sat, 03 Jan 2009 18:44:30 +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:107556 Archived-At: We need some way of inserting raw 8-bit bytes, because otherwise code that encodes and decodes text in Lisp will not work. For inserting characters, we have the \u alternative; but I don't think there's alternative for raw bytes except insert \xNN. Naybe that is a valid reason for the current behavior, but that doesn't alter the need for the manual to document the behavior. 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?