From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Unicode Lisp reader escapes Date: Fri, 02 Jun 2006 12:27:01 +0300 Organization: JURTA Message-ID: <87ac8vor6u.fsf@jurta.org> References: <17491.34779.959316.484740@parhasard.net> <87iroarr9i.fsf-monnier+emacs@gnu.org> <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> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1149241335 1472 80.91.229.2 (2 Jun 2006 09:42:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 2 Jun 2006 09:42:15 +0000 (UTC) Cc: storm@cua.dk, emacs-devel@gnu.org, rms@gnu.org, monnier@iro.umontreal.ca, alkibiades@gmx.de Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 02 11:42:11 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 1Fm6AQ-0004xg-Ew for ged-emacs-devel@m.gmane.org; Fri, 02 Jun 2006 11:42:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fm6AQ-0007pj-0i for ged-emacs-devel@m.gmane.org; Fri, 02 Jun 2006 05:42:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fm6AD-0007pJ-Lo for emacs-devel@gnu.org; Fri, 02 Jun 2006 05:41:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fm6AC-0007ok-1U for emacs-devel@gnu.org; Fri, 02 Jun 2006 05:41:53 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fm6AB-0007oh-UW for emacs-devel@gnu.org; Fri, 02 Jun 2006 05:41:51 -0400 Original-Received: from [217.25.160.1] (helo=relay1.binet.com.ua) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fm6Gb-0000fI-9q; Fri, 02 Jun 2006 05:48:29 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by relay1.binet.com.ua (Postfix) with ESMTP id 9513B784B9; Fri, 2 Jun 2006 12:41:48 +0300 (EEST) Original-Received: from mail.binet.com.ua (i15.dialup.binet.com.ua [217.25.161.79]) by relay1.binet.com.ua (Postfix) with ESMTP id CFEB577E29; Fri, 2 Jun 2006 12:41:35 +0300 (EEST) Original-To: Kenichi Handa In-Reply-To: (Kenichi Handa's message of "Fri, 02 Jun 2006 15:49:32 +0900") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Virus-Scanned: by ClamAv at binet.com.ua 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:55610 Archived-At: > (2) Accept "char-trans: VAL" in header and local variables section. > I think "translation: VAL" is too ambiguous. > (3) Accept "enable-character-translation: VAL" in local > variables section. I think using different names in the first line and in the local variables section is not good. Users may move these settings between these two places in the same file, and incompatible names are the source of inconvenience and confusion. Since the variable name is `enable-character-translation', there should be no problem in using it in the first line as well. -- Juri Linkov http://www.jurta.org/emacs/