From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Unicode Lisp reader escapes Date: Mon, 01 May 2006 14:32:09 -0400 Message-ID: References: <200604301716.56307.jyavner@member.fsf.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1146508387 16216 80.91.229.2 (1 May 2006 18:33:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 1 May 2006 18:33:07 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 01 20:33:06 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FadCd-00014s-Df for ged-emacs-devel@m.gmane.org; Mon, 01 May 2006 20:32:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FadCc-0003Jq-Th for ged-emacs-devel@m.gmane.org; Mon, 01 May 2006 14:32:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FadBt-0002Lt-IF for emacs-devel@gnu.org; Mon, 01 May 2006 14:32:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FadBs-0002Kg-R8 for emacs-devel@gnu.org; Mon, 01 May 2006 14:32:12 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FadBs-0002K6-DQ for emacs-devel@gnu.org; Mon, 01 May 2006 14:32:12 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FadFi-0007KI-Dg; Mon, 01 May 2006 14:36:10 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FadBp-0007OE-Qy; Mon, 01 May 2006 14:32:09 -0400 Original-To: Jonathan Yavner In-reply-to: <200604301716.56307.jyavner@member.fsf.org> (message from Jonathan Yavner on Sun, 30 Apr 2006 17:16:56 -0400) 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:53740 Archived-At: > I think it would be better to put an explicit terminator into > the construct.  Perhaps #.  So you would write "\u123#As I walked" That would be nonstandard. Standards are better, even if ugly. What standard are you talking about?