From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Unicode Lisp reader escapes Date: Mon, 05 Jun 2006 16:24:29 +0900 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> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1149492360 5218 80.91.229.2 (5 Jun 2006 07:26:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Jun 2006 07:26:00 +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 09:25:55 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 1Fn9TB-0008Ki-VB for ged-emacs-devel@m.gmane.org; Mon, 05 Jun 2006 09:25:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fn9TB-0005ST-BE for ged-emacs-devel@m.gmane.org; Mon, 05 Jun 2006 03:25:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fn9SX-0005JR-32 for emacs-devel@gnu.org; Mon, 05 Jun 2006 03:25:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fn9SV-0005Im-Bx for emacs-devel@gnu.org; Mon, 05 Jun 2006 03:25:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fn9SV-0005Ij-7n for emacs-devel@gnu.org; Mon, 05 Jun 2006 03:25:07 -0400 Original-Received: from [150.29.246.133] (helo=mx1.aist.go.jp) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fn9ZZ-00053I-Ri; Mon, 05 Jun 2006 03:32:26 -0400 Original-Received: from smtp1.aist.go.jp ([150.29.246.12]) by mx1.aist.go.jp with ESMTP id k557ObBi000631; Mon, 5 Jun 2006 16:24:37 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id k557OX1O008699; Mon, 5 Jun 2006 16:24:33 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 3.36 #1 (Debian)) id 1Fn9Rt-0005ao-00; Mon, 05 Jun 2006 16:24:29 +0900 Original-To: rms@gnu.org In-reply-to: (message from Richard Stallman on Sat, 03 Jun 2006 22:23:53 -0400) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) 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:55694 Archived-At: In article , Richard Stallman writes: > When the first line has enough space, there is no reason to disallow > using the same variable name that is allowed in the local variables section. > Example: > ;;; -*- coding:utf-8; enable-character-translation:t -*- > I agree that the name enable-character-translation ought to work > if used in the first line. > Does it fail now? 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. --- Kenichi Handa handa@m17n.org