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: Sun, 30 Apr 2006 16:53:55 -0400 Message-ID: References: <17491.34779.959316.484740@parhasard.net> <17492.29148.246942.842300@parhasard.net> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1146430493 2665 80.91.229.2 (30 Apr 2006 20:54:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 30 Apr 2006 20:54:53 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 30 22:54:52 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 1FaIw5-00071X-Ve for ged-emacs-devel@m.gmane.org; Sun, 30 Apr 2006 22:54:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FaIw5-0007dZ-Jc for ged-emacs-devel@m.gmane.org; Sun, 30 Apr 2006 16:54:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FaIvV-0007SS-A4 for emacs-devel@gnu.org; Sun, 30 Apr 2006 16:53:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FaIvU-0007S7-Ot for emacs-devel@gnu.org; Sun, 30 Apr 2006 16:53:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FaIvU-0007Ry-Ie for emacs-devel@gnu.org; Sun, 30 Apr 2006 16:53:56 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FaIz9-00081B-LM for emacs-devel@gnu.org; Sun, 30 Apr 2006 16:57:43 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FaIvT-0001ST-D8; Sun, 30 Apr 2006 16:53:55 -0400 Original-To: Aidan Kehoe In-reply-to: <17492.29148.246942.842300@parhasard.net> (message from Aidan Kehoe on Sun, 30 Apr 2006 10:14:20 +0200) 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:53690 Archived-At: They are both fixed-length expressions, which is good, because people get into the habit of typing "\u0123As I walked out one evening" instead of the more disastrous "\u123As I walked out one evening". I see, you are talking about using them in strings. Still, I don't like having both \u and \U--it is ugly. I think it would be better to put an explicit terminator into the construct. Perhaps #. So you would write "\u123#As I walked"