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: Fri, 02 Jun 2006 18:39:56 -0400 Message-ID: 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> <87ac8vor6u.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 1149288209 8825 80.91.229.2 (2 Jun 2006 22:43:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 2 Jun 2006 22:43:29 +0000 (UTC) Cc: alkibiades@gmx.de, emacs-devel@gnu.org, monnier@iro.umontreal.ca, storm@cua.dk, handa@m17n.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 03 00:43:22 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 1FmIMH-0002wq-OT for ged-emacs-devel@m.gmane.org; Sat, 03 Jun 2006 00:43:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FmIMH-0006dt-AX for ged-emacs-devel@m.gmane.org; Fri, 02 Jun 2006 18:43:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FmIJL-0005NP-2U for emacs-devel@gnu.org; Fri, 02 Jun 2006 18:40:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FmIJK-0005Mg-2n for emacs-devel@gnu.org; Fri, 02 Jun 2006 18:40:06 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FmIJJ-0005MY-Dz for emacs-devel@gnu.org; Fri, 02 Jun 2006 18:40:05 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FmIPs-0005p1-AR for emacs-devel@gnu.org; Fri, 02 Jun 2006 18:46:52 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FmIJA-00047o-53; Fri, 02 Jun 2006 18:39:56 -0400 Original-To: Juri Linkov In-reply-to: <87ac8vor6u.fsf@jurta.org> (message from Juri Linkov on Fri, 02 Jun 2006 12:27:01 +0300) 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:55646 Archived-At: I think using different names in the first line and in the local variables section is not good. I am not sure. 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. No, that name is too long for the first line.