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: Sat, 03 Jun 2006 22:23:53 -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 1149387863 1747 80.91.229.2 (4 Jun 2006 02:24:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 4 Jun 2006 02:24:23 +0000 (UTC) Cc: handa@m17n.org, emacs-devel@gnu.org, monnier@iro.umontreal.ca, storm@cua.dk, alkibiades@gmx.de Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 04 04:24:21 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 1FmiHr-0000BS-4O for ged-emacs-devel@m.gmane.org; Sun, 04 Jun 2006 04:24:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FmiHq-00028D-MD for ged-emacs-devel@m.gmane.org; Sat, 03 Jun 2006 22:24:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FmiHU-00024L-UF for emacs-devel@gnu.org; Sat, 03 Jun 2006 22:23:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FmiHT-000243-Sq for emacs-devel@gnu.org; Sat, 03 Jun 2006 22:23:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FmiHT-00023y-MA for emacs-devel@gnu.org; Sat, 03 Jun 2006 22:23:55 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FmiOI-0004BX-Jt for emacs-devel@gnu.org; Sat, 03 Jun 2006 22:30:58 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FmiHR-00027r-Li; Sat, 03 Jun 2006 22:23:53 -0400 Original-To: Juri Linkov In-reply-to: <87u0726f7c.fsf@jurta.org> (message from Juri Linkov on Sat, 03 Jun 2006 09:42:31 +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:55676 Archived-At: 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?