From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Aidan Kehoe Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Unicode Lisp reader escapes Date: Sun, 30 Apr 2006 23:57:54 +0200 Message-ID: <17493.13026.988720.986946@parhasard.net> References: <17491.34779.959316.484740@parhasard.net> <17492.29148.246942.842300@parhasard.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1146434292 12733 80.91.229.2 (30 Apr 2006 21:58:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 30 Apr 2006 21:58:12 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 30 23:58:09 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 1FaJvc-0007hp-RF for ged-emacs-devel@m.gmane.org; Sun, 30 Apr 2006 23:58:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FaJvc-00065h-CD for ged-emacs-devel@m.gmane.org; Sun, 30 Apr 2006 17:58:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FaJvQ-00065B-Ok for emacs-devel@gnu.org; Sun, 30 Apr 2006 17:57:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FaJvQ-00064n-7K for emacs-devel@gnu.org; Sun, 30 Apr 2006 17:57:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FaJvP-00064j-UO for emacs-devel@gnu.org; Sun, 30 Apr 2006 17:57:55 -0400 Original-Received: from [66.111.49.30] (helo=icarus.asclepian.ie) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FaJz5-00046R-HB for emacs-devel@gnu.org; Sun, 30 Apr 2006 18:01:43 -0400 Original-Received: by icarus.asclepian.ie (Postfix, from userid 1003) id 21F9A8008C; Sun, 30 Apr 2006 22:57:55 +0100 (IST) Original-To: Andreas Schwab In-Reply-To: X-Mailer: VM 7.17 under 21.5 (beta25) "eggplant" (+CVS-20060325) XEmacs Lucid X-Echelon-distraction: Razor WHCA UNCPCJ UXO EUB 226 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:53697 Archived-At: Ar an triochad=C3=BA l=C3=A1 de m=C3=AD Aibr=C3=A9an, scr=C3=ADobh Andre= as Schwab:=20 > Richard Stallman writes: >=20 > > I think it would be better to put an explicit terminator into > > the construct. Perhaps #. So you would write "\u123#As I walked" >=20 > There is already the possibility to use `\ ' as a terminator. I don=E2=80=99t understand what you mean there--I imagine Richard meant a= terminator that would not be interpreted as part of the succeeding string, something not the case for the space character. --=20 Aidan Kehoe, http://www.parhasard.net/