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, 05 Jun 2006 17:31:27 -0400 Message-ID: References: <17491.34779.959316.484740@parhasard.net> <87d5egrb4c.fsf-monnier+emacs@gnu.org> <87ves8p0us.fsf-monnier+emacs@gnu.org> <87ves8ngtb.fsf@gmx.de> <87u07qcnaa.fsf@gmx.de> <87y7x289lr.fsf@gmx.de> <87d5e5gwbi.fsf@jurta.org> <87ac8vor6u.fsf@jurta.org> <87u0726f7c.fsf@jurta.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 1149543137 27316 80.91.229.2 (5 Jun 2006 21:32:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Jun 2006 21:32:17 +0000 (UTC) Cc: juri@jurta.org, alkibiades@gmx.de, storm@cua.dk, monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 05 23:32:13 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 1FnMgE-00026e-KA for ged-emacs-devel@m.gmane.org; Mon, 05 Jun 2006 23:32:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FnMgE-00026h-0A for ged-emacs-devel@m.gmane.org; Mon, 05 Jun 2006 17:32:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FnMfc-0001Pd-3C for emacs-devel@gnu.org; Mon, 05 Jun 2006 17:31:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FnMfb-0001Od-9V for emacs-devel@gnu.org; Mon, 05 Jun 2006 17:31:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FnMfb-0001OH-2a for emacs-devel@gnu.org; Mon, 05 Jun 2006 17:31:31 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FnMmp-0002wY-9r for emacs-devel@gnu.org; Mon, 05 Jun 2006 17:38:59 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FnMfX-0006Id-7e; Mon, 05 Jun 2006 17:31:27 -0400 Original-To: Kenichi Handa In-reply-to: (message from Kenichi Handa on Mon, 05 Jun 2006 16:24:29 +0900) 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:55730 Archived-At: As I've just installed a fix, it doesn't fail now . So, the remaining problem is whether or not we should allow the short name "char-trans" for it. I tend to agree with Juri that we don't need it because we can use "CODING!" notation. If you agree with deleting it too, I'll install a proper change soon. Ok.